This is an automated email from the ASF dual-hosted git repository. michaelo pushed a change to branch doxia-2.0.0 in repository https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git
discard 37abfb6 Prepare for Doxia 2.0.0 add 78e7e37 [MPMD-367] don't fail on unrelated warnings (#121) add fecb491 Bump animal-sniffer-maven-plugin from 1.22 to 1.23 (#117) add 36b92bf Remove vestigial useJava5 parameter (#119) add 2530d84 [MPMD-369] Make integration tests robust against system encoding (#122) add 690dcbe [MPMD-366] Update parent pom to 39 (#118) add 40fe444 [MNG-6829] Replace any StringUtils#isEmpty(String) and #isNotEmpty(String) (#124) add 8c57b90 Auto-link MPMD Jira new 906f171 Prepare for Doxia 2.0.0 This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (37abfb6) \ N -- N -- N refs/heads/doxia-2.0.0 (906f171) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .asf.yaml | 11 + pom.xml | 32 +- src/it/MPMD-270-325-JDK11/verify.groovy | 2 +- src/it/MPMD-280-JDK12/verify.groovy | 2 +- src/it/MPMD-295-JDK13/verify.groovy | 2 +- src/it/MPMD-302-JDK14/verify.groovy | 2 +- src/it/MPMD-302-JDK15/verify.groovy | 2 +- src/it/MPMD-312-JDK16/verify.groovy | 2 +- src/it/MPMD-312-JDK17/verify.groovy | 2 +- src/it/MPMD-332-JDK18/verify.groovy | 2 +- src/it/MPMD-348-JDK19/verify.groovy | 2 +- src/it/MPMD-365-JDK20/verify.groovy | 2 +- .../maven/plugins/pmd/AbstractPmdReport.java | 372 ++++------ .../plugins/pmd/AbstractPmdViolationCheckMojo.java | 192 +++--- .../maven/plugins/pmd/AggregatorCpdReport.java | 11 +- .../pmd/AggregatorCpdViolationCheckMojo.java | 13 +- .../plugins/pmd/AggregatorPmdNoForkReport.java | 18 +- .../maven/plugins/pmd/AggregatorPmdReport.java | 16 +- .../pmd/AggregatorPmdViolationCheckMojo.java | 13 +- .../org/apache/maven/plugins/pmd/CpdReport.java | 184 ++--- .../maven/plugins/pmd/CpdReportGenerator.java | 96 ++- .../maven/plugins/pmd/CpdViolationCheckMojo.java | 94 ++- .../plugins/pmd/ExcludeDuplicationsFromFile.java | 100 +-- .../apache/maven/plugins/pmd/ExcludeFromFile.java | 11 +- .../plugins/pmd/ExcludeViolationsFromFile.java | 100 ++- .../maven/plugins/pmd/PmdCollectingRenderer.java | 108 ++- .../org/apache/maven/plugins/pmd/PmdFileInfo.java | 31 +- .../org/apache/maven/plugins/pmd/PmdReport.java | 401 +++++------ .../maven/plugins/pmd/PmdReportGenerator.java | 371 +++++----- .../maven/plugins/pmd/PmdViolationCheckMojo.java | 127 ++-- .../apache/maven/plugins/pmd/ViolationDetails.java | 20 +- .../apache/maven/plugins/pmd/exec/CpdExecutor.java | 309 ++++----- .../apache/maven/plugins/pmd/exec/CpdRequest.java | 96 +-- .../apache/maven/plugins/pmd/exec/CpdResult.java | 33 +- .../apache/maven/plugins/pmd/exec/Executor.java | 131 ++-- .../apache/maven/plugins/pmd/exec/PmdExecutor.java | 478 ++++++------- .../apache/maven/plugins/pmd/exec/PmdRequest.java | 153 ++--- .../apache/maven/plugins/pmd/exec/PmdResult.java | 94 +-- .../plugins/pmd/AbstractPmdReportTestCase.java | 126 ++-- .../maven/plugins/pmd/CapturingPrintStream.java | 49 +- .../apache/maven/plugins/pmd/CpdReportTest.java | 290 ++++---- .../plugins/pmd/CpdViolationCheckMojoTest.java | 98 ++- .../plugins/pmd/DependencyArtifactStubFactory.java | 51 +- .../apache/maven/plugins/pmd/PmdReportTest.java | 750 ++++++++++----------- .../plugins/pmd/PmdViolationCheckMojoTest.java | 189 +++--- .../maven/plugins/pmd/exec/ExecutorTest.java | 20 +- .../stubs/CustomConfigurationMavenProjectStub.java | 78 +-- .../pmd/stubs/DefaultArtifactHandlerStub.java | 18 +- .../DefaultConfigurationMavenProjectStub.java | 81 +-- .../pmd/stubs/InvalidFormatMavenProjectStub.java | 71 +- .../plugins/pmd/stubs/PmdPluginArtifactStub.java | 50 +- .../maven/plugins/pmd/stubs/PmdProjectStub.java | 37 +- 52 files changed, 2308 insertions(+), 3235 deletions(-)