This is an automated email from the ASF dual-hosted git repository.
bmarwell pushed a change to branch MCHECKSTYLE-387
in repository https://gitbox.apache.org/repos/asf/maven-checkstyle-plugin.git.
discard b8e77df [MCHECKSTYLE-387] emit a warning when using an old version of checkstyle.
add 354fad1 update JUnit
add 1ec4c24 Merge pull request #37 from apache/ver
add d8522d5 remove unused dependency
add 895b91f Merge pull request #38 from apache/ver2
add 4b4101c use try with resources instead of deprecated method
add 04be4e1 Merge pull request #39 from apache/close
add bd635da remove unused imports
add 91b8b16 Merge pull request #40 from apache/ver3
new d3d5285 [MCHECKSTYLE-387] emit a warning when using an old version of checkstyle.
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 (b8e77df)
\
N -- N -- N refs/heads/MCHECKSTYLE-387 (d3d5285)
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:
pom.xml | 7 +------
.../plugins/checkstyle/exec/DefaultCheckstyleExecutor.java | 14 ++++----------
.../maven/plugins/checkstyle/CheckstyleReportTest.java | 1 -
.../checkstyle/CheckstyleViolationCheckMojoTest.java | 1 -
.../maven/plugins/checkstyle/ReportResourceTest.java | 1 -
.../exec/CheckstyleReportListenerMultiSourceTest.java | 6 ------
.../checkstyle/exec/CheckstyleReportListenerTest.java | 3 ---
.../plugins/checkstyle/exec/CheckstyleResultsTest.java | 3 ---
8 files changed, 5 insertions(+), 31 deletions(-)
|