WALA/com.ibm.wala.cast.js.rhino..../harness-src/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
..
examples/hybrid Access static fields directly via the classes that declare them 2017-06-07 08:29:23 -07:00
rhino Update expected exception when test assertions fail 2017-03-17 21:52:47 -05:00
test Declare private methods static wherever possible 2017-06-07 08:29:23 -07:00
vis Access static fields directly via the classes that declare them 2017-06-07 08:29:23 -07:00