In these cases, the method call is missing:
- Interface and implementation class methods
- Runnable implementation class thread call
- lambda expression (including thread call, etc.)
- The parent class calls the implementation method of the subclass
- 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