Skip to content

Certain types of method calls are missing #35

@Adrninistrator

Description

@Adrninistrator

In these cases, the method call is missing:

  1. Interface and implementation class methods
  2. Runnable implementation class thread call
  3. lambda expression (including thread call, etc.)
  4. The parent class calls the implementation method of the subclass
  5. The subclass calls the implementation method of the parent class

I added support for the above types, you can see my fork:
https://github.com/Adrninistrator/java-callgraph

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions