dependabot maven(deps): bump pmd.version from 6.52.0 to 6.53.0
Bumps pmd.version
from 6.52.0 to 6.53.0.
Updates pmd-core
from 6.52.0 to 6.53.0
Release notes
Sourced from pmd-core's releases.
PMD 6.53.0 (31-December-2022)
31-December-2022 - 6.53.0
The PMD team is pleased to announce PMD 6.53.0.
This is a minor release.
Table Of Contents
New and noteworthy
Modified rules
- The Java rule
UnusedPrivateField
has a new propertyreportForAnnotations
. This is a list of fully qualified names of the annotation types that should be reported anyway. If an unused field has any of these annotations, then it is reported. If it has any other annotation, then it is still considered to be used and is not reported.Deprecated rules
The Java rules
ExcessiveClassLength
andExcessiveMethodLength
have been deprecated. The ruleNcssCount
can be used instead. The deprecated rules will be removed with PMD 7.0.0.The Java rule
EmptyStatementNotInLoop
is deprecated. Use the ruleUnnecessarySemicolon
instead. Note: Actually it was announced to be deprecated since 6.46.0 but the rule was not marked as deprecated yet. This has been done now.Fixed Issues
... (truncated)
Commits
-
3710345
[maven-release-plugin] prepare release pmd_releases/6.53.0 -
349c892
Prepare pmd release 6.53.0 -
f0e113c
Merge pull request #4274 from kdebski85:issue-4266-compact-constructor-with-l... -
ebefb36
[doc] Update release notes (#4266, #4274) -
d0367d0
Add@kdebski85
as a contributor -
62d7895
[java] DoNotUseThreads: more tests -
11867b0
Merge pull request #4265 from adangel:issue-4164-AvoidAssertAsIdentifier -
3dd0f84
Merge pull request #4264 from adangel:issue-4250-WhileLoopWithLiteralBoolean -
b81df96
Merge pull request #4262 from adangel:issue-2127-deprecate-excessive-length-r... -
67230ed
Merge pull request #4260 from adangel:issue-4166-UnusedPrivateField-annotations - Additional commits viewable in compare view
Updates pmd-java
from 6.52.0 to 6.53.0
Release notes
Sourced from pmd-java's releases.
PMD 6.53.0 (31-December-2022)
31-December-2022 - 6.53.0
The PMD team is pleased to announce PMD 6.53.0.
This is a minor release.
Table Of Contents
New and noteworthy
Modified rules
- The Java rule
UnusedPrivateField
has a new propertyreportForAnnotations
. This is a list of fully qualified names of the annotation types that should be reported anyway. If an unused field has any of these annotations, then it is reported. If it has any other annotation, then it is still considered to be used and is not reported.Deprecated rules
The Java rules
ExcessiveClassLength
andExcessiveMethodLength
have been deprecated. The ruleNcssCount
can be used instead. The deprecated rules will be removed with PMD 7.0.0.The Java rule
EmptyStatementNotInLoop
is deprecated. Use the ruleUnnecessarySemicolon
instead. Note: Actually it was announced to be deprecated since 6.46.0 but the rule was not marked as deprecated yet. This has been done now.Fixed Issues
... (truncated)
Commits
-
3710345
[maven-release-plugin] prepare release pmd_releases/6.53.0 -
349c892
Prepare pmd release 6.53.0 -
f0e113c
Merge pull request #4274 from kdebski85:issue-4266-compact-constructor-with-l... -
ebefb36
[doc] Update release notes (#4266, #4274) -
d0367d0
Add@kdebski85
as a contributor -
62d7895
[java] DoNotUseThreads: more tests -
11867b0
Merge pull request #4265 from adangel:issue-4164-AvoidAssertAsIdentifier -
3dd0f84
Merge pull request #4264 from adangel:issue-4250-WhileLoopWithLiteralBoolean -
b81df96
Merge pull request #4262 from adangel:issue-2127-deprecate-excessive-length-r... -
67230ed
Merge pull request #4260 from adangel:issue-4166-UnusedPrivateField-annotations - Additional commits viewable in compare view
Updates pmd-javascript
from 6.52.0 to 6.53.0
Release notes
Sourced from pmd-javascript's releases.
PMD 6.53.0 (31-December-2022)
31-December-2022 - 6.53.0
The PMD team is pleased to announce PMD 6.53.0.
This is a minor release.
Table Of Contents
New and noteworthy
Modified rules
- The Java rule
UnusedPrivateField
has a new propertyreportForAnnotations
. This is a list of fully qualified names of the annotation types that should be reported anyway. If an unused field has any of these annotations, then it is reported. If it has any other annotation, then it is still considered to be used and is not reported.Deprecated rules
The Java rules
ExcessiveClassLength
andExcessiveMethodLength
have been deprecated. The ruleNcssCount
can be used instead. The deprecated rules will be removed with PMD 7.0.0.The Java rule
EmptyStatementNotInLoop
is deprecated. Use the ruleUnnecessarySemicolon
instead. Note: Actually it was announced to be deprecated since 6.46.0 but the rule was not marked as deprecated yet. This has been done now.Fixed Issues
... (truncated)
Commits
-
3710345
[maven-release-plugin] prepare release pmd_releases/6.53.0 -
349c892
Prepare pmd release 6.53.0 -
f0e113c
Merge pull request #4274 from kdebski85:issue-4266-compact-constructor-with-l... -
ebefb36
[doc] Update release notes (#4266, #4274) -
d0367d0
Add@kdebski85
as a contributor -
62d7895
[java] DoNotUseThreads: more tests -
11867b0
Merge pull request #4265 from adangel:issue-4164-AvoidAssertAsIdentifier -
3dd0f84
Merge pull request #4264 from adangel:issue-4250-WhileLoopWithLiteralBoolean -
b81df96
Merge pull request #4262 from adangel:issue-2127-deprecate-excessive-length-r... -
67230ed
Merge pull request #4260 from adangel:issue-4166-UnusedPrivateField-annotations - Additional commits viewable in compare view
Updates pmd-jsp
from 6.52.0 to 6.53.0
Release notes
Sourced from pmd-jsp's releases.
PMD 6.53.0 (31-December-2022)
31-December-2022 - 6.53.0
The PMD team is pleased to announce PMD 6.53.0.
This is a minor release.
Table Of Contents
New and noteworthy
Modified rules
- The Java rule
UnusedPrivateField
has a new propertyreportForAnnotations
. This is a list of fully qualified names of the annotation types that should be reported anyway. If an unused field has any of these annotations, then it is reported. If it has any other annotation, then it is still considered to be used and is not reported.Deprecated rules
The Java rules
ExcessiveClassLength
andExcessiveMethodLength
have been deprecated. The ruleNcssCount
can be used instead. The deprecated rules will be removed with PMD 7.0.0.The Java rule
EmptyStatementNotInLoop
is deprecated. Use the ruleUnnecessarySemicolon
instead. Note: Actually it was announced to be deprecated since 6.46.0 but the rule was not marked as deprecated yet. This has been done now.Fixed Issues
... (truncated)
Commits
-
3710345
[maven-release-plugin] prepare release pmd_releases/6.53.0 -
349c892
Prepare pmd release 6.53.0 -
f0e113c
Merge pull request #4274 from kdebski85:issue-4266-compact-constructor-with-l... -
ebefb36
[doc] Update release notes (#4266, #4274) -
d0367d0
Add@kdebski85
as a contributor -
62d7895
[java] DoNotUseThreads: more tests -
11867b0
Merge pull request #4265 from adangel:issue-4164-AvoidAssertAsIdentifier -
3dd0f84
Merge pull request #4264 from adangel:issue-4250-WhileLoopWithLiteralBoolean -
b81df96
Merge pull request #4262 from adangel:issue-2127-deprecate-excessive-length-r... -
67230ed
Merge pull request #4260 from adangel:issue-4166-UnusedPrivateField-annotations - Additional commits viewable in compare view