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 :
Coming soon
Make a mvn plugin based on UCDetetor eclipse plugin :D
Until the next,
JRichardsz