Registry / build-tool / error-prone-core

error-prone-core

JSON →
library2.50.0javamavenunverified

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>
INSTALL
IMPORT
SIG · ERROR-PRONE-CORE
E
error-prone-core
build-tooljavav2.50.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ErrorProne
com.google.errorprone.ErrorProne

Minimal example showing import of ErrorProne class.

import com.google.errorprone.ErrorProne; public class Example { public static void main(String[] args) { ErrorProne errorProne = new ErrorProne(); System.out.println("Error Prone initialized"); } }
Debug
Known issues
breakingError Prone requires a compatible JDK version; check compatibility with your JDK version.
fix
Use Error Prone with JDK 11 or later, and ensure the correct version of the plugin is used.
affects: >=2.0.0
Upgrade
Version history
2.50.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
16
OpenAI (training)
2
Resources
error-prone-core — mvn dependency:get error-prone-core · libregistry