From 58691864307f4217ed31514ad3358c71487eb4dc Mon Sep 17 00:00:00 2001 From: Anand Sudhanaboina Date: Mon, 21 Nov 2016 11:51:01 +0530 Subject: [PATCH] Added Facebook Infer - http://fbinfer.com/ --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 25c31bd..e2a34e0 100644 --- a/README.md +++ b/README.md @@ -152,6 +152,7 @@ A curated list of awesome Java frameworks, libraries and software. * [PMD](https://github.com/pmd/pmd) - Source code analysis for finding bad coding practices. * [SonarQube](http://www.sonarqube.org/) - Integrates other analysis components via plugins and provides an overview of the metrics over time. * [Spoon](https://github.com/INRIA/spoon/) - Library for analyzing and transforming Java source code. +* [Infer](http://fbinfer.com/) - Tool to produce a list of potential bugs. ## Code Coverage