dependabot maven(deps): bump pmd.version from 6.46.0 to 6.47.0
Bumps pmd.version
from 6.46.0 to 6.47.0.
Updates pmd-core
from 6.46.0 to 6.47.0
Release notes
Sourced from pmd-core's releases.
PMD 6.47.0 (25-June-2022)
25-June-2022 - 6.47.0
The PMD team is pleased to announce PMD 6.47.0.
This is a minor release.
Table Of Contents
Fixed Issues
- core
- java-bestpractices
- java-design
- #3823: [java] ImmutableField: Do not flag fields in @Entity
- #3981: [java] ImmutableField reports fields annotated with @Value (Spring)
- #3998: [java] ImmutableField reports fields annotated with @Captor (Mockito)
- #4004: [java] ImmutableField reports fields annotated with @GwtMock (GwtMockito) and @Spy (Mockito)
- #4008: [java] ImmutableField not reporting fields that are only initialized in the declaration
- #4011: [java] ImmutableField: Do not flag fields annotated with @Inject
- #4020: [java] ImmutableField reports fields annotated with @FindBy and @FindBys (Selenium)
- java-errorprone
API Changes
No changes.
External Contributions
- #3985: [java] Fix false negative problem about Enum in AvoidFieldNameMatchingMethodName #3936 -
@Scrsloota
- #3993: [java] AvoidDuplicateLiterals - Add the method "buz" definition to test cases -
@dalizi007
- #4002: [java] ImmutableField - Ignore fields annotated with @Value (Spring) or @Captor (Mockito) -
@jjlharrison
- #4003: [java] UnusedPrivateField - Ignore fields annotated with @Id/@EmbeddedId/@Version (JPA) or @Mock/@Spy/@MockBean (Mockito/Spring) -
@jjlharrison
- #4006: [doc] Fix eclipse plugin update site URL -
@shiomiyan
- #4010: [core] Bump kotlin to version 1.7.0 -
@maikelsteneker
Stats
- 45 commits
- 23 closed tickets & PRs
- Days since last release: 27
Commits
-
07eb3d2
[maven-release-plugin] prepare release pmd_releases/6.47.0 -
cf90c21
Prepare pmd release 6.47.0 -
ed6cd9a
[doc] Update release notes - escape@
to not mention people on github -
25eb9d8
Merge pull request #4005 from adangel:sonatype-lift-issues -
bde5a0c
Merge pull request #4003 from jjlharrison:master -
18dd7f1
Merge pull request #4018 from oowekyala:issue4008_immutable_field -
c5e4b71
[java] ImmutableField - remove now unnecessary defaultSuppressionAnnotations -
5b210a7
Add@FSchliephacke
as a contributor -
de3f377
Add@HaelC
as a contributor -
1694fb7
Add@lgemeinhardt
as a contributor - Additional commits viewable in compare view
Updates pmd-java
from 6.46.0 to 6.47.0
Release notes
Sourced from pmd-java's releases.
PMD 6.47.0 (25-June-2022)
25-June-2022 - 6.47.0
The PMD team is pleased to announce PMD 6.47.0.
This is a minor release.
Table Of Contents
Fixed Issues
- core
- java-bestpractices
- java-design
- #3823: [java] ImmutableField: Do not flag fields in @Entity
- #3981: [java] ImmutableField reports fields annotated with @Value (Spring)
- #3998: [java] ImmutableField reports fields annotated with @Captor (Mockito)
- #4004: [java] ImmutableField reports fields annotated with @GwtMock (GwtMockito) and @Spy (Mockito)
- #4008: [java] ImmutableField not reporting fields that are only initialized in the declaration
- #4011: [java] ImmutableField: Do not flag fields annotated with @Inject
- #4020: [java] ImmutableField reports fields annotated with @FindBy and @FindBys (Selenium)
- java-errorprone
API Changes
No changes.
External Contributions
- #3985: [java] Fix false negative problem about Enum in AvoidFieldNameMatchingMethodName #3936 -
@Scrsloota
- #3993: [java] AvoidDuplicateLiterals - Add the method "buz" definition to test cases -
@dalizi007
- #4002: [java] ImmutableField - Ignore fields annotated with @Value (Spring) or @Captor (Mockito) -
@jjlharrison
- #4003: [java] UnusedPrivateField - Ignore fields annotated with @Id/@EmbeddedId/@Version (JPA) or @Mock/@Spy/@MockBean (Mockito/Spring) -
@jjlharrison
- #4006: [doc] Fix eclipse plugin update site URL -
@shiomiyan
- #4010: [core] Bump kotlin to version 1.7.0 -
@maikelsteneker
Stats
- 45 commits
- 23 closed tickets & PRs
- Days since last release: 27
Commits
-
07eb3d2
[maven-release-plugin] prepare release pmd_releases/6.47.0 -
cf90c21
Prepare pmd release 6.47.0 -
ed6cd9a
[doc] Update release notes - escape@
to not mention people on github -
25eb9d8
Merge pull request #4005 from adangel:sonatype-lift-issues -
bde5a0c
Merge pull request #4003 from jjlharrison:master -
18dd7f1
Merge pull request #4018 from oowekyala:issue4008_immutable_field -
c5e4b71
[java] ImmutableField - remove now unnecessary defaultSuppressionAnnotations -
5b210a7
Add@FSchliephacke
as a contributor -
de3f377
Add@HaelC
as a contributor -
1694fb7
Add@lgemeinhardt
as a contributor - Additional commits viewable in compare view
Updates pmd-javascript
from 6.46.0 to 6.47.0
Release notes
Sourced from pmd-javascript's releases.
PMD 6.47.0 (25-June-2022)
25-June-2022 - 6.47.0
The PMD team is pleased to announce PMD 6.47.0.
This is a minor release.
Table Of Contents
Fixed Issues
- core
- java-bestpractices
- java-design
- #3823: [java] ImmutableField: Do not flag fields in @Entity
- #3981: [java] ImmutableField reports fields annotated with @Value (Spring)
- #3998: [java] ImmutableField reports fields annotated with @Captor (Mockito)
- #4004: [java] ImmutableField reports fields annotated with @GwtMock (GwtMockito) and @Spy (Mockito)
- #4008: [java] ImmutableField not reporting fields that are only initialized in the declaration
- #4011: [java] ImmutableField: Do not flag fields annotated with @Inject
- #4020: [java] ImmutableField reports fields annotated with @FindBy and @FindBys (Selenium)
- java-errorprone
API Changes
No changes.
External Contributions
- #3985: [java] Fix false negative problem about Enum in AvoidFieldNameMatchingMethodName #3936 -
@Scrsloota
- #3993: [java] AvoidDuplicateLiterals - Add the method "buz" definition to test cases -
@dalizi007
- #4002: [java] ImmutableField - Ignore fields annotated with @Value (Spring) or @Captor (Mockito) -
@jjlharrison
- #4003: [java] UnusedPrivateField - Ignore fields annotated with @Id/@EmbeddedId/@Version (JPA) or @Mock/@Spy/@MockBean (Mockito/Spring) -
@jjlharrison
- #4006: [doc] Fix eclipse plugin update site URL -
@shiomiyan
- #4010: [core] Bump kotlin to version 1.7.0 -
@maikelsteneker
Stats
- 45 commits
- 23 closed tickets & PRs
- Days since last release: 27
Commits
-
07eb3d2
[maven-release-plugin] prepare release pmd_releases/6.47.0 -
cf90c21
Prepare pmd release 6.47.0 -
ed6cd9a
[doc] Update release notes - escape@
to not mention people on github -
25eb9d8
Merge pull request #4005 from adangel:sonatype-lift-issues -
bde5a0c
Merge pull request #4003 from jjlharrison:master -
18dd7f1
Merge pull request #4018 from oowekyala:issue4008_immutable_field -
c5e4b71
[java] ImmutableField - remove now unnecessary defaultSuppressionAnnotations -
5b210a7
Add@FSchliephacke
as a contributor -
de3f377
Add@HaelC
as a contributor -
1694fb7
Add@lgemeinhardt
as a contributor - Additional commits viewable in compare view
Updates pmd-jsp
from 6.46.0 to 6.47.0
Release notes
Sourced from pmd-jsp's releases.
PMD 6.47.0 (25-June-2022)
25-June-2022 - 6.47.0
The PMD team is pleased to announce PMD 6.47.0.
This is a minor release.
Table Of Contents
Fixed Issues
- core
- java-bestpractices
- java-design
- #3823: [java] ImmutableField: Do not flag fields in @Entity
- #3981: [java] ImmutableField reports fields annotated with @Value (Spring)
- #3998: [java] ImmutableField reports fields annotated with @Captor (Mockito)
- #4004: [java] ImmutableField reports fields annotated with @GwtMock (GwtMockito) and @Spy (Mockito)
- #4008: [java] ImmutableField not reporting fields that are only initialized in the declaration
- #4011: [java] ImmutableField: Do not flag fields annotated with @Inject
- #4020: [java] ImmutableField reports fields annotated with @FindBy and @FindBys (Selenium)
- java-errorprone
API Changes
No changes.
External Contributions
- #3985: [java] Fix false negative problem about Enum in AvoidFieldNameMatchingMethodName #3936 -
@Scrsloota
- #3993: [java] AvoidDuplicateLiterals - Add the method "buz" definition to test cases -
@dalizi007
- #4002: [java] ImmutableField - Ignore fields annotated with @Value (Spring) or @Captor (Mockito) -
@jjlharrison
- #4003: [java] UnusedPrivateField - Ignore fields annotated with @Id/@EmbeddedId/@Version (JPA) or @Mock/@Spy/@MockBean (Mockito/Spring) -
@jjlharrison
- #4006: [doc] Fix eclipse plugin update site URL -
@shiomiyan
- #4010: [core] Bump kotlin to version 1.7.0 -
@maikelsteneker
Stats
- 45 commits
- 23 closed tickets & PRs
- Days since last release: 27
Commits
-
07eb3d2
[maven-release-plugin] prepare release pmd_releases/6.47.0 -
cf90c21
Prepare pmd release 6.47.0 -
ed6cd9a
[doc] Update release notes - escape@
to not mention people on github -
25eb9d8
Merge pull request #4005 from adangel:sonatype-lift-issues -
bde5a0c
Merge pull request #4003 from jjlharrison:master -
18dd7f1
Merge pull request #4018 from oowekyala:issue4008_immutable_field -
c5e4b71
[java] ImmutableField - remove now unnecessary defaultSuppressionAnnotations -
5b210a7
Add@FSchliephacke
as a contributor -
de3f377
Add@HaelC
as a contributor -
1694fb7
Add@lgemeinhardt
as a contributor - Additional commits viewable in compare view