This project is a plugin for SonarQube (http://www.sonarqube.org/) extending the set of JAva rules with custom ones.
- Unused Not Annotated Private Field - check that non annotated private fields are used
- Unused Not Annotated Private Method - check that non annotated private methods are called
- Caught Exception Touched - check that exception are used in catch block
This set of rules is licensed under the Apache License 2.0.