nullability
There are 21 repositories under nullability topic.
uber/NullAway
A tool to help eliminate NullPointerExceptions (NPEs) in your Java code with low build-time overhead
Kotlin/kotlin-spark-api
This projects gives Kotlin bindings and several extensions for Apache Spark. We are looking to have this as a part of Apache Spark 3.x
ulrichb/ImplicitNullability
Extends ReSharper's static nullability analysis by changing specific, configurable elements to be [NotNull] by default
lastnpe/eclipse-null-eea-augments
Eclipse External null Annotations (EEA) repository
bkoelman/ResharperCodeContractNullability
Reports diagnostics, helping you to annotate your source tree with (Item)NotNull / (Item)CanBeNull attributes.
lastnpe/eclipse-external-annotations-m2e-plugin
M2E extension to setup Eclipse external annotations from pom.xml
ryanstull/ScalaNullSafe
A macro-based library for writing efficient and readable null-safe code in Scala.
ucr-riple/NullAwayAnnotator
A tool to help adapting code bases to NullAway type system.
bitwizeshift/not_null
Non-nullable pointers with 0-overhead and no hidden runtime cost.
tlinkowski/basic-annotations
A couple of basic Java annotations that cover null safety (via JSR 305), collection mutability (via Kotlin), and a few other concepts.
lastnpe/external-annotations-esperanto
Tooling to convert different representations of externalized Java annotations to & fro' each other
mariha/null-safety
A holistic approach to bring null-safety to the code written in Java.
takacsot/q-beanutils
Jakarta commons-beanutils PropertyUtils replacement.
pfpack/pfpack-primitives
PrimeFuncPack Primitives is a core library for .NET consisting of useful extensions and predicates making work with functional pipelines, Linq, strings, the nullable feature, etc. easier.
android-code/kotlin
This is repository of http://androidcode.pl blog Kotlin section. It shows usage examples of Kotlin.
icock/exception
Throwable interface and its implementation (Exception structs) with stacktrace information in Go.
kasthack-labs/kasthack.NotEmpty
.NotEmpty<T>() test extension
paveliz/ClassesVarsValsyNullsEnKotlin
Ejemplo de Android Kotlin para aprender: Classes, Vars, Vals y Nulls
Stancalau-ro/javanullability
Java Nullability Generation Using Gradle
RougeWare/Swift-Safe-Collection-Access
Ever wonder why Swift crashes if you access a collection the wrong way? Me too here's some extensions
TomWright/null
Simplify usage of null values when marshalling and scanning values.