We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Checkstyle 8.21 split the checks for missing Javadoc out into a separate check and deprecated a number of properties. spring-checkstyle.xml sets the allowMissingJavadoc property on JavadocMethodCheck. It was deprecated in 8.21 and removed in 8.25.
spring-checkstyle.xml
allowMissingJavadoc
JavadocMethodCheck
As far as I can tell, the property has had no effect since 8.21. If that's correct, we can fix this by removing the configuration of the property.
The text was updated successfully, but these errors were encountered:
5e07680
Update checkstyle version in README.adoc
de26136
See gh-156
No branches or pull requests
Checkstyle 8.21 split the checks for missing Javadoc out into a separate check and deprecated a number of properties.
spring-checkstyle.xml
sets theallowMissingJavadoc
property onJavadocMethodCheck
. It was deprecated in 8.21 and removed in 8.25.As far as I can tell, the property has had no effect since 8.21. If that's correct, we can fix this by removing the configuration of the property.
The text was updated successfully, but these errors were encountered: