We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cbb74b commit f88dc00Copy full SHA for f88dc00
1 file changed
soot-infoflow/src/soot/jimple/infoflow/sourcesSinks/manager/BaseSourceSinkManager.java
@@ -122,7 +122,7 @@ public Collection<SootClass> load(SootClass sc) throws Exception {
122
Hierarchy h = Scene.v().getActiveHierarchy();
123
124
// Don't try to find sources or sinks in irrelevant classes
125
- if (sc.isPhantom() || sc.hasTag(SimulatedCodeElementTag.TAG_NAME))
+ if (sc.hasTag(SimulatedCodeElementTag.TAG_NAME))
126
return Collections.emptySet();
127
128
// For interfaces, we compute the transitive list of parent interfaces
0 commit comments