-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade Checker Framework Annotations 3.41.0 -> 3.42.0 #924
Conversation
The Java Platform team wishes you a happy festive period. Here is the suggested commit message:
Renovate be like
|
Looks good. No mutations were possible for these changes. |
8ffd1f6
to
6284154
Compare
Looks good. No mutations were possible for these changes. |
2 similar comments
Looks good. No mutations were possible for these changes. |
Looks good. No mutations were possible for these changes. |
6284154
to
7585d4e
Compare
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
Looks good. No mutations were possible for these changes. |
This PR contains the following updates:
3.41.0
->3.42.0
Release Notes
typetools/checker-framework (Checker Framework Annotations)
v3.42.0
: Checker Framework 3.42.0Version 3.42.0 (December 15, 2023)
User-visible changes:
Method annotation
@AssertMethod
indicates that a method checks a value and possibly 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
.