java-callgraph icon indicating copy to clipboard operation
java-callgraph copied to clipboard

can I get the line number of the method call in the class file?

Open Liloveyang opened this issue 6 years ago • 1 comments

I want to get the line number of the method call in the class file?through the line number,I can connect all the methods. Thank you for your generous answer.

Liloveyang avatar Mar 12 '19 11:03 Liloveyang

You can try my fork: https://github.com/Adrninistrator/java-callgraph

It can print the caller method source line number.

Adrninistrator avatar Jul 31 '21 14:07 Adrninistrator