Skip to content

Commit

Permalink
open up parameter type
Browse files Browse the repository at this point in the history
  • Loading branch information
swissiety committed Feb 1, 2024
1 parent d5f593a commit 4df0dbe
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
import sootup.core.model.SootMethod;
import sootup.core.signatures.MethodSignature;
import sootup.core.views.View;
import sootup.java.core.views.JavaView;

/**
* Default implementation for the {@link InterproceduralCFG} interface. Includes all statements
Expand Down Expand Up @@ -136,7 +135,7 @@ private Stmt filterEdgeAndGetCallerStmt(@Nonnull MethodSignature methodSignature
IDESolver.DEFAULT_CACHE_BUILDER.build(loaderMethodToCallers);

public JimpleBasedInterproceduralCFG(
JavaView view,
View<? extends SootClass<?>> view,
MethodSignature mainMethodSignature,
boolean enableExceptions,
boolean includeReflectiveCalls) {
Expand Down

0 comments on commit 4df0dbe

Please sign in to comment.