diff options
author | Tor Norbye <tnorbye@google.com> | 2012-08-24 17:00:23 -0700 |
---|---|---|
committer | Tor Norbye <tnorbye@google.com> | 2012-08-27 14:52:19 -0700 |
commit | bd886a72e724ccf377f499a1c766210a3e19fb9f (patch) | |
tree | 7e650740ffc776f3061a42b8f878f261bd352add /eclipse | |
parent | 41cb01a48b44f35adf98f40c116b5e6654b34e16 (diff) | |
download | sdk-bd886a72e724ccf377f499a1c766210a3e19fb9f.zip sdk-bd886a72e724ccf377f499a1c766210a3e19fb9f.tar.gz sdk-bd886a72e724ccf377f499a1c766210a3e19fb9f.tar.bz2 |
Add lint rule which warns about View.setTag(int, Object)
This changeset adds a lint rule which looks for potential
leaks when using View#setTag(int, Object) where the Object
is likely to contain a strong reference to the context,
such as views and view holders.
http://code.google.com/p/android/issues/detail?id=26984
Change-Id: Ib606485d2b875d2129c339b9b89be0e444629408
Diffstat (limited to 'eclipse')
-rw-r--r-- | eclipse/dictionary.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eclipse/dictionary.txt b/eclipse/dictionary.txt index c4d9089..e2c4340 100644 --- a/eclipse/dictionary.txt +++ b/eclipse/dictionary.txt @@ -190,6 +190,7 @@ newfound nexus ninepatch nodpi +nulling num ok op |