Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RAT-346: warn on duplicate license family #195

Merged
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
7180cbe
iniital checkin
Claudenw Jan 12, 2024
612e0b2
initial implementation
Claudenw Jan 12, 2024
fc72300
Added logging of license and family collisions. Also upgraded to Junit 5
Claudenw Jan 13, 2024
d01009d
removed API module
Claudenw Jan 13, 2024
c973652
fixed javadoc error
Claudenw Jan 13, 2024
bdee668
RAT-346: Harmonize text messages in CLI
ottlinger Jan 14, 2024
e264571
RAT-346: Fix build warnings - remove obsolete stuff in pom
ottlinger Jan 14, 2024
e8c3dad
RAT-346: Fix build warning about duplicate version definition
ottlinger Jan 14, 2024
94aa76f
RAT-346: Make release-relevant properties more explicit
ottlinger Jan 14, 2024
fce1602
RAT-346: Remove commented-out code
ottlinger Jan 14, 2024
199837e
RAT-346: Switch to TempDir from JUnit5
ottlinger Jan 14, 2024
ab04907
RAT-346: Switch to TempDir from JUnit5
ottlinger Jan 14, 2024
f2ee6df
RAT-346: Organise imports and fix possible resource leak in tests
ottlinger Jan 14, 2024
6575f2f
RAT-346: Add missing switch case for no logging
ottlinger Jan 14, 2024
59094c0
RAT-346: Fix warnings and optimize imports
ottlinger Jan 14, 2024
2d9e090
RAT-346: LHF optimize imports
ottlinger Jan 14, 2024
f7feef2
RAT-346: Organize imports and simplify IO test operations
ottlinger Jan 14, 2024
e645038
RAT-346: Add missing switch cases for logger
ottlinger Jan 14, 2024
8328f35
RAT-346: Use tempDir instead of manually managed file in test
ottlinger Jan 14, 2024
2d81efb
RAT-346: Fix code warning
ottlinger Jan 14, 2024
850da0d
RAT-346: Add changelog about changes in RAT
ottlinger Jan 14, 2024
7b21272
RAT-346: Fix javadoc errors
ottlinger Jan 14, 2024
9a54e79
RAT-346: Fix minor javadoc errors
ottlinger Jan 14, 2024
9912876
RAT-346: Fix more javadoc warnings
ottlinger Jan 14, 2024
c053a01
RAT-346: Fix more javadoc warnings
ottlinger Jan 14, 2024
c704273
RAT-346: Fix more javadoc warnings
ottlinger Jan 14, 2024
26e9a5d
RAT-346: Fix more javadoc warnings
ottlinger Jan 14, 2024
385ad2e
RAT-346: Fix more javadoc warnings
ottlinger Jan 14, 2024
62c6e37
RAT-346: Fix more javadoc warnings
ottlinger Jan 14, 2024
3bc7357
RAT-346: Adapt changelog for javadoc changes
ottlinger Jan 14, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 0 additions & 19 deletions apache-rat-api/.gitignore

This file was deleted.

47 changes: 0 additions & 47 deletions apache-rat-api/pom.xml

This file was deleted.

This file was deleted.

This file was deleted.

Loading