Registry / utility / checker-compat-qual

checker-compat-qual

JSON →
library2.5.6javamavenunverified

Checker Qual is the set of annotations and supporting classes used by the Checker Framework for type checking Java source code.

<dependency> <groupId>org.checkerframework</groupId> <artifactId>checker-compat-qual</artifactId> <version>2.5.6</version> </dependency>
INSTALL
IMPORT
SIG · CHECKER-COMPAT-QUA
C
checker-compat-qual
utilityjavav2.5.6
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Nullable
✓ org.checkerframework.checker.nullness.qual.Nullable

Using the @Nullable annotation from Checker Framework.

import org.checkerframework.checker.nullness.qual.Nullable; public class Example { public static void main(String[] args) { @Nullable String s = null; System.out.println("Nullable annotation used"); } }
Debug
Known issues
breakingThis artifact is deprecated; use org.checkerframework:checker-qual instead.
fix
Replace dependency with org.checkerframework:checker-qual.
affects: *
Upgrade
Version history
2.5.6latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
checker-compat-qual — mvn dependency:get checker-compat-qual · libregistry