Skip to content

Bump checkstyle from 9.1 to 9.2#287

Merged
kinow merged 2 commits intomasterfrom
dependabot/maven/com.puppycrawl.tools-checkstyle-9.2
Dec 2, 2021
Merged

Bump checkstyle from 9.1 to 9.2#287
kinow merged 2 commits intomasterfrom
dependabot/maven/com.puppycrawl.tools-checkstyle-9.2

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2021

Bumps checkstyle from 9.1 to 9.2.

Release notes

Sourced from checkstyle's releases.

checkstyle-9.2

https://checkstyle.org/releasenotes.html#Release_9.2

Commits
  • 1654fc2 [maven-release-plugin] prepare release checkstyle-9.2
  • d47afe4 doc: release notes 9.2
  • bb69e10 Issue #9412: updated example of AST for TokenTypes.CTOR_CALL
  • b0dbb10 infra: update xwiki-platform commit
  • bd095d7 Issue #10978: Record inside interface is parsed as method
  • 73c5d47 Issue #9450: update example of AST for TokenTypes.IDENT
  • 4bd9856 Issue #10943: Message validation in our Inputs should not have trailing and l...
  • 3895bde Issue #9463: update example of AST for TokenTypes.LITERAL_BOOLEAN
  • 66b7b00 Issue #9464: updated example of AST for TokenTypes.LITERAL_BREAK
  • 9afeb2b config: change escape single quotes policy for crowdin
  • 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 1, 2021
@kinow
Copy link
Member

kinow commented Dec 2, 2021

[INFO] Total bugs: 2

[ERROR] Medium: Do not catch NullPointerException like in org.apache.commons.text.lookup.BiFunctionStringLookup.lookup(String, Object) [org.apache.commons.text.lookup.BiFunctionStringLookup] At BiFunctionStringLookup.java:[line 92] DCN_NULLPOINTER_EXCEPTION

[ERROR] Medium: Do not catch NullPointerException like in org.apache.commons.text.lookup.FunctionStringLookup.lookup(String) [org.apache.commons.text.lookup.FunctionStringLookup] At FunctionStringLookup.java:[line 87] DCN_NULLPOINTER_EXCEPTION

[INFO] 

dependabot bot and others added 2 commits December 2, 2021 15:48
Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 9.1 to 9.2.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](checkstyle/checkstyle@checkstyle-9.1...checkstyle-9.2)

---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@kinow kinow force-pushed the dependabot/maven/com.puppycrawl.tools-checkstyle-9.2 branch from e66ed0c to d8a4017 Compare December 2, 2021 02:56
@kinow
Copy link
Member

kinow commented Dec 2, 2021

These two methods are catching NPE to return null. So I've added these two to SpotBugs exclusion configuration. Build should pass on Travis CI now.

I was going to standardize the Maven targets on Travis & GH Actions, but they are so different that I was not sure what should be the final target for both 😕 😵

@kinow kinow merged commit 1a59906 into master Dec 2, 2021
@dependabot dependabot bot deleted the dependabot/maven/com.puppycrawl.tools-checkstyle-9.2 branch December 2, 2021 03:17
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 java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant