this post was submitted on 29 Oct 2023
10 points (91.7% liked)

Java

1748 readers
1 users here now

For discussing Java, the JVM, languages that run on the JVM, and other related technologies.

founded 2 years ago
MODERATORS
 

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.
you are viewing a single comment's thread
view the rest of the comments

Sonarlint (free IDE plugin) / sonarqube possibly as an alternative to spot bugs and pmd