From 61ab87d02b334af0c16a97e7eb25c7d82c44ece1 Mon Sep 17 00:00:00 2001 From: levonk Date: Sat, 19 Sep 2015 20:48:30 -0700 Subject: [PATCH] Added Checker Framework for Code Analysis --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a8357c6..f50d017 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ A curated list of awesome Java frameworks, libraries and software. ## Code Analysis *Tools that provide metrics and quality measurements.* - +* [Checker Framework](http://types.cs.washington.edu/checker-framework/) - Enhances Java’s type system to make it more powerful and useful. * [Checkstyle](https://github.com/checkstyle/checkstyle) - Static analysis of coding conventions and standards. * [Error Prone](https://github.com/google/error-prone) - Catches common programming mistakes as compile-time errors. * [FindBugs](http://findbugs.sourceforge.net/) - Static analysis of bytecode to find potential bugs.