Checker Framework 3.42.0-eisop5 #1023
wmdietl
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Version 3.42.0-eisop5 (December 20, 2024)
User-visible changes:
Removed support for the
-Anocheckjdkoption, which was deprecated in version 3.1.1.Use
-ApermitMissingJdkinstead.The Nullness Checker now reports an error if an array or object creation is annotated
with
@Nullable, as array and object creations are intrinsically non-null.Implementation details:
Changed
org.checkerframework.framework.util.ContractsFromMethodto an interface.Use
DefaultContractsFromMethodto get the default behavior or use the newNoContractsFromMethodif you want no support for contracts.Make
SourceChecker#suppressWarningsStringprotected to allow adaptation in subclasses.Closed issues:
#413, #782, #815, #860, #873, #875, #927, #982,
#1012.
This discussion was created from the release Checker Framework 3.42.0-eisop5.
Beta Was this translation helpful? Give feedback.
All reactions