WALA/com.ibm.wala.core/src/com/ibm/wala/cfg/exc
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
..
inter make configurable whether we apply an optimized version of hasExceptions() 2015-07-27 18:31:43 +02:00
intra Fix all Eclipse warnings about unnecessary semicolons 2017-07-14 22:39:01 -07:00
ExceptionPruningAnalysis.java refine hasExceptions(): return true if there are *uncaught* exceptions 2015-07-27 14:17:18 +02:00
InterprocAnalysisResult.java scandriod merge 2014-10-01 21:32:36 -04:00
NullPointerAnalysis.java make configurable whether we apply an optimized version of hasExceptions() 2015-07-27 18:31:43 +02:00