Sourced from org.checkerframework:checker-qual's releases.
Checker Framework 3.42.0
Version 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
. Removedorg.checkerframework.common.util.report.DoNothingChecker
. MovedReportChecker
fromorg.checkerframework.common.util.report
toorg.checkerframework.common.util.count.report
.
Sourced from org.checkerframework:checker-qual's changelog.
Version 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
. Removedorg.checkerframework.common.util.report.DoNothingChecker
. MovedReportChecker
fromorg.checkerframework.common.util.report
toorg.checkerframework.common.util.count.report
.
ed3a237
new release 3.42.09053af5
Prep for release.886d0b3
Add support for opt.map(type::method) pattern. (#6370)4b5e2c9
ReportChecker: Fix array access crash3eb26a9
Fix guava-assertions.astub7906a83
Add -y
, a second command-line option for exclusionb38ed80
Fix Kotlin instructionsae8a6e1
Add support for OptionalDouble, OptionalInt, OptionalLong17226ff
Add Optional method annotations964d027
Permit Stream.filter(Optional::isPresent).map(Optional::get)