Merge pull request #230 from levonk/patch-4

Added Checker Framework for Code Analysis
This commit is contained in:
Andreas Kull
2015-10-03 10:25:42 +02:00

View File

@ -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 Javas 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.