Skip to content
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

Bump checker-qual from 3.8.0 to 3.10.0 #2274

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 2, 2021

Bumps checker-qual from 3.8.0 to 3.10.0.

Release notes

Sourced from checker-qual's releases.

Checker Framework 3.10.0

Version 3.10.0, February 1, 2021

User-visible changes:

Moved utility classes from checker-qual.jar to the new checker-util.jar. Also, added util to the end of all the packages of the utility classes.

In Maven Central, checker.jar no longer contains duplicates of qualifiers in checker-qual.jar, but rather uses a Maven dependency. A fat jar file with all the dependencies (like the old checker.jar) is available in Maven Central with the classifier "all".

When supplying the -Ainfer=... command-line argument, you must also supply -Awarns.

Replaced several error message keys:

  • contracts.precondition.expression.parameter.name
  • contracts.postcondition.expression.parameter.name
  • contracts.conditional.postcondition.expression.parameter.name
  • method.declaration.expression.parameter.name by new message keys:
  • expression.parameter.name.invalid
  • expression.parameter.name.shadows.field

Implementation details:

Deprecated ElementUtils.enclosingClass; use ElementUtils.enclosingTypeElement.

Removed classes (use SourceChecker instead):

  • BaseTypeContext
  • CFContext
  • BaseContext

Removed methods:

  • SourceChecker.getContext(): it returned the receiver
  • SourceChecker.getChecker(): it returned the receiver
  • AnnotatedTypeFactory.getContext(): use getChecker()
  • methods on TreePaths from class 'TreeUtils; use the versions in TreePathUtil`.

Moved class:

  • org.checkerframework.framework.util.PurityUnqualified to org.checkerframework.framework.qual.PurityUnqualified

Renamed methods:

  • AnnotatedTypeMirror.directSuperTypes => directSupertypes (note capitalization) for consistency with javax.lang.model.util.Types
  • AnnotatedTypeMirror.removeAnnotation(Class) => removeAnnotationByClass
  • MethodCall.getParameters => getArguments
  • MethodCall.containsSyntacticEqualParameter => containsSyntacticEqualArgument
  • ArrayAccess.getReceiver => getArray

Closed issues: #3325 , #3474.

Checker Framework 3.9.1

... (truncated)

Changelog

Sourced from checker-qual's changelog.

Version 3.10.0, February 1, 2021

User-visible changes:

Moved utility classes from checker-qual.jar to the new checker-util.jar. Also, added util to the end of all the packages of the utility classes.

In Maven Central, checker.jar no longer contains duplicates of qualifiers in checker-qual.jar, but rather uses a Maven dependency. A fat jar file with all the dependencies (like the old checker.jar) is available in Maven Central with the classifier "all".

When supplying the -Ainfer=... command-line argument, you must also supply -Awarns.

Replaced several error message keys:

  • contracts.precondition.expression.parameter.name
  • contracts.postcondition.expression.parameter.name
  • contracts.conditional.postcondition.expression.parameter.name
  • method.declaration.expression.parameter.name by new message keys:
  • expression.parameter.name.invalid
  • expression.parameter.name.shadows.field

Implementation details:

Deprecated ElementUtils.enclosingClass; use ElementUtils.enclosingTypeElement.

Removed classes (use SourceChecker instead):

  • BaseTypeContext
  • CFContext
  • BaseContext

Removed methods:

  • SourceChecker.getContext(): it returned the receiver
  • SourceChecker.getChecker(): it returned the receiver
  • AnnotatedTypeFactory.getContext(): use getChecker()
  • methods on TreePaths from class 'TreeUtils; use the versions in TreePathUtil`.

Moved class:

  • org.checkerframework.framework.util.PurityUnqualified to org.checkerframework.framework.qual.PurityUnqualified

Renamed methods:

  • AnnotatedTypeMirror.directSuperTypes => directSupertypes (note capitalization) for consistency with javax.lang.model.util.Types
  • AnnotatedTypeMirror.removeAnnotation(Class) => removeAnnotationByClass
  • MethodCall.getParameters => getArguments
  • MethodCall.containsSyntacticEqualParameter => containsSyntacticEqualArgument
  • ArrayAccess.getReceiver => getArray

... (truncated)

Commits
  • 6c8f739 new release 3.10.0
  • dd2579c Update release number.
  • d6ac2fb Add closed issues.
  • 39d0966 Add Javadoc, rename variables (#4215)
  • 09aaf87 Make syntacticEquals compare deeply; also renamings (#4214)
  • e0769c2 Bump lombok from 1.18.16 to 1.18.18
  • d778bb3 Adapt to renaming from Flow Expression to Java Expression
  • b28c483 add checker-qual to javac script
  • 550bd2c Disable shellcheck warnings
  • 9ea24d3 AnnotatedTypeMirror#removeAnnotation should remove exactly the annotation pas...
  • Additional commits viewable in compare view

Dependabot compatibility score

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 dependabot bot added the dependencies Pull requests that update a dependency file label Feb 2, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 2, 2021

Superseded by #2295.

@dependabot dependabot bot closed this Mar 2, 2021
@dependabot dependabot bot deleted the dependabot/maven/org.checkerframework-checker-qual-3.10.0 branch March 2, 2021 05:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Development

Successfully merging this pull request may close these issues.

0 participants