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 8fcb1cf4 Merge pull request #240 from
Claudenw/tika_based_document_analyzer
add b404d02d RAT-369: Add spotbugs to build and generate a report
add b23aac3e RAT-369: Fail the build if there are any bugs
add 7fee5e22 RAT-369: Fix reliance on default encoding in some
JDK8-compliant settings
add 191b119b RAT-369: Issue errors but do not fail the build in order to
work incrementally
add a9169510 RAT-369: Ignore false positive
add d929953b RAT-369: Fix spotbugs warning
add 39cb8b14 RAT-369: Tweak config and add exclusion files in submodules
add 706732f4 RAT-369: Add tweak info about subpackage syntax
add ab5a1270 RAT-369: Fix whitespaces
add bea9d2c3 Merge remote-tracking branch 'origin/master' into
feature/RAT-369
add 64b1c218 RAT-369: Add exclusion file to fix the build in new tools
submodule
add 10f925ae RAT-369: Add exclusion for charsets that cannot be set with
Java8
add 99cc9a02 RAT-369: Add exclusions and fix TYPO in enum
add a0e9fa0d RAT-369: Fix rename in module as well
add d25876fa Merge remote-tracking branch 'origin/master' into
feature/RAT-369
add eaa20718 RAT-369: Remove examples from exclusion files in submodules
add 2136362d RAT-369: Revert star-import
add 85cb1a09 RAT-369: Fix import
add 0a62cb2c RAT-369: Add checkstyle to build and maven site
add 7081bdd9 RAT-369: Add changelog
add 959db49e INFRA-25758: try to cleanUp the workspace via another method
add b7524f3a Fix changelog
add c807a4d0 RAT-369: Improve docs about why we do not fail the build and
have empty exclusion files
new 5c091cd6 Merge pull request #238 from apache/feature/RAT-369
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:
apache-rat-core/spotbugs_ignore.xml | 44 ++++++++++++++++++++
.../org/apache/rat/ImplementationException.java | 2 +-
.../src/main/java/org/apache/rat/Report.java | 5 +--
.../src/main/java/org/apache/rat/Reporter.java | 3 +-
.../rat/annotation/AbstractLicenseAppender.java | 3 +-
.../main/java/org/apache/rat/api/ContentType.java | 3 +-
.../rat/config/parameters/ComponentType.java | 4 +-
.../apache/rat/config/parameters/Description.java | 4 +-
.../rat/configuration/XMLConfigurationReader.java | 8 ++--
.../rat/configuration/XMLConfigurationWriter.java | 2 +-
.../configuration/builders/MatcherRefBuilder.java | 2 +-
.../rat/document/impl/ArchiveEntryDocument.java | 3 +-
.../org/apache/rat/document/impl/FileDocument.java | 4 +-
.../rat/document/impl/MonolithicFileDocument.java | 3 +-
.../java/org/apache/rat/license/SimpleLicense.java | 2 +-
.../spotbugs_ignore.xml | 20 ++++-----
.../rat/mp/util/ignore/GlobIgnoreMatcher.java | 3 +-
.../spotbugs_ignore.xml | 20 ++++-----
.../main/java/org/apache/rat/anttasks/Report.java | 12 +++---
.../rat/anttasks/ResourceCollectionContainer.java | 3 +-
.../spotbugs_ignore.xml | 18 ++++----
.../main/java/org/apache/rat/Documentation.java | 2 +-
.../pom.xml => apache-rat/spotbugs_ignore.xml | 19 +++++----
pom.xml | 48 ++++++++++++++++++++++
.../RAT-268/module1/pom.xml => spotbugs_ignore.xml | 18 ++++----
src/changes/changes.xml | 18 ++++----
26 files changed, 187 insertions(+), 86 deletions(-)
create mode 100644 apache-rat-core/spotbugs_ignore.xml
copy apache-rat-core/src/test/resources/javadocs/notjavadoc.html =>
apache-rat-plugin/spotbugs_ignore.xml (71%)
copy apache-rat-core/src/test/resources/javadocs/notjavadoc.html =>
apache-rat-tasks/spotbugs_ignore.xml (72%)
copy apache-rat-plugin/src/it/RAT-268/module1/pom.xml =>
apache-rat-tools/spotbugs_ignore.xml (63%)
copy apache-rat-plugin/src/it/RAT-268/module1/pom.xml =>
apache-rat/spotbugs_ignore.xml (62%)
copy apache-rat-plugin/src/it/RAT-268/module1/pom.xml => spotbugs_ignore.xml
(63%)