Checker Framework 3.42.0-eisop1 #667
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
-
Version 3.42.0-eisop1 (January 2, 2024)
Closed issues:
typetools#6373, typetools#6374.
Version 3.42.0 (December 15, 2023)
User-visible changes:
Method annotation
@AssertMethod
indicates that a method checks a value andpossibly throws an assertion. Using it can make flow-sensitive type refinement
more effective.
In
org.checkerframework.common.util.debug
, renamedEmptyProcessor
toDoNothingProcessor
.Removed
org.checkerframework.common.util.report.DoNothingChecker
.Moved
ReportChecker
fromorg.checkerframework.common.util.report
toorg.checkerframework.common.util.count.report
.(EISOP note: we did not follow this renaming - if anything,
counting
could be a special case ofreporting
, notthe other way around.)
This discussion was created from the release Checker Framework 3.42.0-eisop1.
Beta Was this translation helpful? Give feedback.
All reactions