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

Back to top

Reflow Maven skin by Andrius Velykis.