{"id":56764,"library":"error-prone-core","title":"Error Prone Core","description":"Error Prone is a static analysis tool for Java that catches common programming mistakes at compile-time.","status":"active","version":"2.50.0","language":"java","source_language":null,"source_url":"https://github.com/google/error-prone","tags":["static-analysis","bug-detection","compile-time","google"],"install":[{"cmd":"<dependency>\n  <groupId>com.google.errorprone</groupId>\n  <artifactId>error_prone_core</artifactId>\n  <version>2.50.0</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'com.google.errorprone:error_prone_core:2.50.0'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"ErrorProne","correct":"com.google.errorprone.ErrorProne"}],"quickstart":{"code":"import com.google.errorprone.ErrorProne;\n\npublic class Example {\n    public static void main(String[] args) {\n        ErrorProne errorProne = new ErrorProne();\n        System.out.println(\"Error Prone initialized\");\n    }\n}","lang":"java","description":"Minimal example showing import of ErrorProne class."},"warnings":[{"fix":"Use Error Prone with JDK 11 or later, and ensure the correct version of the plugin is used.","message":"Error Prone requires a compatible JDK version; check compatibility with your JDK version.","severity":"breaking","affected_versions":">=2.0.0"}],"env_vars":null,"search_vec":"'analysi':9,24 'bug':26 'bug-detect':25 'catch':14 'common':15 'compil':20,29 'compile-tim':19,28 'core':3 'detect':27 'error':1,4 'googl':31 'java':12 'mistak':17 'program':16 'prone':2,5 'static':8,23 'static-analysi':22 'time':21,30 'tool':10","created_at":"2026-06-15T10:49:26.794498+00:00","updated_at":"2026-06-15T10:49:26.794498+00:00","problems":[],"ecosystem":"maven","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://errorprone.info","github":"https://github.com/google/error-prone","docs":"https://appdoc.app/artifact/com.google.errorprone/error_prone_core/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["build-tool"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}