Skip to content

Excpetions in MethodDispatchResolver #705

@Liyw979

Description

@Liyw979

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions