WALA/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js
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/typeInference Fix all Eclipse warnings about unnecessary semicolons 2017-07-14 22:39:01 -07:00
callgraph/fieldbased Fix all Eclipse warnings about unnecessary semicolons 2017-07-14 22:39:01 -07:00
cfg merge 2013-06-25 11:57:37 -04:00
client Fix all Eclipse warnings about unnecessary semicolons 2017-07-14 22:39:01 -07:00
html Fix all Eclipse warnings about unnecessary semicolons 2017-07-14 22:39:01 -07:00
ipa Fix all Eclipse warnings about unnecessary semicolons 2017-07-14 22:39:01 -07:00
loader Fix nearly all Eclipse warnings about using raw types 2017-07-12 10:39:06 -07:00
ssa Fix broken type, field, and method references in Javadoc comments 2017-03-22 20:40:51 -05:00
translator Fix all Eclipse warnings about unnecessary semicolons 2017-07-14 22:39:01 -07:00
types Merge branch 'master' of github.com:wala/WALA 2017-03-11 20:21:51 -06:00
util Remove redundant generic type parameters where possible 2017-03-11 21:20:51 -06:00
vis Fix 132 Eclipse warnings about using raw generic types 2017-03-15 11:08:20 -05:00