This is an automated email from the ASF dual-hosted git repository.
pottlinger pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git
from abf188f0 Merge pull request #368 from
Claudenw/RAT-424_fix_document_checkstyle_issues
add 176d114b fixed checkstyle in licenses and moved ILicenseFamily builder
add 135d7300 Remove redundant method and minor fixes
add 67805568 Merge branch 'master' into
RAT-426_checkstyle_fixes_for_license
new 4b20bfef Merge pull request #370 from
Claudenw/RAT-426_checkstyle_fixes_for_license
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:
.../org/apache/rat/analysis/HeaderCheckWorker.java | 14 ++--
.../org/apache/rat/analysis/IHeaderMatcher.java | 2 +-
.../org/apache/rat/analysis/UnknownLicense.java | 10 +--
.../main/java/org/apache/rat/license/ILicense.java | 39 ++++++-----
.../org/apache/rat/license/ILicenseFamily.java | 76 +++++++++++++++++-----
.../apache/rat/license/ILicenseFamilyBuilder.java | 59 ++---------------
.../org/apache/rat/license/LicenseSetFactory.java | 12 ++--
.../java/org/apache/rat/license/SimpleLicense.java | 7 --
.../apache/rat/license/SimpleLicenseFamily.java | 4 +-
.../apache/rat/{help => license}/package-info.java | 4 +-
.../apache/rat/report/claim/ClaimStatistic.java | 4 +-
.../rat/report/claim/impl/ClaimAggregator.java | 4 +-
.../rat/report/claim/util/LicenseAddingReport.java | 2 +-
src/changes/changes.xml | 3 +
14 files changed, 113 insertions(+), 127 deletions(-)
copy apache-rat-core/src/main/java/org/apache/rat/{help =>
license}/package-info.java (90%)