Version 3.55.0 (2026-04-02)
User-visible changes
The Checker Framework runs under JDK 26 -- that is, it runs on a version 26 JVM.
Removed deprecated command-line option -AskipDirs; use -AskipFiles.
Implementation details
In AnnotatedTypeMirror:
- Renamed
getEffectiveAnnotation*()togetAnnotation*(). - Renamed
hasEffectiveAnnotation*()tohasAnnotation*().
Removed deprecated method ObjectCreationNode.getConstructor(); use
getTypeToInstantiate().