WALA/com.ibm.wala.cast.java.test...
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
..
.externalToolBuilders switch to ant for downloading external dependence. also, added ant as a builder, so hopefully files will be downloaded automatically 2011-03-10 20:23:48 +00:00
.settings Merge pull request #162 from liblit/warning-fixes-type-safety-and-raw-types 2017-04-06 16:19:11 -07:00
META-INF update version to 1.4.3-SNAPSHOT 2017-04-19 09:19:09 -07:00
src Access static fields directly via the classes that declare them 2017-06-07 08:29:23 -07:00
.classpath Use consistent Java versions, usually 1.7 2016-11-29 21:29:30 -06:00
.gitignore ignore junk 2012-07-02 13:59:50 -04:00
.project switch to ant for downloading external dependence. also, added ant as a builder, so hopefully files will be downloaded automatically 2011-03-10 20:23:48 +00:00
Java60RegressionExclusions.txt complete conversion to Unix line endings 2012-09-04 16:05:49 -07:00
build.properties move CAst Java test data to separate project to ease use in plugin tests 2008-12-16 15:14:00 +00:00
build.xml Add stub DOCTYPE declarations for Ant build scripts 2016-11-28 12:50:56 -06:00
pom.xml update version to 1.4.3-SNAPSHOT 2017-04-19 09:19:09 -07:00