Skip to content

findMethodCalls() should consider methods inherited from super-types #18

@gunnarmorling

Description

@gunnarmorling

When looking for called methods declared by some type (cu.findMethodCalls( "com.example.MyType *(..)" )) it should be possible to match invocations of methods declared by a super-type of MyType (and not overridden by the same). Currently, it seems a second call passing the super-type is required.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions