The Checker Framework no longer issues type.checking.not.run errors. This reduces clutter in the output.
Signedness Checker:
The receiver type of Object.hashCode() is now @UnknownSignedness.
Implementation details:
Instead of overriding isRelevant(), a type factory implementation should override isRelevantImpl(). Clients should continue to call isRelevant(); never call isRelevantImpl().
Methods that now return a boolean rather than void:
commonAssignmentCheck()
checkArrayInitialization()
checkLock()
checkLockOfThisOrTree()
ensureExpressionIsEffectivelyFinal()
Methods that now return AnnotationMirrorSet instead of Set<? extends AnnotationMirror>:
getTopAnnotations()
getBottomAnnotations()
getDefaultTypeDeclarationBounds()
getExceptionParameterLowerBoundAnnotations()
Renamed BaseTypeVisitor.checkExtendsImplements() to checkExtendsAndImplements().
Class FieldInvariants:
constructor now takes an AnnotatedTypeFactory
isSuperInvariant() has been renamed to isStrongerThan() and no longer takes an AnnotatedTypeFactory
CFAbstractValue.validateSet() takes a type factory rather than a QualifierHierarchy.
Removed methods that have been deprecated for over two years.
The Checker Framework no longer issues type.checking.not.run errors.
This reduces clutter in the output.
Signedness Checker:
The receiver type of Object.hashCode() is now @UnknownSignedness.
Implementation details:
Instead of overriding isRelevant(), a type factory implementation should
override isRelevantImpl(). Clients should continue to call isRelevant();
never call isRelevantImpl().
Methods that now return a boolean rather than void:
commonAssignmentCheck()
checkArrayInitialization()
checkLock()
checkLockOfThisOrTree()
ensureExpressionIsEffectivelyFinal()
Methods that now return AnnotationMirrorSet instead of Set<? extends AnnotationMirror>:
getTopAnnotations()
getBottomAnnotations()
getDefaultTypeDeclarationBounds()
getExceptionParameterLowerBoundAnnotations()
Renamed BaseTypeVisitor.checkExtendsImplements() to checkExtendsAndImplements().
Class FieldInvariants:
constructor now takes an AnnotatedTypeFactory
isSuperInvariant() has been renamed to isStrongerThan() and
no longer takes an AnnotatedTypeFactory
CFAbstractValue.validateSet() takes a type factory rather than a QualifierHierarchy.
Removed methods that have been deprecated for over two years.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps org.checkerframework:checker from 3.34.0 to 3.35.0.
Release notes
Sourced from org.checkerframework:checker's releases.
Changelog
Sourced from org.checkerframework:checker's changelog.
Commits
cd1d9ee
new release 3.35.02b03b28
Prep for release.32a0a59
Make switchBuilder initialization clearer (#5957)1bda3b4
Cleanups to Dataflow Framework (#5955)cd444d5
Update com.amazonaws:aws-java-sdk-bom on the last day of the monthe326fb5
Update dependency com.amazonaws:aws-java-sdk-bom to v1.12.479dcf951a
Version info includes whether the git repo is dirty2137613
Misc. javadoc and code uniformity fixes (#5961)6c7e727
The resolver needs access to classes, in order to parse Java expressions (#5970)d67941b
Handle lambdas and method references in switch expressionsDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)