update to fix that
This commit is contained in:
@@ -1464,6 +1464,10 @@ public abstract class AbstractCallGraphEngine implements CallGraphEngine {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (shouldExpand) {
|
if (shouldExpand) {
|
||||||
|
boolean isAbstractOrInterface = td.isInterface() || Modifier.isAbstract(td.getModifiers());
|
||||||
|
if (!isAbstractOrInterface) {
|
||||||
|
allResolved.add(baseCalled);
|
||||||
|
}
|
||||||
for (String impl : impls) {
|
for (String impl : impls) {
|
||||||
allResolved.add(impl + "." + methodName);
|
allResolved.add(impl + "." + methodName);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user