We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73ded82 commit a5a4b3eCopy full SHA for a5a4b3e
soot-infoflow-android/src/soot/jimple/infoflow/android/SetupApplication.java
@@ -1317,7 +1317,7 @@ protected void configureCallgraph() {
1317
* @author Steven Arzt
1318
*
1319
*/
1320
- protected static interface IInPlaceInfoflow extends IInfoflow {
+ public static interface IInPlaceInfoflow extends IInfoflow {
1321
1322
public void runAnalysis(final ISourceSinkManager sourcesSinks, SootMethod entryPoint);
1323
0 commit comments