WALA/com.ibm.wala.core/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
..
analysis Fix all Eclipse warnings about unnecessary semicolons 2017-07-14 22:39:01 -07:00
cfg Fix all Eclipse warnings about unnecessary semicolons 2017-07-14 22:39:01 -07:00
classLoader Fix Eclipse warnings about methods that can be declared static 2017-07-14 22:38:38 -07:00
client Remove unnecessary `klass` argument and propagate back to callers (#174) 2017-05-03 16:25:00 -07:00
core/plugin more conversion to Unix line endings 2012-09-04 15:59:50 -07:00
dataflow Fix Eclipse warnings about methods that can be declared static 2017-07-14 22:38:38 -07:00
demandpa Fix all Eclipse warnings about unnecessary semicolons 2017-07-14 22:39:01 -07:00
escape Generalize a generic type parameter even more 2017-03-22 16:15:41 -05:00
ipa Fix all Eclipse warnings about unnecessary semicolons 2017-07-14 22:39:01 -07:00
model Convert all Java source files to use Unix line endings; no semantic change 2012-09-04 15:56:05 -07:00
properties Revert "Suppress 157 Eclipse warnings about unused exception parameters" 2017-03-23 16:32:00 -05:00
ssa Fix all Eclipse warnings about unnecessary semicolons 2017-07-14 22:39:01 -07:00
types Fix Eclipse warnings about methods that can be declared static 2017-07-14 22:38:38 -07:00
util Fix all Eclipse warnings about unnecessary semicolons 2017-07-14 22:39:01 -07:00
viz Fix Eclipse warnings about methods that can be declared static 2017-07-14 22:38:38 -07:00