Checker Framework 3.42.0-eisop4 #807
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-eisop4 (July 12, 2024)
Implementation details:
New method
GenericAnnotatedTypeFactory#addComputedTypeAnnotationsWithoutFlow(Tree, AnnotatedTypeMirror)
that sets
useFlow
tofalse
before callingaddComputedTypeAnnotations
. Subclasses should overridemethod
GenericAnnotatedTypeFactory#addComputedTypeAnnotations(Tree, AnnotatedTypeMirror)
instead.Deprecated the
GenericAnnotatedTypeFactory#addComputedTypeAnnotations(Tree, AnnotatedTypeMirror, boolean)
overload.
Changed the return type of
AnnotatedTypeFactory#getEnumConstructorQualifiers
fromSet<AnnotationMirror>
to
AnnotationMirrorSet
.framework-test:
-Anomsgtext
.DetailedTestDiagnostic
to directly represent test diagnostics when-Adetailedmsgtext
is used.Closed issues:
#742, #777, #795, typetools#6704.
This discussion was created from the release Checker Framework 3.42.0-eisop4.
Beta Was this translation helpful? Give feedback.
All reactions