From 9c51b7ff15df2bf44a7294b9fcc15f1cc00c84e2 Mon Sep 17 00:00:00 2001 From: Michael Vorburger Date: Mon, 19 Aug 2024 16:33:30 +0200 Subject: [PATCH] Add link to https://github.com/vegardit/no-npe --- other-nonull.md | 1 + 1 file changed, 1 insertion(+) diff --git a/other-nonull.md b/other-nonull.md index 11133ce..5d5d63c 100644 --- a/other-nonull.md +++ b/other-nonull.md @@ -13,3 +13,4 @@ Here are some of the other than [the Eclipse-based](..) null analysis related th * [Error Prone](http://errorprone.info/bugpatterns)'s null related checks (for a few specific cases) * SpotBugs / FindBugs (simplistic) * [JSpecify](https://jspecify.dev) standarized nullable annotations +* [vegardit/no-npe](https://github.com/vegardit/no-npe) Very similar to this