WALA/com.ibm.wala.core.tests
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 Let Buildship create new settings files when importing 2018-04-18 11:29:25 -05:00
dat changes for handling of 'callbacks' in dynamic CGs 2015-06-28 17:06:21 -04:00
launchers Update Eclipse JUnit test launchers for use with Buildship 2018-04-18 11:29:27 -05:00
META-INF Bump version to 1.5.0-SNAPSHOT before merging with WALA master 2018-04-18 11:29:29 -05:00
src/com/ibm/wala Allow for classes with missing superclasses in class hierarchy (#329) 2018-07-19 16:10:35 +02:00
build.gradle Load plugins using "plugins" closure rather than "apply plugin" 2018-05-23 16:47:58 -05:00
build.properties ast-based constant folding 2018-04-28 12:05:49 +02:00
javaCompiler...args generate linux build file 2008-05-29 15:34:20 +00:00
plugin.properties complete conversion to Unix line endings 2012-09-04 16:05:49 -07:00
pom.xml Require JUnit 4.12 instead of 4.11 2018-05-21 17:27:54 -05:00