Merge pull request #444 from codehate/master

Added Facebook Infer
This commit is contained in:
Andreas Kull
2016-11-22 16:00:43 +01:00
committed by GitHub

View File

@ -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. * [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. * [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. * [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 ## Code Coverage