From 80a6adf2480dcdbd9dda06c35f297f28de2f3270 Mon Sep 17 00:00:00 2001 From: Andreas Kull Date: Mon, 11 May 2015 21:19:55 +0200 Subject: [PATCH] Adds Google's Error Prone --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 85f44c3..57dfe1c 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o *Tools that provide metrics and quality measurements.* * [Checkstyle](http://checkstyle.sourceforge.net/) - Static analysis of coding conventions and standards. +* [Error Prone](https://github.com/google/error-prone) - Catches common Java mistakes as compile-time errors. * [FindBugs](http://findbugs.sourceforge.net/) - Static analysis of bytecode to find potential bugs. * [PMD](http://pmd.sourceforge.net/) - Source code analysis of bad coding practices. * [SonarQube](http://www.sonarqube.org/) - Integrates other analysis components via plugins and provides an overview of the metrics over time.