WALA/com.ibm.wala.cast/source/java/com/ibm/wala/cast/util
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
..
CAstFunctions.java Remove redundant generic type parameters where possible 2017-03-11 21:20:51 -06:00
CAstPattern.java Remove redundant generic type parameters where possible 2017-03-11 21:20:51 -06:00
CAstPrinter.java Access static fields directly via the classes that declare them 2017-06-07 08:29:23 -07:00
CAstToDOM.java miscellaneous minor cleanups. eclipse build stuff. import statements. 2007-02-08 19:08:31 +00:00
SourceBuffer.java Remove redundant generic type parameters where possible 2017-03-11 21:20:51 -06:00
TargetLanguageSelector.java add missing copyright headers 2013-05-22 15:39:19 -07:00