WALA/com.ibm.wala.cast.java.ecj
Ben Liblit 72c754e874 Declare private methods static wherever possible
If a method is private, there's no risk that a subclass elsewhere
might be overriding it and depending on dynamic dispatch to choose the
right implementation.  So all of these private methods can safely be
declared static without risk of regression in either WALA code or
unseen third-party code.
2017-06-07 08:29:23 -07:00
..
.settings Add @Override annotations wherever possible (#178) 2017-05-08 07:39:49 -07:00
META-INF update version to 1.4.3-SNAPSHOT 2017-04-19 09:19:09 -07:00
src/com/ibm/wala/cast/java Declare private methods static wherever possible 2017-06-07 08:29:23 -07:00
.classpath Create new com.ibm.wala.cast.java.ecj project. 2016-05-24 11:39:00 +02:00
.project Create new com.ibm.wala.cast.java.ecj project. 2016-05-24 11:39:00 +02:00
build.properties Create new com.ibm.wala.cast.java.ecj project. 2016-05-24 11:39:00 +02:00
mvncentral.xml update version to 1.4.3-SNAPSHOT 2017-04-19 09:19:09 -07:00
pom.xml update version to 1.4.3-SNAPSHOT 2017-04-19 09:19:09 -07:00