Skip to content
This repository has been archived by the owner on Jun 2, 2021. It is now read-only.

Bump checker-qual from 3.7.1 to 3.8.0 (joschi/dropwizard-1.3#64) #64

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 2, 2020

Bumps checker-qual from 3.7.1 to 3.8.0.

Release notes

Sourced from checker-qual's releases.

Checker Framework 3.8.0

Version 3.8.0, December 1, 2020

The Initialized Fields Checker warns when a field is not initialized by a constructor. This is more general than the Initialization Checker, which only checks that @NonNull fields are initialized.

The manual describes how to modify an sbt build file to run the Checker Framework.

The -AwarnUnneededSuppressions command-line option warns only about suppression strings that contain a checker name.

The -AwarnUnneededSuppressionsExceptions=REGEX command-line option partially disables -AwarnUnneededSuppressions. Most users don't need this.

Implementation details:

Added classes SubtypeIsSubsetQualifierHierarchy and SubtypeIsSupersetQualifierHierarchy.

Moved the contractsUtils field from the visitor to the type factory.

Class renamings:

  • ContractsUtils => ContractsFromMethod

Method renamings:

  • ElementUtils.getVerboseName => ElementUtils.getQualifiedName
  • ElementUtils.getSimpleName => ElementUtils.getSimpleSignature

Field renamings:

  • AnnotatedTypeMirror.actualType => AnnotatedTypeMirror.underlyingType

Added a formal parameter to methods in MostlyNoElementQualifierHierarchy:

  • leastUpperBoundWithElements
  • greatestLowerBoundWithElements

Removed a formal parameter from methods in BaseTypeVisitor:

  • checkPostcondition
  • checkConditionalPostcondition

In Analysis.runAnalysisFor(), changed boolean parameter to enum BeforeOrAfter.

Removed org.checkerframework.framework.util.AnnotatedTypes#getIteratedType; use AnnotatedTypeFactory#getIterableElementType(ExpressionTree) instead.

Closed issues: #3287, #3390, #3681, #3839, #3850, #3851, #3862, #3871, #3884, #3888, #3908, #3929, #3932, #3935.

Changelog

Sourced from checker-qual's changelog.

Version 3.8.0, December 1, 2020

The Initialized Fields Checker warns when a field is not initialized by a constructor. This is more general than the Initialization Checker, which only checks that @NonNull fields are initialized.

The manual describes how to modify an sbt build file to run the Checker Framework.

The -AwarnUnneededSuppressions command-line option warns only about suppression strings that contain a checker name.

The -AwarnUnneededSuppressionsExceptions=REGEX command-line option partially disables -AwarnUnneededSuppressions. Most users don't need this.

Implementation details:

Added classes SubtypeIsSubsetQualifierHierarchy and SubtypeIsSupersetQualifierHierarchy.

Moved the contractsUtils field from the visitor to the type factory.

Class renamings:

  • ContractsUtils => ContractsFromMethod

Method renamings:

  • ElementUtils.getVerboseName => ElementUtils.getQualifiedName
  • ElementUtils.getSimpleName => ElementUtils.getSimpleSignature

Field renamings:

  • AnnotatedTypeMirror.actualType => AnnotatedTypeMirror.underlyingType

Added a formal parameter to methods in MostlyNoElementQualifierHierarchy:

  • leastUpperBoundWithElements
  • greatestLowerBoundWithElements

Removed a formal parameter from methods in BaseTypeVisitor:

  • checkPostcondition
  • checkConditionalPostcondition

In Analysis.runAnalysisFor(), changed boolean parameter to enum BeforeOrAfter.

Removed org.checkerframework.framework.util.AnnotatedTypes#getIteratedType; use AnnotatedTypeFactory#getIterableElementType(ExpressionTree) instead.

Closed issues: #3287, #3390, #3681, #3839, #3850, #3851, #3862, #3871, #3884, #3888, #3908, #3929, #3932, #3935.


... (truncated)

Commits
  • fe320f6 new release 3.8.0
  • 770d13d Fix links.
  • f98bfa7 Can't use python3.
  • fcef95c Move CalledMethods Checker test to the correct location. (#3954)
  • 6d23edb Release prep.
  • e8d3862 Abstract out methods ignoreFieldInWPI and updateFieldFromType (#3951)
  • da85027 Remove irrelevant information from bin/README (#3950)
  • 7bd0542 Tweak description of type refinement
  • 1110d16 Define method getOverriddenMethods
  • afb91c8 Ignore declaration annotations when issuing nullness.on.primitive warning; fi...
  • 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 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Dec 2, 2020
@joschi joschi changed the title Bump checker-qual from 3.7.1 to 3.8.0 Bump checker-qual from 3.7.1 to 3.8.0 (joschi/dropwizard-1.3#64) Dec 2, 2020
@joschi joschi merged commit 98669af into release/1.3.x Dec 2, 2020
@joschi joschi deleted the dependabot/maven/release/1.3.x/org.checkerframework-checker-qual-3.8.0 branch December 2, 2020 10:01
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant