How to find unused JPA entities in code via STS(Spring Tool Suite) IDE

Viewed 8

I am trying to figure out is there a way to see if any of the JPA entities created is not being used (unused) in the code for STS(Spring Tool Suite) IDE. Like any shortcut keys or any plugins like we see the unused ones Intellij IDE

Thanks in Advance!!

0 Answers
Related