WALA/com.ibm.wala.cast.java.test.../src
Ben Liblit fde65340d2 Fix 132 Eclipse warnings about using raw generic types 2017-03-15 11:08:20 -05:00
..
alreadywalaunittests 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
bugfixes JDT-based CAst front end from Berkeley 2009-01-09 14:14:04 +00:00
foo merge 2013-06-25 11:57:37 -04:00
javaonepointfive Fix 132 Eclipse warnings about using raw generic types 2017-03-15 11:08:20 -05:00
p 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
AnonymousClass.java merge 2013-06-25 11:57:37 -04:00
Array1.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
ArrayLiteral1.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
ArrayLiteral2.java add copyright messages 2009-01-09 14:13:17 +00: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 add copyright messages 2009-01-09 14:13:17 +00:00
Casts.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
DefaultConstructors.java add copyright messages 2009-01-09 14:13:17 +00:00
Exception1.java add copyright messages 2009-01-09 14:13:17 +00:00
Exception2.java organize imports 2011-04-03 04:08:05 +00:00
Finally1.java add copyright messages 2009-01-09 14:13:17 +00:00
Finally2.java add copyright messages 2009-01-09 14:13:17 +00:00
FunkySupers.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
Inheritance1.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
InheritedField.java add copyright messages 2009-01-09 14:13:17 +00:00
InnerClass.java add copyright messages 2009-01-09 14:13:17 +00:00
InnerClassA.java add copyright messages 2009-01-09 14:13:17 +00:00
InnerClassLexicalReads.java merge 2013-06-25 11:57:37 -04: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 merge 2013-06-25 11:57:37 -04: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 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
Monitor.java add copyright messages 2009-01-09 14:13:17 +00:00
Monitor2.java add copyright messages 2009-01-09 14:13:17 +00:00
NullArrayInit.java add copyright messages 2009-01-09 14:13:17 +00:00
QualifiedStatic.java add copyright messages 2009-01-09 14:13:17 +00:00
Scoping1.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
Scoping2.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
Simple1.java add copyright messages 2009-01-09 14:13:17 +00:00
SimpleCalls.java merge 2013-06-25 11:57:37 -04:00
StaticInitializers.java fixes to Java source test failures 2009-02-02 18:40:10 +00:00
StaticNesting.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
Switch1.java add copyright messages 2009-01-09 14:13:17 +00:00
Thread1.java merge 2013-06-25 11:57:37 -04:00
TwoClasses.java add copyright messages 2009-01-09 14:13:17 +00:00
WelcomeInitializers.java add copyright messages 2009-01-09 14:13:17 +00:00
WhileTest1.java add copyright messages 2009-01-09 14:13:17 +00:00