Error in user YAML: (<unknown>): mapping values are not allowed in this context at line 2 column 19
---
layout: page
title: lastNPE.org: Other null analysis related solutions
permalink: /other-nonull
---
Here are some of the other than the Eclipse-based null analysis related things out there:
- Checker Framework interesting
- NullAway
- Infer : Eradicate
- IntelliJ's null analysis
- Error Prone's null related checks (for a few specific cases)
- SpotBugs / FindBugs (simplistic)
- JSpecify standarized nullable annotations