WALA/com.ibm.wala.cast.java.test.../src
Ben Liblit 455a4a2bd6 Disable or suppress various Eclipse warnings in test data
These are all things one might consider fixing in real application
data.  Java code used as test inputs, though, serves a different
purpose.  Weird code is generally acceptable or even intentional.
2017-07-26 20:08:34 -07:00
..
alreadywalaunittests Suppress unused-local-variable warnings in test inputs 2017-05-26 14:25:03 -07:00
bugfixes When converting JDT AST to IR, a do-while loop in a case statement will throw NPE (#186) 2017-06-07 08:27:23 -07:00
foo Disable or suppress various Eclipse warnings in test data 2017-07-26 20:08:34 -07:00
javaonepointfive Add @Override annotations wherever possible 2017-06-30 08:54:12 -07:00
p Suppress unused-local-variable warnings in test inputs 2017-05-26 14:25:03 -07:00
AnonymousClass.java Add @Override annotations wherever possible 2017-06-30 08:54:12 -07:00
Array1.java Suppress unused-local-variable warnings in test inputs 2017-05-26 14:25:03 -07:00
ArrayLiteral1.java Suppress unused-local-variable warnings in test inputs 2017-05-26 14:25:03 -07:00
ArrayLiteral2.java Suppress unused-local-variable warnings in test inputs 2017-05-26 14:25:03 -07:00
Breaks.java cross-cutting changes to make more of WALA runnable with TeaVM. The biggest change is refactoring to AnalysisCache and friends; since TeaVM does not support SoftReference, I needed to add a layer of interfaces so that I can use a more simpleminded caching implementation for TeaVM. There are other changes to Module and friends to break connections with File and URL, which also cause TeaVM grief. I also organized imports in many places to remove unused types that caused trouble. 2017-02-02 20:33:27 -05:00
CastFromNull.java Suppress/disable some Eclipse unnecessary-code warnings in test code 2017-03-28 19:25:08 -05:00
Casts.java Suppress unused-local-variable warnings in test inputs 2017-05-26 14:25:03 -07:00
DefaultConstructors.java Suppress unused-local-variable warnings in test inputs 2017-05-26 14:25:03 -07:00
Exception1.java Suppress unused-local-variable warnings in test inputs 2017-05-26 14:25:03 -07:00
Exception2.java Disable or suppress various Eclipse warnings in test data 2017-07-26 20:08:34 -07:00
Finally1.java Suppress unused-local-variable warnings in test inputs 2017-05-26 14:25:03 -07:00
Finally2.java add copyright messages 2009-01-09 14:13:17 +00:00
FunkySupers.java Add @Override annotations wherever possible 2017-06-30 08:54:12 -07:00
Inheritance1.java Add @Override annotations wherever possible 2017-06-30 08:54:12 -07:00
InheritedField.java Suppress unused-local-variable warnings in test inputs 2017-05-26 14:25:03 -07:00
InnerClass.java Suppress unused-local-variable warnings in test inputs 2017-05-26 14:25:03 -07:00
InnerClassA.java Suppress unused-local-variable warnings in test inputs 2017-05-26 14:25:03 -07:00
InnerClassLexicalReads.java Add @Override annotations wherever possible 2017-06-30 08:54:12 -07:00
InnerClassSuper.java cross-cutting changes to make more of WALA runnable with TeaVM. The biggest change is refactoring to AnalysisCache and friends; since TeaVM does not support SoftReference, I needed to add a layer of interfaces so that I can use a more simpleminded caching implementation for TeaVM. There are other changes to Module and friends to break connections with File and URL, which also cause TeaVM grief. I also organized imports in many places to remove unused types that caused trouble. 2017-02-02 20:33:27 -05:00
InterfaceTest1.java Add @Override annotations wherever possible 2017-06-30 08:54:12 -07:00
LocalClass.java add copyright messages 2009-01-09 14:13:17 +00:00
MiniaturList.java add copyright messages 2009-01-09 14:13:17 +00:00
MiniaturSliceBug.java Add @Override annotations wherever possible 2017-06-30 08:54:12 -07:00
Monitor.java add copyright messages 2009-01-09 14:13:17 +00:00
Monitor2.java Fix 9 Eclipse warnings about unused methods 2017-03-20 00:44:36 -05:00
NullArrayInit.java Suppress unused-local-variable warnings in test inputs 2017-05-26 14:25:03 -07:00
QualifiedStatic.java Suppress unused-local-variable warnings in test inputs 2017-05-26 14:25:03 -07:00
Scoping1.java Suppress unused-local-variable warnings in test inputs 2017-05-26 14:25:03 -07:00
Scoping2.java Suppress unused-local-variable warnings in test inputs 2017-05-26 14:25:03 -07:00
Simple1.java Suppress unused-local-variable warnings in test inputs 2017-05-26 14:25:03 -07:00
SimpleCalls.java Add @Override annotations wherever possible 2017-06-30 08:54:12 -07:00
StaticInitializers.java fixes to Java source test failures 2009-02-02 18:40:10 +00:00
StaticNesting.java Suppress unused-local-variable warnings in test inputs 2017-05-26 14:25:03 -07:00
Switch1.java Disable or suppress various Eclipse warnings in test data 2017-07-26 20:08:34 -07:00
Thread1.java Add @Override annotations wherever possible 2017-06-30 08:54:12 -07:00
TwoClasses.java Suppress unused-local-variable warnings in test inputs 2017-05-26 14:25:03 -07:00
WelcomeInitializers.java add copyright messages 2009-01-09 14:13:17 +00:00
WhileTest1.java Suppress unused-local-variable warnings in test inputs 2017-05-26 14:25:03 -07:00