WALA/com.ibm.wala.cast/source/java/com/ibm/wala/cast/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
cha Fix nearly all Eclipse warnings about using raw types 2017-07-12 10:39:06 -07:00
lexical add standard type parameter to most pointer analysis references. When it breaks we move back to ? extends InstanceKey. 2014-05-20 22:00:06 +02:00
modref Fix nearly all Eclipse warnings about using raw types 2017-07-12 10:39:06 -07:00