WALA/com.ibm.wala.core.testdata
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
..
.settings Avoid using deprecated boxing constructors 2018-06-05 14:44:59 -05:00
META-INF Bump version to 1.5.0-SNAPSHOT before merging with WALA master 2018-04-18 11:29:29 -05:00
OSGI-INF/l10n Externalize bundle names and vendors 2017-06-07 17:42:11 +02:00
classes Allow for classes with missing superclasses in class hierarchy (#329) 2018-07-19 16:10:35 +02:00
ocaml Remove git ignore patterns for several revision-tracked files 2018-05-21 16:14:48 -05:00
scripts/cruise Add stub DOCTYPE declarations for various hand-authored XML files 2016-11-28 14:55:34 -06:00
src Fix bug with method lookup (#276) 2017-12-23 16:38:26 -08:00
build.gradle Load plugins using "plugins" closure rather than "apply plugin" 2018-05-23 16:47:58 -05:00
build.properties Simplify inclusion of "OSGI-INF" and the only file it contains 2018-04-18 11:29:25 -05:00
build.xml further refactoring to enable more reuse 2018-02-05 15:18:37 -08:00
pom.xml Bump version to 1.5.0-SNAPSHOT before merging with WALA master 2018-04-18 11:29:29 -05:00