This is an automated email from the ASF dual-hosted git repository. elharo pushed a change to branch modern in repository https://gitbox.apache.org/repos/asf/maven-checkstyle-plugin.git
from e418ac4 Modernize I/O in test add 64136ff Use new Checkstyle API (#159) add d97687d Remove unused code (#158) add 6c1c802 [MCHECKSTYLE-453] Convert injection to Sisu Guice (#160) add b0ce8f7 Remove needless cleanup (#162) add 9e0d485 merge master No new revisions were added by this update. Summary of changes: pom.xml | 18 +++----- .../checkstyle/AbstractCheckstyleReport.java | 32 ++++++-------- .../checkstyle/CheckstyleAggregateReport.java | 18 +++++++- .../maven/plugins/checkstyle/CheckstyleReport.java | 18 ++++++++ .../checkstyle/CheckstyleReportRenderer.java | 50 +++++++++++----------- .../checkstyle/CheckstyleViolationCheckMojo.java | 23 ++++++---- .../checkstyle/exec/CheckstyleExecutor.java | 5 +-- .../checkstyle/exec/DefaultCheckstyleExecutor.java | 25 +++++++---- .../resource/LicenseResourceManager.java | 10 ++--- .../plugins/checkstyle/CheckstyleReportTest.java | 5 +-- .../checkstyle/exec/CheckstyleExecutorTest.java} | 16 +++---- .../CheckstyleReportListenerMultiSourceTest.java | 5 +-- .../exec/CheckstyleReportListenerTest.java | 5 +-- .../checkstyle/exec/CheckstyleResultsTest.java | 12 +----- 14 files changed, 127 insertions(+), 115 deletions(-) copy src/{it/MCHECKSTYLE-137/src/main/java/org/MyClass.java => test/java/org/apache/maven/plugins/checkstyle/exec/CheckstyleExecutorTest.java} (68%)