WALA/com.ibm.wala.core/src/com/ibm/wala/analysis
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
..
arraybounds Fix all Eclipse warnings about unnecessary semicolons 2017-07-14 22:39:01 -07:00
exceptionanalysis Fix Eclipse warnings about methods that can be declared static 2017-07-14 22:38:38 -07:00
nullpointer Revert "Suppress 157 Eclipse warnings about unused exception parameters" 2017-03-23 16:32:00 -05:00
pointers Add @Override annotations wherever possible (#178) 2017-05-08 07:39:49 -07:00
reflection Fix Eclipse warnings about methods that can be declared static 2017-07-14 22:38:38 -07:00
stackMachine Fix Eclipse warnings about methods that can be declared static 2017-07-14 22:38:38 -07:00
typeInference Fix Eclipse warnings about methods that can be declared static 2017-07-14 22:38:38 -07:00