This is an automated email from the ASF dual-hosted git repository.
Claudenw pushed a change to branch create-UIOptionCollections
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git
from ee03f040 attempted fix
add 37140e91 cleaned up code issues
No new revisions were added by this update.
Summary of changes:
.../main/java/org/apache/rat/OptionCollection.java | 22 +++-
.../org/apache/rat/OptionCollectionParser.java | 124 +--------------------
.../java/org/apache/rat/ui/ArgumentTracker.java | 6 +-
.../src/main/java/org/apache/rat/ui/UIOption.java | 20 ++--
.../org/apache/rat/OptionCollectionParserTest.java | 27 +----
.../java/org/apache/rat/OptionCollectionTest.java | 28 +++++
.../org/apache/rat/ui/ArgumentTrackerTest.java | 5 +-
.../org/apache/rat/ui/UIOptionCollectionTest.java | 3 +-
.../java/org/apache/rat/ui/UIOptionTest.java} | 29 ++---
.../documentation/options/AntOptionCollection.java | 14 ++-
.../rat/documentation/options/MavenOption.java | 9 +-
.../options/MavenOptionCollection.java | 1 +
.../java/org/apache/rat/tools/AntGenerator.java | 6 +-
.../rat/documentation/velocity/RatToolTest.java | 5 +-
.../org/apache/rat/tools/AntDocumentationTest.java | 2 +-
15 files changed, 102 insertions(+), 199 deletions(-)
copy apache-rat-core/src/{main/java/org/apache/rat/CLIOptionCollection.java =>
test/java/org/apache/rat/ui/UIOptionTest.java} (51%)