WALA/com.ibm.wala.core/src/com/ibm/wala/ipa
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
..
callgraph 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
cha Fix Eclipse warnings about methods that can be declared static 2017-07-14 22:38:38 -07:00
modref Fix Eclipse type-safety warnings in overrides of `ModRef` visitor-making methods (#175) 2017-05-03 19:37:58 -07:00
slicer Fix all Eclipse warnings about unnecessary semicolons 2017-07-14 22:39:01 -07:00
summaries Fix Eclipse warnings about methods that can be declared static 2017-07-14 22:38:38 -07:00