Class and Description |
---|
com.ibm.wala.dalvik.classLoader.ActivityModelMethod
building the Android-Livecycle is done in the class AndroidModel now
|
com.ibm.wala.dalvik.ipa.callgraph.impl.DexExplicitCallGraph
The Android-Model has been moved out from DrexFakeRootMethod, so DexExplicitCallGraph is not needed any longer
|
com.ibm.wala.dalvik.ipa.callgraph.impl.DexFakeRootMethod
building the Android-model uses a "normal" fake-root now
|
com.ibm.wala.dalvik.ipa.callgraph.propagation.cfa.DexSSAPropagationCallGraphBuilder
Building the AndroidLivecycle works with a "normal" CGB
|
com.ibm.wala.util.collections.FilterPredicate |
com.ibm.wala.shrikeBT.tools.MethodOptimizer |
Method and Description |
---|
com.ibm.wala.ipa.callgraph.CGNode.addTarget(CallSiteReference, CGNode) |
com.ibm.wala.ssa.SSACheckCastInstruction.getDeclaredResultType()
the system now supports multiple types, so this
accessor will not work for all languages.
|
com.ibm.wala.classLoader.SyntheticMethod.getStatements(SSAOptions) |
com.ibm.wala.properties.WalaProperties.getWalaHomeDir()
because when running under eclipse, there may be no such directory.
Need to handle that case.
|
com.ibm.wala.util.processes.JavaLauncher.quoteStringIfNeeded(String) |