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 4901f8b4 updated UI strategy
add cc626cbe Remove ArchiveEntryDocument and clean up ArchiveWalker.
add d6c39bd5 Change ArgumentContext to build from Options and arguments
rather than CommandLine
add 9475f5fb Switch to UnmodifiableSets for licences
add bab464eb Switch to UnmodifiableSets for licences
add aac54d3c Use MutableInt in ClaimValidator
add 80e69747 Specify encoding
add 5935c74c fix case statement
No new revisions were added by this update.
Summary of changes:
.../main/java/org/apache/rat/OptionCollection.java | 14 ++---
.../org/apache/rat/OptionCollectionParser.java | 6 +--
.../java/org/apache/rat/ReportConfiguration.java | 22 +++++++-
.../org/apache/rat/analysis/AnalyserFactory.java | 9 ++--
.../rat/analysis/DocumentHeaderAnalyser.java | 6 +--
.../org/apache/rat/analysis/HeaderCheckWorker.java | 8 +--
.../rat/annotation/AbstractLicenseAppender.java | 2 +-
.../apache/rat/commandline/ArgumentContext.java | 19 ++++---
.../rat/config/exclusion/ExclusionProcessor.java | 6 ++-
.../apache/rat/config/results/ClaimValidator.java | 41 +++++++-------
.../apache/rat/document/ArchiveEntryDocument.java | 62 ----------------------
.../org/apache/rat/license/LicenseSetFactory.java | 14 +++--
.../java/org/apache/rat/walker/ArchiveWalker.java | 29 ++++++++--
.../src/test/java/org/apache/rat/DefaultsTest.java | 3 +-
.../java/org/apache/rat/OptionCollectionTest.java | 3 +-
.../apache/rat/analysis/HeaderCheckWorkerTest.java | 15 +++++-
.../java/org/apache/rat/commandline/ArgTests.java | 4 +-
.../apache/rat/documentation/velocity/RatTool.java | 9 ++--
18 files changed, 135 insertions(+), 137 deletions(-)
delete mode 100644
apache-rat-core/src/main/java/org/apache/rat/document/ArchiveEntryDocument.java