WALA/com.ibm.wala.dalvik.test
Ben Liblit e1d2fa9850 Suppress Eclipse warnings about potentially-static methods
The "potentially" qualifier is here because these methods are visible
outside the WALA source tree.  These methods may seem OK to be static
based on the code we have here, but we have no way of knowing whether
third-party code expected to be able to subclass and override.  I'm
going to play it safe and assume that we want to allow that.

Note that we are still allowing Eclipse warnings about methods that
can *definitely* be declared static; a different configuration option
controls these.  For private methods, final methods, and methods in
final classes, if the code seems static-safe based on what we have
here, then that's good enough: we don't need to worry about
third-party overrides.
2017-06-07 08:29:23 -07:00
..
.settings Suppress Eclipse warnings about potentially-static methods 2017-06-07 08:29:23 -07:00
META-INF update version to 1.4.3-SNAPSHOT 2017-04-19 09:19:09 -07:00
data dalvik test infrastructure 2015-04-05 21:22:55 -04:00
source/com/ibm/wala/dalvik Remove unnecessary `klass` argument and propagate back to callers (#174) 2017-05-03 16:25:00 -07:00
.classpath Use consistent Java versions, usually 1.7 2016-11-29 21:29:30 -06:00
.gitignore dalvik test infrastructure 2015-04-05 21:22:55 -04:00
.project scandriod merge 2014-10-01 21:32:36 -04:00
build.properties Fix warnings about unset javacProjectSettings build entries (#176) 2017-05-04 11:44:32 -07:00
build.xml Download "dx.jar" from Maven, as we already do for "android.jar" 2017-03-16 19:51:11 -05:00
pom.xml update version to 1.4.3-SNAPSHOT 2017-04-19 09:19:09 -07:00