Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems. Learn more →
Java Nullability Projects
-
NullAway
A tool to help eliminate NullPointerExceptions (NPEs) in your Java code with low build-time overhead
Would be cool if Java got this feature, explicit optionality at a language level a la T? is an enormous developer QoL in Kotlin and Typescript in my experience. In Java there's tools like NullAway [1] but they're a hassle.
Language-level support is leagues better than Optional/Maybe in my experience too because it keeps the code focused on the actual logic instead of putting everything in a map/flatMap railway.
[1] https://github.com/uber/NullAway
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
-
NOTE:
The open source projects on this list are ordered by number of github stars.
The number of mentions indicates repo mentiontions in the last 12 Months or
since we started tracking (Dec 2020).
Java Nullability discussion
Java Nullability related posts
-
My Thoughts on “Bad Code”
-
Will Project Valhalla bring Kotlin-like nulls to Java?
-
Retrofitting null-safety onto Java at Meta
-
Plans for Compile-time Null Pointer Safety?
-
Nullaway fully supports switch expressions without issues now in 0.9.5
-
[Question] why java cannot accept a convention to never pass/return null values?
-
Handling null and upgrading past Java 8 - Inside Java Newscast #7
-
A note from our sponsor - InfluxDB
influxdata.com | 22 Apr 2025
Index
# | Project | Stars |
---|---|---|
1 | NullAway | 3,721 |
2 | eclipse-null-eea-augments | 42 |