WALA/com.ibm.wala.core.testdata
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 Externalize bundle names and vendors 2017-06-07 17:42:11 +02:00
OSGI-INF/l10n Externalize bundle names and vendors 2017-06-07 17:42:11 +02:00
classes incorporate changes from other branch 2013-02-06 12:34:25 +01:00
ocaml more support for Java 7: 2014-08-07 16:02:48 -04:00
scripts/cruise Add stub DOCTYPE declarations for various hand-authored XML files 2016-11-28 14:55:34 -06:00
src Fix all Eclipse warnings about unnecessary semicolons 2017-07-14 22:39:01 -07:00
.classpath Merge branch 'master' of https://github.com/wala/WALA 2015-06-02 23:00:32 -04:00
.project complete conversion to Unix line endings 2012-09-04 16:05:49 -07:00
build.properties Externalize bundle names and vendors 2017-06-07 17:42:11 +02:00
build.xml Revert "remove almost-obsolete 1.4 source and target levels for building JLex" 2017-04-18 21:42:50 -07:00
pom.xml Simpler strategy for telling Tycho to use existing project settings 2017-06-26 11:16:09 -07:00