We have released a new version of the Checker Framework.
The Checker Framework lets you create and/or run pluggable type checkers, in order to detect and prevent bugs in your code.
You can find documentation and download links at:
https://CheckerFramework.org/Changes for Checker Framework version 4.2.0:
Version 4.2.0 (2026-06-01)
Renamed error message key "createsmustcallfor.target.unparseable" to "createsmustcallfor.target.unparsable".
In AnnotatedTypeFactory:
- new overload
canonicalAnnotation(AnnotationMirror, TypeMirror).
In TypeHierarchy:
- new methods
equalsShallowEffective().
#7676, #7679, #7680, #7695, #7697, #7699, #7700, #7727.