dependabot maven(deps): bump pmd.version from 6.48.0 to 6.49.0
Bumps pmd.version
from 6.48.0 to 6.49.0.
Updates pmd-core
from 6.48.0 to 6.49.0
Release notes
Sourced from pmd-core's releases.
PMD 6.49.0 (31-August-2022)
31-August-2022 - 6.49.0
The PMD team is pleased to announce PMD 6.49.0.
This is a minor release.
Table Of Contents
New and noteworthy
Updated PMD Designer
This PMD release ships a new version of the pmd-designer. For the changes, see PMD Designer Changelog.
Fixed Issues
- apex
- #4096: [apex] ApexAssertionsShouldIncludeMessage and ApexUnitTestClassShouldHaveAsserts: support new Assert class (introduced with Apex v56.0)
- core
- #3970: [core] FileCollector.addFile ignores language parameter
- java-codestyle
- #4082: [java] UnnecessaryImport false positive for on-demand imports of nested classes
API Changes
Deprecated API
In order to reduce the dependency on Apex Jorje classes, the following methods have been deprecated. These methods all leaked internal Jorje enums. These enums have been replaced now by enums the PMD's AST package.
- ASTAssignmentExpression#getOperator
- ASTBinaryExpression#getOperator
- ASTBooleanExpression#getOperator
- ASTPostfixExpression#getOperator
- ASTPrefixExpression#getOperator
All these classes have now a new
getOp()
method. Existing code should be refactored to use this method instead. It returns the new enums, like AssignmentOperator, and avoids the dependency to Jorje.
... (truncated)
Commits
-
4b4ebab
[maven-release-plugin] prepare release pmd_releases/6.49.0 -
2329495
Prepare pmd release 6.49.0 -
fe65a6b
Bump pmd-designer from 6.37.0 to 6.49.0 -
bdde4b7
Merge pull request #3971 from adangel:filecollector-language -
b232ea4
Merge branch 'master' into filecollector-language -
814ee91
Merge pull request #4095 from pacvz:master -
504d2ad
[doc] Update release notes (#4095) -
aafd95e
Add@pacvz
as a contributor -
54a2614
Merge pull request #4097 from tprouvot:feature/addNewClassForAssertion -
04b38c3
Update@tprouvot
as a contributor - Additional commits viewable in compare view
Updates pmd-java
from 6.48.0 to 6.49.0
Release notes
Sourced from pmd-java's releases.
PMD 6.49.0 (31-August-2022)
31-August-2022 - 6.49.0
The PMD team is pleased to announce PMD 6.49.0.
This is a minor release.
Table Of Contents
New and noteworthy
Updated PMD Designer
This PMD release ships a new version of the pmd-designer. For the changes, see PMD Designer Changelog.
Fixed Issues
- apex
- #4096: [apex] ApexAssertionsShouldIncludeMessage and ApexUnitTestClassShouldHaveAsserts: support new Assert class (introduced with Apex v56.0)
- core
- #3970: [core] FileCollector.addFile ignores language parameter
- java-codestyle
- #4082: [java] UnnecessaryImport false positive for on-demand imports of nested classes
API Changes
Deprecated API
In order to reduce the dependency on Apex Jorje classes, the following methods have been deprecated. These methods all leaked internal Jorje enums. These enums have been replaced now by enums the PMD's AST package.
- ASTAssignmentExpression#getOperator
- ASTBinaryExpression#getOperator
- ASTBooleanExpression#getOperator
- ASTPostfixExpression#getOperator
- ASTPrefixExpression#getOperator
All these classes have now a new
getOp()
method. Existing code should be refactored to use this method instead. It returns the new enums, like AssignmentOperator, and avoids the dependency to Jorje.
... (truncated)
Commits
-
4b4ebab
[maven-release-plugin] prepare release pmd_releases/6.49.0 -
2329495
Prepare pmd release 6.49.0 -
fe65a6b
Bump pmd-designer from 6.37.0 to 6.49.0 -
bdde4b7
Merge pull request #3971 from adangel:filecollector-language -
b232ea4
Merge branch 'master' into filecollector-language -
814ee91
Merge pull request #4095 from pacvz:master -
504d2ad
[doc] Update release notes (#4095) -
aafd95e
Add@pacvz
as a contributor -
54a2614
Merge pull request #4097 from tprouvot:feature/addNewClassForAssertion -
04b38c3
Update@tprouvot
as a contributor - Additional commits viewable in compare view
Updates pmd-javascript
from 6.48.0 to 6.49.0
Release notes
Sourced from pmd-javascript's releases.
PMD 6.49.0 (31-August-2022)
31-August-2022 - 6.49.0
The PMD team is pleased to announce PMD 6.49.0.
This is a minor release.
Table Of Contents
New and noteworthy
Updated PMD Designer
This PMD release ships a new version of the pmd-designer. For the changes, see PMD Designer Changelog.
Fixed Issues
- apex
- #4096: [apex] ApexAssertionsShouldIncludeMessage and ApexUnitTestClassShouldHaveAsserts: support new Assert class (introduced with Apex v56.0)
- core
- #3970: [core] FileCollector.addFile ignores language parameter
- java-codestyle
- #4082: [java] UnnecessaryImport false positive for on-demand imports of nested classes
API Changes
Deprecated API
In order to reduce the dependency on Apex Jorje classes, the following methods have been deprecated. These methods all leaked internal Jorje enums. These enums have been replaced now by enums the PMD's AST package.
- ASTAssignmentExpression#getOperator
- ASTBinaryExpression#getOperator
- ASTBooleanExpression#getOperator
- ASTPostfixExpression#getOperator
- ASTPrefixExpression#getOperator
All these classes have now a new
getOp()
method. Existing code should be refactored to use this method instead. It returns the new enums, like AssignmentOperator, and avoids the dependency to Jorje.
... (truncated)
Commits
-
4b4ebab
[maven-release-plugin] prepare release pmd_releases/6.49.0 -
2329495
Prepare pmd release 6.49.0 -
fe65a6b
Bump pmd-designer from 6.37.0 to 6.49.0 -
bdde4b7
Merge pull request #3971 from adangel:filecollector-language -
b232ea4
Merge branch 'master' into filecollector-language -
814ee91
Merge pull request #4095 from pacvz:master -
504d2ad
[doc] Update release notes (#4095) -
aafd95e
Add@pacvz
as a contributor -
54a2614
Merge pull request #4097 from tprouvot:feature/addNewClassForAssertion -
04b38c3
Update@tprouvot
as a contributor - Additional commits viewable in compare view
Updates pmd-jsp
from 6.48.0 to 6.49.0
Release notes
Sourced from pmd-jsp's releases.
PMD 6.49.0 (31-August-2022)
31-August-2022 - 6.49.0
The PMD team is pleased to announce PMD 6.49.0.
This is a minor release.
Table Of Contents
New and noteworthy
Updated PMD Designer
This PMD release ships a new version of the pmd-designer. For the changes, see PMD Designer Changelog.
Fixed Issues
- apex
- #4096: [apex] ApexAssertionsShouldIncludeMessage and ApexUnitTestClassShouldHaveAsserts: support new Assert class (introduced with Apex v56.0)
- core
- #3970: [core] FileCollector.addFile ignores language parameter
- java-codestyle
- #4082: [java] UnnecessaryImport false positive for on-demand imports of nested classes
API Changes
Deprecated API
In order to reduce the dependency on Apex Jorje classes, the following methods have been deprecated. These methods all leaked internal Jorje enums. These enums have been replaced now by enums the PMD's AST package.
- ASTAssignmentExpression#getOperator
- ASTBinaryExpression#getOperator
- ASTBooleanExpression#getOperator
- ASTPostfixExpression#getOperator
- ASTPrefixExpression#getOperator
All these classes have now a new
getOp()
method. Existing code should be refactored to use this method instead. It returns the new enums, like AssignmentOperator, and avoids the dependency to Jorje.
... (truncated)
Commits
-
4b4ebab
[maven-release-plugin] prepare release pmd_releases/6.49.0 -
2329495
Prepare pmd release 6.49.0 -
fe65a6b
Bump pmd-designer from 6.37.0 to 6.49.0 -
bdde4b7
Merge pull request #3971 from adangel:filecollector-language -
b232ea4
Merge branch 'master' into filecollector-language -
814ee91
Merge pull request #4095 from pacvz:master -
504d2ad
[doc] Update release notes (#4095) -
aafd95e
Add@pacvz
as a contributor -
54a2614
Merge pull request #4097 from tprouvot:feature/addNewClassForAssertion -
04b38c3
Update@tprouvot
as a contributor - Additional commits viewable in compare view