How to see all recursive dependencies of a single Java class
Answered
I'm trying to find all recursive dependencies of a single POJO class (only field declarations really). Is there any way to do that in IDEA (I'm using 2021.1.1)?
Thanks in advance
Please sign in to leave a comment.
Hello,
Please tell if "Find usages" and "Go to implementation" tools solve the issue for you?
https://www.jetbrains.com/help/idea/find-highlight-usages.html#find-usages
https://www.jetbrains.com/help/idea/navigating-through-the-source-code.html#go_to_implementation
Thank you