WALA/com.ibm.wala.dalvik.test
Erik Derr ee13713c4d Impl of IMethod.is(Wala)Synthetic and IClass.isSynthetic (#359)
* Impl of IMethod isSynthetic and isWalaSynthetic

So far IMethod.isSynthetic referred to WALA-generated helper functions
and there was no equivalent to check whether an IMethod is synthetic in
terms of compiler-generated.

To make naming consistent this patch first renames the isSynthetic to
isWalaSynthetic to clearly indicate that a given IMethod was generated
by WALA. Then, we re-introduce isSynthetic that from now on checks
whether an IMethod is synthetic/compiler-generated (referring to the
synthetic flag in bytecode)

* Implementation of IClass.isSynthetic

Complementary to IMethod.isSynthetic, this method checks whether
an IClass is compiler-generated.

* updated JavaDoc
2018-10-02 22:28:21 -07:00
..
.settings work on Wala with Yannis' group 2018-07-22 16:19:32 -04:00
META-INF Added test for the new DexFileModule constructor that supports specific .dex files. 2018-09-21 19:08:06 -07:00
OSGI-INF/l10n Externalize bundle names and vendors 2017-06-07 17:42:11 +02:00
data Added multidex apk file in dalvik.test/data and a new test for multidex apk files. 2018-09-21 19:08:06 -07:00
source/com/ibm/wala/dalvik Impl of IMethod.is(Wala)Synthetic and IClass.isSynthetic (#359) 2018-10-02 22:28:21 -07:00
.gitignore Ignore a transient file that appears during testing 2018-04-18 11:29:27 -05:00
build.gradle Avoid redundant copying of some test resources 2018-08-11 12:40:44 -05:00
build.properties java 8 changes 2017-08-25 10:58:00 -04:00
build.xml try to find dx.jar 2018-02-05 15:43:49 -08:00
pom.xml Start new development version 2018-08-22 12:01:19 -07:00