diff --git a/README.md b/README.md index c640fb8..60e344c 100644 --- a/README.md +++ b/README.md @@ -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. * [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. +* [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. * [Sourcetrail ![c]](https://www.sourcetrail.com) - Visual source code navigator. * [Spoon](https://github.com/INRIA/spoon/) - Library for analyzing and transforming Java source code.