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

Update Checkstyle style file to 8.44 #440

Closed
prmr opened this issue Sep 2, 2021 · 0 comments
Closed

Update Checkstyle style file to 8.44 #440

prmr opened this issue Sep 2, 2021 · 0 comments
Assignees
Labels
bug A problem config Configuration issues: environment, resources, build tools, etc.
Milestone

Comments

@prmr
Copy link
Owner

prmr commented Sep 2, 2021

Release 8.44 of Checkstyle has a backward-incompatible change:

<module name="JavadocMethod">
  <property name="scope" value="protected"/>
</module>

under the TreeWalker module, due to a breaking change in checkstyle 8.42 (8.44 is latest) this should now be

<module name="JavadocMethod">
  <property name="accessModifiers" value="public, protected"/>
</module>
@prmr prmr added bug A problem config Configuration issues: environment, resources, build tools, etc. labels Sep 2, 2021
@prmr prmr added this to the Release 3.4 milestone Sep 2, 2021
@prmr prmr self-assigned this Sep 2, 2021
@prmr prmr closed this as completed Sep 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A problem config Configuration issues: environment, resources, build tools, etc.
Projects
None yet
Development

No branches or pull requests

1 participant