WALA/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js
Ben Liblit 8cc4daf6a0 Access static fields directly via the classes that declare them
Previously some of these were accessing such fields through a subclass
of the declaring class.  That creates an unnecessary extra inter-class
dependency lower in the type hierarchy than necessary.

Also, suppress this warning in an automated test input where the
indirect static accesses are explicitly intentional.
2017-06-07 08:29:23 -07:00
..
analysis/typeInference Suppress Eclipse warnings about unused allocations 2017-05-26 14:25:03 -07:00
callgraph/fieldbased Declare private methods static wherever possible 2017-06-07 08:29:23 -07:00
cfg merge 2013-06-25 11:57:37 -04:00
client Fix 42 Eclipse warnings about unused imports 2017-03-20 00:43:48 -05:00
html Declare private methods static wherever possible 2017-06-07 08:29:23 -07:00
ipa Access static fields directly via the classes that declare them 2017-06-07 08:29:23 -07:00
loader Revert "Suppress 157 Eclipse warnings about unused exception parameters" 2017-03-23 16:32:00 -05:00
ssa Fix broken type, field, and method references in Javadoc comments 2017-03-22 20:40:51 -05:00
translator Declare private methods static wherever possible 2017-06-07 08:29:23 -07:00
types Merge branch 'master' of github.com:wala/WALA 2017-03-11 20:21:51 -06:00
util Remove redundant generic type parameters where possible 2017-03-11 21:20:51 -06:00
vis Fix 132 Eclipse warnings about using raw generic types 2017-03-15 11:08:20 -05:00