WALA/com.ibm.wala.ide/src/com/ibm/wala/ide/util
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
..
EclipseAnalysisScopeReader.java got code to compile again, and wala.core regression tests pass 2012-04-16 22:30:03 -04:00
EclipseFileProvider.java Declare private methods static wherever possible 2017-06-07 08:29:23 -07:00
EclipseProjectPath.java Fix all Eclipse warnings about unnecessary semicolons 2017-07-14 22:39:01 -07:00
HeadlessUtil.java Fix 2 Eclipse warnings about unused generic type parameters 2017-03-20 00:44:42 -05:00
ProgressMonitorDelegate.java new test to remind me that prototype no longer works with correlation tracking: 2014-10-15 16:01:38 +09:00