Find unused classes and more in a Java source code

804 read •  •  Posted in  •  Share


What to do when your infraestructure team or other reasons do not permit you to use SonarQube or similar platforms to insepect the source code of your java applications? or when SonarQube is like use a sledgehammer to crack nuts.

Maven could be helpfull. Currently there are some maven plugins related to my concern:

  • maven-checkstyle-plugin
  • findbugs-maven-plugin

And also I founded this eclipse plugin

https://stackoverflow.com/a/665778/3957754

With a usefull report :

ucdetector report

Coming soon

Make a mvn plugin based on UCDetetor eclipse plugin :D


Until the next,
JRichardsz

JRichardszs-signature