Error Prone is a static analysis tool for Java that catches common programming mistakes at compile-time. It’s common for even the best programmers to make simple mistakes. And sometimes a refactoring that seems safe can leave behind code that will never do what’s intended. We’re used to getting help from the compiler, but it doesn’t do much beyond static type checking. Using Error Prone to augment the compiler’s type analysis, you can catch more mistakes before they cost you time, or end up as bugs in production. We use Error Prone in Google’s Java build system to eliminate classes of serious bugs from entering our code, and we’ve open-sourced it, so you can too.
Features
- Hooks into your standard build, so all developers run it without thinking
- Tells you about mistakes immediately after they’re made
- Produces suggested fixes, allowing you to build tooling on it
- Error Prone is a static analysis tool for Java that catches common programming mistakes at compile-time
- Our documentation is at errorprone.info
- Developing and building Error Prone is documented on the wiki
Categories
Static Code AnalysisLicense
Apache License V2.0Follow Error Prone
Other Useful Business Software
$300 Free Credits for Your Google Cloud Projects
Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of Error Prone!