How to find a anonymous class
Hi,
I often find my self looking for anonymous classes. Let us say I want to goto "...TaskDisplatcher$4". That could a class name I found in JVisualvm.
Is there a smart way to find anonymous class #4?
regards,
Tobias
Please sign in to leave a comment.
Ctrl-N TaDi$4 Enter
Thank you. That works :)