Tagged Questions
1
vote
1answer
144 views
Figure out method name from line number in Java?
Given a line number, the code file, as well as the compiled class file if necessary, what is the most elegant way to get the signature of the surrounding method (if the line number is even in a ...