nullability
- Sign up for GitHub or sign in to edit this page
Here are 16 public repositories matching this topic...
Extends ReSharper's static nullability analysis by changing specific, configurable elements to be [NotNull] by default
-
Updated
Aug 8, 2019 - C#
Reports diagnostics, helping you to annotate your source tree with (Item)NotNull / (Item)CanBeNull attributes.
-
Updated
Sep 30, 2019 - C#
Eclipse External null Annotations (EEA) repository
-
Updated
Jul 16, 2019 - Java
M2E extension to setup Eclipse external annotations from pom.xml
-
Updated
Nov 17, 2019 - Java
A macro-based library for writing efficient and readable null-safe code in Scala.
-
Updated
Jun 29, 2019 - Scala
A couple of basic Java annotations that cover null safety (via JSR 305), collection mutability (via Kotlin), and a few other concepts.
-
Updated
Oct 5, 2019 - Java
Jakarta commons-beanutils PropertyUtils replacement.
-
Updated
Feb 21, 2019 - Java
Checks wether a value is none (null or undefined)
-
Updated
Apr 28, 2017 - JavaScript
A holistic approach to bring null-safety to the code written in Java.
-
Updated
Aug 26, 2019 - Java
Simplify usage of null values when marshalling and scanning values.
-
Updated
Apr 23, 2019 - Go
This is repository of http://androidcode.pl blog Kotlin section. It shows usage examples of Kotlin.
-
Updated
Jul 22, 2019 - Kotlin
Throwable interface and its implementation (Exception structs) with stacktrace information in Go.
-
Updated
Jul 12, 2017 - Go
Ejemplo de Android Kotlin para aprender: Classes, Vars, Vals y Nulls
-
Updated
Aug 18, 2017 - Java


Consider the code in a
Foo.javafile:Currently, if
Bar.foois not properly initialized, the user will get an error like:With only the