-
-
Notifications
You must be signed in to change notification settings - Fork 110
Excpetions in MethodDispatchResolver #705
Copy link
Copy link
Closed
Description
inside resolveConcreteDispatch
ClassType finalSuperClassType = superClassType;
SootClass<?> superClass =
view.getClass(superClassType)
.orElseThrow(
() ->
new ResolveException(
"Did not find class " + finalSuperClassType + " in View"));
classesInHierachyOrder.add(superClass);
A ResolveException was thrown and it will skip the searching of default methods.
Can I make a PR to remove this throw in resolveConcreteDispatch?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels