| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Test Results 313 files 313 suites 50s ⏱️ Results for commit f962466. |
Sorry, something went wrong.
There was a problem hiding this comment.
Exactly what we should do incrementally.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
I made a classic NPE mistake because I forgot to check if data was null while writing a DataFetcher
With JSpecify, we can detect NPEs like this at compile time rather than run time.
Have a look at the documentation for @NullMarked https://jspecify.dev/docs/user-guide/#nullmarked
This is the first PR to add JSpecify to an existing class so let's have a discussion.