WALA/com.ibm.wala.core
Ben Liblit a888a49fdd Fix all Eclipse warnings about unnecessary semicolons
I have *not* upgraded this problem to be treated as an error in the
future.  Unfortunately Eclipse uses a single configuration setting for
both unnecessary semicolons and also for empty control-flow statements
like `while (p) ;`.  I'm not convinced that it's worth rewriting all
instances of the latter into `while (p) { }`.  So this is just going
to stay as a warning for now.
2017-07-14 22:39:01 -07:00
..
.settings Fix Eclipse warnings about methods that can be declared static 2017-07-14 22:38:38 -07:00
META-INF Export all packages 2017-06-07 17:42:11 +02:00
dat Add stub DOCTYPE declarations for various hand-authored XML files 2016-11-28 14:55:34 -06:00
lib remove dependency from slf4j logger in wala.core project 2014-07-30 15:44:17 +02:00
src/com/ibm/wala Fix all Eclipse warnings about unnecessary semicolons 2017-07-14 22:39:01 -07:00
.classpath remove dependency from slf4j logger in wala.core project 2014-07-30 15:44:17 +02:00
.project complete conversion to Unix line endings 2012-09-04 16:05:49 -07:00
antbuild.properties trying to update build.xml 2010-05-21 16:28:13 +00:00
build.properties Fix warnings about unset javacProjectSettings build entries (#176) 2017-05-04 11:44:32 -07:00
build.xml Add stub DOCTYPE declarations for Ant build scripts 2016-11-28 12:50:56 -06:00
javaCompiler...args generate linux build file 2008-05-29 15:30:59 +00:00
mvncentral.xml update version to 1.4.3-SNAPSHOT 2017-04-19 09:19:09 -07:00
plugin.properties Match case of property names to that expected in manifest 2017-06-07 17:42:11 +02:00
pom.xml update version to 1.4.3-SNAPSHOT 2017-04-19 09:19:09 -07:00