WALA/com.ibm.wala.cast.java.test.../src
Ben Liblit c1572ec3a5 Remove unnecessary warning-suppression annotations
These annotations used to suppress real Eclipse warnings.  However,
we've now turned those warnings off for the entire project.
2017-07-26 20:08:34 -07:00
..
alreadywalaunittests Remove unnecessary warning-suppression annotations 2017-07-26 20:08:34 -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 Remove unnecessary warning-suppression annotations 2017-07-26 20:08:34 -07:00
javaonepointfive Remove unnecessary warning-suppression annotations 2017-07-26 20:08:34 -07:00
p Remove unnecessary warning-suppression annotations 2017-07-26 20:08:34 -07:00
AnonymousClass.java Add @Override annotations wherever possible 2017-06-30 08:54:12 -07:00
Array1.java Remove unnecessary warning-suppression annotations 2017-07-26 20:08:34 -07:00
ArrayLiteral1.java Remove unnecessary warning-suppression annotations 2017-07-26 20:08:34 -07:00
ArrayLiteral2.java Remove unnecessary warning-suppression annotations 2017-07-26 20:08:34 -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 Remove unnecessary warning-suppression annotations 2017-07-26 20:08:34 -07:00
Casts.java Remove unnecessary warning-suppression annotations 2017-07-26 20:08:34 -07:00
DefaultConstructors.java Remove unnecessary warning-suppression annotations 2017-07-26 20:08:34 -07:00
Exception1.java Remove unnecessary warning-suppression annotations 2017-07-26 20:08:34 -07:00
Exception2.java Remove unnecessary warning-suppression annotations 2017-07-26 20:08:34 -07:00
Finally1.java Remove unnecessary warning-suppression annotations 2017-07-26 20:08:34 -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 Remove unnecessary warning-suppression annotations 2017-07-26 20:08:34 -07:00
InheritedField.java Remove unnecessary warning-suppression annotations 2017-07-26 20:08:34 -07:00
InnerClass.java Remove unnecessary warning-suppression annotations 2017-07-26 20:08:34 -07:00
InnerClassA.java Remove unnecessary warning-suppression annotations 2017-07-26 20:08:34 -07:00
InnerClassLexicalReads.java Remove unnecessary warning-suppression annotations 2017-07-26 20:08:34 -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 Remove unnecessary warning-suppression annotations 2017-07-26 20:08:34 -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 Remove unnecessary warning-suppression annotations 2017-07-26 20:08:34 -07:00
QualifiedStatic.java Remove unnecessary warning-suppression annotations 2017-07-26 20:08:34 -07:00
Scoping1.java Remove unnecessary warning-suppression annotations 2017-07-26 20:08:34 -07:00
Scoping2.java Remove unnecessary warning-suppression annotations 2017-07-26 20:08:34 -07:00
Simple1.java Remove unnecessary warning-suppression annotations 2017-07-26 20:08:34 -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 Remove unnecessary warning-suppression annotations 2017-07-26 20:08:34 -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 Remove unnecessary warning-suppression annotations 2017-07-26 20:08:34 -07:00
WelcomeInitializers.java add copyright messages 2009-01-09 14:13:17 +00:00
WhileTest1.java Remove unnecessary warning-suppression annotations 2017-07-26 20:08:34 -07:00