For adding instrumentation roots to a Profiler, I need to write the method signature.
For example, in case of the method:
String toString()
The VM Method signature is
()Ljava/lang/String;
Question is, is there any way to check such signatures in Eclipse if you have the source code? Is there any shortcut to see this?
I want to check this manually