This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a change to branch equals
in repository https://gitbox.apache.org/repos/asf/maven-checkstyle-plugin.git.
discard 02964f6 test for NullPointer
add 3d424b8 update site plugin and links (#43)
add 96557bb use try with resources and charset (#44)
add 4fede6d Bump animal-sniffer-maven-plugin from 1.19 to 1.20
add e0b01ad Run ITs on Java 16
add 6d229a7 [MCHECKSTYLE-399] Upgrade Checkstyle to 8.41.1
add 2f45933 [MCHECKSTYLE-99] <includeTestSourceDirectory> should use
default test
new a154125 test for NullPointer
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 (02964f6)
\
N -- N -- N refs/heads/equals (a154125)
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:
Jenkinsfile | 2 +-
pom.xml | 15 +---
.../invoker.properties | 0
.../pom.xml | 38 ++++++----
.../src/main/java/com/example/App.java | 0
.../src/test/java/com/example/AppTest.java | 0
.../verify.groovy | 6 +-
.../invoker.properties | 0
src/it/{MCHECKSTYLE-129 => MCHECKSTYLE-99}/pom.xml | 37 ++++++----
.../src/main/java/com/example/App.java | 0
.../src/test/java/com/example/AppTest.java | 0
.../verify.groovy | 6 +-
.../checkstyle/AbstractCheckstyleReport.java | 85 ++++++++++++++++------
.../checkstyle/CheckstyleReportGenerator.java | 55 +++++++++++++-
.../checkstyle/exec/DefaultCheckstyleExecutor.java | 80 --------------------
.../plugins/checkstyle/rss/VelocityTemplate.java | 50 +++++--------
src/site/apt/index.apt.vm | 7 +-
src/test/plugin-configs/custom-plugin-config.xml | 1 +
.../dep-resolution-exception-plugin-config.xml | 1 +
.../plugin-configs/fail-on-error-plugin-config.xml | 1 +
src/test/plugin-configs/min-plugin-config.xml | 1 +
src/test/plugin-configs/multi-plugin-config.xml | 1 +
src/test/plugin-configs/no-files-plugin-config.xml | 1 +
src/test/plugin-configs/no-rules-plugin-config.xml | 1 +
.../plugin-configs/no-severity-plugin-config.xml | 1 +
.../plugin-configs/no-source-plugin-config.xml | 1 +
.../test-source-directory-plugin-config.xml | 1 +
src/test/plugin-configs/useFile-plugin-config.xml | 1 +
28 files changed, 206 insertions(+), 186 deletions(-)
copy src/it/{checkstyle-goal =>
MCHECKSTYLE-99-custom-xref-test-location}/invoker.properties (100%)
copy src/it/{MCHECKSTYLE-129 =>
MCHECKSTYLE-99-custom-xref-test-location}/pom.xml (66%)
copy src/it/{MCHECKSTYLE-129 =>
MCHECKSTYLE-99-custom-xref-test-location}/src/main/java/com/example/App.java
(100%)
copy src/it/{MCHECKSTYLE-129 =>
MCHECKSTYLE-99-custom-xref-test-location}/src/test/java/com/example/AppTest.java
(100%)
copy src/it/{MCHECKSTYLE-222-resources =>
MCHECKSTYLE-99-custom-xref-test-location}/verify.groovy (76%)
copy src/it/{checkstyle-goal => MCHECKSTYLE-99}/invoker.properties (100%)
copy src/it/{MCHECKSTYLE-129 => MCHECKSTYLE-99}/pom.xml (67%)
copy src/it/{MCHECKSTYLE-129 =>
MCHECKSTYLE-99}/src/main/java/com/example/App.java (100%)
copy src/it/{MCHECKSTYLE-129 =>
MCHECKSTYLE-99}/src/test/java/com/example/AppTest.java (100%)
copy src/it/{MCHECKSTYLE-222-resources => MCHECKSTYLE-99}/verify.groovy (77%)