Ross ROSS = Recommend OSS · open-source software intelligence for agents

google/error-prone

Catch common Java mistakes as compile-time errors observed · 2026-08-28

github.com/google/error-prone · homepage · Java · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

95/100

  • Activity 99
  • Release rhythm 87
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 24
  • age_days: 4395
  • days_rel: 84
  • days_push: 7
  • n_releases_24m: 20

Full methodology

Adoption not part of the score

7225 stars · 815 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

Error Prone is Google's static analysis tool that hooks into the Java compiler to catch common programming mistakes as compile-time errors. It integrates with Bazel, Maven, Gradle, and Ant, and suggests fixes for detected bugs.

Use cases

  • catch common Java bugs at compile time
  • flag incompatible collection type arguments during builds
  • add static analysis checks to Maven or Gradle builds
  • detect dead exceptions and refactoring mistakes
  • enforce code quality checks across a Java codebase

When to choose

  • you build Java projects with Bazel, Maven, Gradle, or Ant and want compile-time bug detection
  • you want to eliminate classes of bugs before they reach production
  • you want suggested fixes surfaced directly in compiler errors

When to avoid

  • you are not working in the Java/JVM ecosystem
  • you must build with an older JDK (requires JDK 21+ for current versions)
  • you need full runtime or dynamic analysis rather than static compile-time checks

Facets

library · maturity active

linter testing developer-tools developer-tools programming-languages testing jvm cli static-analysis compile-time-checks bug-detection java-compiler-plugin code-quality

3 sources

Member repositories

RepositoryRoleHealth v2
google/error-pronemain95

For agents

markdown · JSON · MCP: product_card(name="google/error-prone")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem