-
Notifications
You must be signed in to change notification settings - Fork 33
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
maven-pmd-plugin: stop using deprecated rules #1018
Labels
Milestone
Comments
php-coder
added a commit
that referenced
this issue
Jul 2, 2021
Quote from https://pmd.github.io/2017/12/15/PMD-6.0.0/ % The new Java rule NcssCount (category design) replaces the three rules “NcssConstructorCount”, “NcssMethodCount”, and “NcssTypeCount”. The new rule uses the metrics framework to achieve the same. It has two properties, to define the report level for method and class sizes separately. Constructors and methods are considered the same. % Part of #1018 [skip ci]
php-coder
added a commit
that referenced
this issue
Jul 2, 2021
…rolStatementBraces Quote from https://pmd.github.io/2018/03/26/PMD-6.2.0/#deprecated-rules % The Java rules WhileLoopMustUseBraces, ForLoopMustUseBraces, IfStmtMustUseBraces, and IfElseStmtMustUseBraces are deprecated. They will be replaced by the new rule ControlStatementBraces, in the category codestyle. % Part of #1018
php-coder
added a commit
that referenced
this issue
Jul 2, 2021
Quote from https://pmd.github.io/2018/04/29/PMD-6.3.0/#deprecated-rules % The Java rule AbstractNaming (java-codestyle) is deprecated in favour of ClassNamingConventions. % See also https://pmd.github.io/2018/04/29/PMD-6.3.0/#naming-rules-enhancements Part of #1018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
After updating PMD some warnings left:
Tech debt for: 65bb553 (#1014)
The text was updated successfully, but these errors were encountered: