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
-Anocheckjdk
option, which was deprecated in version 3.1.1.Use
-ApermitMissingJdk
instead.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.ContractsFromMethod
to an interface.Use
DefaultContractsFromMethod
to get the default behavior or use the newNoContractsFromMethod
if you want no support for contracts.Make
SourceChecker#suppressWarningsString
protected 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