0

Is there a way in eclipse to analyse a project to find out which methods or functions or variables are not used, like a getter for example?

Eko
  • 1,487
  • 1
  • 18
  • 36
  • 1
    http://www.ucdetector.org/ – JB Nizet Mar 16 '14 at 16:09
  • 1
    Go through these posts: http://stackoverflow.com/questions/4721142/can-findbugs-detect-unused-public-methods http://stackoverflow.com/questions/162551/how-to-find-unused-dead-code-in-java-projects http://stackoverflow.com/questions/665563/find-unused-classes-in-a-java-eclipse-project – Chandrayya G K Mar 17 '14 at 14:54

1 Answers1

0

Solved, thanks to JB Nizet.

UCDetector (Unnecessary Code Detector, http://ucdetector.org/) was what I was looking for.

Eko
  • 1,487
  • 1
  • 18
  • 36