WALA/com.ibm.wala.cast/source/java/com/ibm/wala/cast/loader
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
..
AstClass.java Remove redundant casts and imports, improve doc comments 2014-06-26 17:51:26 +02:00
AstDynamicField.java refactor code for reuse 2014-10-30 21:15:49 -04:00
AstDynamicPropertyClass.java changes for new language support 2015-10-25 16:13:07 -04:00
AstField.java Fix nearly all Eclipse warnings about using raw types 2017-07-12 10:39:06 -07:00
AstFunctionClass.java fixes to Dalvik support, and work on running Dalvik tests on Travis 2015-02-26 09:34:03 -05:00
AstMethod.java Fix all Eclipse warnings about unnecessary semicolons 2017-07-14 22:39:01 -07:00
CAstAbstractLoader.java Fix nearly all Eclipse warnings about using raw types 2017-07-12 10:39:06 -07:00
CAstAbstractModuleLoader.java Fix nearly all Eclipse warnings about using raw types 2017-07-12 10:39:06 -07:00
SingleClassLoaderFactory.java merge 2013-06-25 11:57:37 -04:00