WALA/com.ibm.wala.cast.js.test/harness-src/com/ibm/wala/cast/js/test
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
..
CAstDumper.java Remove redundant generic type parameters where possible 2017-03-11 21:20:51 -06:00
FieldBasedCGUtil.java Fix all Eclipse warnings about unnecessary semicolons 2017-07-14 22:39:01 -07:00
JSCallGraphBuilderUtil.java Fix nearly all Eclipse warnings about using raw types 2017-07-12 10:39:06 -07:00
TestAjaxsltCallGraphShape.java Strip execute bits from many non-executable (i.e., non-script) files 2017-02-23 06:10:08 -06:00
TestArgumentSensitivity.java native interface for WALA 2017-06-28 12:42:49 -04:00
TestCorrelatedPairExtraction.java new tests 2014-06-26 11:12:44 -04:00
TestForInBodyExtraction.java Fixed bugs in the front end handling esoteric cases of weird control 2013-07-30 14:04:08 -04:00
TestForInLoopHack.java Declare private methods static wherever possible 2017-06-07 08:29:23 -07:00
TestJQueryExamples.java add some abstraction to IR, using IRView 2017-03-11 13:22:45 -05:00
TestJSCallGraphShape.java Strip execute bits from many non-executable (i.e., non-script) files 2017-02-23 06:10:08 -06:00
TestJavaScriptSlicer.java Fix nearly all Eclipse warnings about using raw types 2017-07-12 10:39:06 -07:00
TestLexicalModRef.java test cleanup 2015-04-05 21:46:31 -04:00
TestMediawikiCallGraphShape.java Strip execute bits from many non-executable (i.e., non-script) files 2017-02-23 06:10:08 -06:00
TestPointerAnalyses.java Declare private methods static wherever possible 2017-06-07 08:29:23 -07:00
TestPrototypeCallGraphShape.java new test to remind me that prototype no longer works with correlation tracking: 2014-10-15 16:01:38 +09:00
TestSimpleCallGraphShape.java Merge branch 'master' of github.com:wala/WALA 2017-03-11 20:21:51 -06:00
TestSimplePageCallGraphShape.java Fix 42 Eclipse warnings about unused imports 2017-03-20 00:43:48 -05:00
TestWebUtil.java ajaxslt 0.8.1 2016-09-16 20:23:51 -04:00