Error Prone is a static analysis tool for Java that catches common programming mistakes at compile-time.
<dependency>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_core</artifactId>
<version>2.50.0</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal example showing import of ErrorProne class.
Use Error Prone with JDK 11 or later, and ensure the correct version of the plugin is used.
No dependency data recorded yet.