Saved you a click:

  • JaCoCo for test coverage,
  • PMD for static code analysis
  • SpotBugs (successor of FindBugs) for linting and enforce coding style/best practices,
  • japicmp to check semantic versioning
  • codecov and checkstyle.
  • @thisisawayoflife
    link
    3
    edit-2
    11 months ago

    To build on this:

    • Micrometer to measure performance of potentially complex code
    • BeanRunner to test POJOs without writing much code.