WALA/com.ibm.wala.shrike/src/com/ibm/wala
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
..
shrike Access static fields directly via the classes that declare them 2017-06-07 08:29:23 -07:00
shrikeBT Fix nearly all Eclipse warnings about using raw types 2017-07-12 10:39:06 -07:00
shrikeCT Declare private methods static wherever possible 2017-06-07 08:29:23 -07:00
sourcepos Fix all Eclipse warnings about unnecessary semicolons 2017-07-14 22:39:01 -07:00