You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by eo...@apache.org on 2019/05/01 07:38:44 UTC

[maven-checkstyle-plugin] branch MCHECKSTYLE-163-integration-tests updated (a290392 -> 4dc10ec)

This is an automated email from the ASF dual-hosted git repository.

eolivelli pushed a change to branch MCHECKSTYLE-163-integration-tests
in repository https://gitbox.apache.org/repos/asf/maven-checkstyle-plugin.git.


 discard a290392  [MCHECKSTYLE-163] Add integration test
     new 29ebada  [MCHECKSTYLE-374] - replace deprecated method calls with newer checkstyle version
     new 4dc10ec  [MCHECKSTYLE-163] Add integration test

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   (a290392)
            \
             N -- N -- N   refs/heads/MCHECKSTYLE-163-integration-tests (4dc10ec)

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 629 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:
 src/it/MCHECKSTYLE-332_cache-checker/pom.xml       | 10 +---
 .../invoker.properties                             | 18 -------
 src/it/MCHECKSTYLE-332_cache-treewalker/pom.xml    | 63 ----------------------
 .../src/main/java/org/MyClass.java                 | 26 ---------
 .../MCHECKSTYLE-332_cache-treewalker/verify.groovy | 23 --------
 .../checkstyle/AbstractCheckstyleReport.java       |  9 ++--
 .../checkstyle/CheckstyleViolationCheckMojo.java   | 11 ++--
 .../checkstyle/exec/DefaultCheckstyleExecutor.java | 51 +++++-------------
 8 files changed, 24 insertions(+), 187 deletions(-)
 delete mode 100644 src/it/MCHECKSTYLE-332_cache-treewalker/invoker.properties
 delete mode 100644 src/it/MCHECKSTYLE-332_cache-treewalker/pom.xml
 delete mode 100644 src/it/MCHECKSTYLE-332_cache-treewalker/src/main/java/org/MyClass.java
 delete mode 100644 src/it/MCHECKSTYLE-332_cache-treewalker/verify.groovy