Quality Assurance
Methodology
- Remove a private deprecated method
- if it is not used anymore in the project
- Remove a public deprecated method
- if it is not used anymore in the project
- and if it was released as deprecated at least one time
- Use a comment starting with
- TODO to document an unfinished task
- BETTER to document an unfinished refactoring or performance improvement task
- Solve red-flagged PMD issues
Tooling
- FindBugs
- PMD
- Eclipse-Plugin update-site: http://sourceforge.net/projects/pmd/files/pmd-eclipse/update-site/
- Writing own PMD rules
- Checkstyle
- MoreUnit