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

Claudenw pushed a change to branch RAT-541_create-testhelper_data-package
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git


    from cfa48bb5 fixed checkstyle issues
     add f8e968c2 fixes for SonarQube results
     add 3a47cd29 cleaned up checkstyle issues

No new revisions were added by this update.

Summary of changes:
 apache-rat-core/pom.xml                            |   5 +
 .../src/it/java/org/apache/rat/ReportTest.java     |  13 +-
 .../org/apache/rat/ConfigurationException.java     |   4 +-
 .../src/main/java/org/apache/rat/Defaults.java     |   3 +-
 .../org/apache/rat/ImplementationException.java    |   4 +-
 .../org/apache/rat/OptionCollectionParser.java     |  17 +-
 .../java/org/apache/rat/ReportConfiguration.java   |  38 +++-
 .../src/main/java/org/apache/rat/Reporter.java     |   6 +-
 .../rat/config/exclusion/ExclusionProcessor.java   |   5 +-
 .../org/apache/rat/utils/StandardXmlFactory.java   |  56 +++++-
 .../org/apache/rat/OptionCollectionParserTest.java |   2 -
 .../src/test/java/org/apache/rat/OutputTest.java   | 167 ++++++++++++++++
 .../org/apache/rat/ReportConfigurationTest.java    | 216 ++++++++-------------
 .../org/apache/rat/ReporterOptionsProvider.java    |   4 -
 .../src/test/java/org/apache/rat/ReporterTest.java |  23 ++-
 .../apache/rat/analysis/HeaderCheckWorkerTest.java |   2 -
 .../java/org/apache/rat/commandline/ArgTests.java  |   6 -
 .../config/exclusion/ExclusionProcessorTest.java   |  33 ++--
 .../rat/report/claim/ClaimStatisticTest.java       |  41 ++--
 .../testhelpers/data/AbstractTestDataProvider.java |   1 -
 .../test/resources/XmlOutputExamples/elements.xml  |  14 +-
 pom.xml                                            |  13 ++
 22 files changed, 439 insertions(+), 234 deletions(-)
 create mode 100644 apache-rat-core/src/test/java/org/apache/rat/OutputTest.java

Reply via email to