WALA/com.ibm.wala.core.testdata/classes
Manu Sridharan ba228963bf better handling of missing bytecodes
In some cases, class files will have non-abstract methods with no
bytecodes (e.g., stubs for compilation purposes).  While such a class
file is invalid, we want to enable clients to handle such an error.
With these changes, Shrike will throw an InvalidClassFileException for
such cases, and WALA's IR construction code will throw a
WalaRuntimeException.
2013-01-21 15:27:13 -08:00
..
CodeDeleted.class better handling of missing bytecodes 2013-01-21 15:27:13 -08:00
DupFieldName.class fix for bug reported by Juergen Graf: handle multiple fields with the same name in a JVM class 2012-04-03 22:26:12 +00:00