github typetools/checker-framework checker-framework-2.1.5
Checker Framework 2.1.5

latest releases: checker-framework-3.52.1, checker-framework-3.52.0, checker-framework-3.51.1...
9 years ago

Version 2.1.5, 2 November 2016

The new class org.checkerframework.checker.nullness.Opt provides every method in Java 8's java.util.Optional class, but written for possibly-null references rather than for the Optional type. This can shorten code that manipulates possibly-null references.

In bytecode, type variable upper bounds of type Object may or may not have been explicitly written. The Checker Framework now assumes they were not written explicitly in source code and defaults them as implicit upper bounds.

The manual describes how to run a checker within the NetBeans IDE.

The manual describes two approaches to creating a type alias or typedef.

Closed issues:
643, 775, 887, 906, 941.

Don't miss a new checker-framework release

NewReleases is sending notifications on new releases.