WALA/com.ibm.wala.core.testdata/classes
Manu Sridharan aeb17dfca4
Allow for classes with missing superclasses in class hierarchy (#329)
Fixes #322 

We add an option `createPhantomSuperclasses` to `ClassHierarchy`.  When set, if a superclass is missing, we create a new `PhantomClass` in its place and allow the subclass to be added.

To use, you can create the `ClassHierarchy` with the new `ClassHierarchyFactory.makeWithPhantom` methods.
2018-07-19 16:10:35 +02:00
..
missingsuper Allow for classes with missing superclasses in class hierarchy (#329) 2018-07-19 16:10:35 +02:00
.gitignore Remove git ignore patterns for several revision-tracked files 2018-05-21 16:14:48 -05: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