Add NullAway

This commit is contained in:
Andreas Kull
2017-12-08 09:46:03 +01:00
committed by GitHub
parent 3c317fd9ab
commit e02540a4fd

View File

@ -130,6 +130,7 @@ A curated list of awesome Java frameworks, libraries and software.
* [Error Prone](https://github.com/google/error-prone) - Catches common programming mistakes as compile-time errors. * [Error Prone](https://github.com/google/error-prone) - Catches common programming mistakes as compile-time errors.
* [Infer](https://github.com/facebook/infer) - Modern static analysis tool for verifying the correctness of code. * [Infer](https://github.com/facebook/infer) - Modern static analysis tool for verifying the correctness of code.
* [jQAssistant](https://jqassistant.org/) - Static code analysis with Neo4J-based query language. * [jQAssistant](https://jqassistant.org/) - Static code analysis with Neo4J-based query language.
* [NullAway](https://github.com/uber/NullAway) - Eliminates NullPointerExceptions with low build-time overhead.
* [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.
* [Sourcetrail ![c]](https://www.sourcetrail.com) - Visual source code navigator. * [Sourcetrail ![c]](https://www.sourcetrail.com) - Visual source code navigator.
* [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.