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
discard fddbe0b2 fixed merge issues
discard 3190339f Merge branch 'fix-DocumentName-issues' into
RAT-541_create-testhelper_data-package
omit 3c08b9ad fixed merge issues
discard 29c6e4ae fixed rebasing issues
discard cb0e09d8 fixes for DocumentName errors
discard 47962ed8 Fixed issues with DocumentName and DocumentNameBuilder.
discard 26695bc7 created TempDir replacement to support Windows
discard 29afe597 fix spotbugs issues
discard 8ae485b6 fix spotbugs issues
discard 070b8fc8 fix spotbugs issues
discard cc1b4061 fix case statement
discard 192b1752 Use MutableInt in ClaimValidator
discard ab14804e Switch to UnmodifiableSets for licences
discard 0e489afe Switch to UnmodifiableSets for licences
discard 53246837 Change ArgumentContext to build from Options and arguments
rather than CommandLine
discard 6d866b22 Remove ArchiveEntryDocument and clean up ArchiveWalker.
discard e938d4e3 updated UI strategy
discard bfe093db updated javadoc
discard d3b9b09c Change to Reporter.Output usage Change to
ReportConfiguration.IODescriptor usage
discard bf483747 fixed tests
discard 6bb3dfb8 created testhelper and updated tests
discard 637e7018 initial changes
discard 9aad07d6 Fixed several parsing errors in DocumentName.Builder Add
testing Expanded testing to include multiple file system types Fix recursion
issue in DocumentName equals and compareTo Additional migration to assertj
Changed File options to return DocumentName instances. Cleaned up Sonar review
issues
discard 400d5c1d checkpoint
discard 08096ec7 added windows debug
discard c27dc98a fix DocumentName issues
omit c0f3d73c Merge branch 'master' into fix-DocumentName-issues
omit afe42089 cleanup sonarqube issues
omit 4e369f63 RAT-559: Minor refactorings during review
omit d93a5171 RAT-559: Reformat tests
omit ebd61209 RAT-559: Shorten tests
omit 5fab40fd RAT-559: Refactor during review
omit 97e0a4c3 RAT-559: Add changelog and fix Sonar issue
omit 00f30796 Fixed several parsing errors in DocumentName.Builder Add
testing Expanded testing to include multiple file system types Fix recursion
issue in DocumentName equals and compareTo Additional migration to assertj
Changed File options to return DocumentName instances. Cleaned up Sonar review
issues
omit bac48e9e Merge branch 'master' into fix-DocumentName-issues
omit 9814d8ff checkpoint
omit e32f6406 added windows debug
omit 748f4bae fix DocumentName issues
add d8ba8f25 RAT-559: fix DocumentName issues in archives/on Windows (#674)
add b3e46a18 fix DocumentName issues
add 51064da3 checkpoint
add 805b4230 Fixed several parsing errors in DocumentName.Builder Add
testing Expanded testing to include multiple file system types Fix recursion
issue in DocumentName equals and compareTo Additional migration to assertj
Changed File options to return DocumentName instances. Cleaned up Sonar review
issues
add 57124fc5 initial changes
add 84a40792 created testhelper and updated tests
add e61bcdd0 fixed tests
add 90a12f85 Change to Reporter.Output usage Change to
ReportConfiguration.IODescriptor usage
add b9e99550 updated javadoc
add fc994116 updated UI strategy
add 1a9e1bce Remove ArchiveEntryDocument and clean up ArchiveWalker.
add 33554122 Change ArgumentContext to build from Options and arguments
rather than CommandLine
add b028db26 Switch to UnmodifiableSets for licences
add 9b901215 Switch to UnmodifiableSets for licences
add 462ed9bb Use MutableInt in ClaimValidator
add bc8cf429 fix case statement
add 73cef380 fix spotbugs issues
add 2c731940 fix spotbugs issues
add 86eac78a fix spotbugs issues
add e886cf8c created TempDir replacement to support Windows
add f576ae24 Fixed issues with DocumentName and DocumentNameBuilder.
add ac06009e fixes for DocumentName errors
add a8478ad2 fixed rebasing issues
add 2605ddd5 fix DocumentName issues
add 862a8ad2 checkpoint
add febe704c Fixed several parsing errors in DocumentName.Builder Add
testing Expanded testing to include multiple file system types Fix recursion
issue in DocumentName equals and compareTo Additional migration to assertj
Changed File options to return DocumentName instances. Cleaned up Sonar review
issues
add 8917531c RAT-559: Refactor during review
add d9896beb RAT-559: Shorten tests
add f3fd02e7 fixed merge issues
add c484029b fixed rebase issues
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (fddbe0b2)
\
N -- N -- N refs/heads/RAT-541_create-testhelper_data-package
(c484029b)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.../org/apache/rat/ReporterOptionsProvider.java | 11 +-
.../rat/report/claim/ClaimStatisticTest.java | 139 +++++++++++++++++++++
.../xml/writer/{impl/base => }/XmlWriterTest.java | 5 +-
.../test/AbstractConfigurationOptionsProvider.java | 2 +-
4 files changed, 145 insertions(+), 12 deletions(-)
create mode 100644
apache-rat-core/src/test/java/org/apache/rat/report/claim/ClaimStatisticTest.java
rename
apache-rat-core/src/test/java/org/apache/rat/report/xml/writer/{impl/base =>
}/XmlWriterTest.java (98%)