aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse/dictionary.txt
diff options
context:
space:
mode:
authorTor Norbye <tnorbye@google.com>2012-07-19 17:57:52 -0700
committerTor Norbye <tnorbye@google.com>2012-07-23 15:06:58 -0700
commit74dc3e0d7d584d039689e57a80cf9868267883fd (patch)
tree29a4cd49209f5f9fa015f928aaa36c364f8312f8 /eclipse/dictionary.txt
parent2c611aed27d75bd816b7887b64f98ff1ed87b097 (diff)
downloadsdk-74dc3e0d7d584d039689e57a80cf9868267883fd.zip
sdk-74dc3e0d7d584d039689e57a80cf9868267883fd.tar.gz
sdk-74dc3e0d7d584d039689e57a80cf9868267883fd.tar.bz2
Add basic flow analysis support to lint
This changeset adds in the ASM analysis library (an optional part of the ASM package lint is already using to process bytecode). It also adds some basic flow analysis to the SecureRandom detector to detect whether a given dispatch to a field of type java.util.Random is actually pointing to a java.security.SecureRandom, in which case it flags calls on it to setSeed() where the argument is a fixed integer. Change-Id: If85ab9f8db0e801a01f1a3ea845865b4f98e259c
Diffstat (limited to 'eclipse/dictionary.txt')
-rw-r--r--eclipse/dictionary.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/eclipse/dictionary.txt b/eclipse/dictionary.txt
index 1cc5443..f29994a 100644
--- a/eclipse/dictionary.txt
+++ b/eclipse/dictionary.txt
@@ -131,6 +131,7 @@ infos
init
inits
inline
+inlined
inset
instanceof
instantiatable