WALA/com.ibm.wala.core.tests/src/com/ibm/wala
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
..
core/tests Allow for classes with missing superclasses in class hierarchy (#329) 2018-07-19 16:10:35 +02:00
demandpa/driver further refactoring to enable more reuse 2018-02-05 15:18:37 -08:00
examples Resolve the last two Eclipse warnings about using raw types 2018-04-13 12:53:33 -05:00
util/io add missing copyright headers 2013-05-22 15:39:19 -07:00