-
Notifications
You must be signed in to change notification settings - Fork 37
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
[ACS-9036] Fix failing tests in acs-packaging FromLegacyAcsUpgradeTest #2996
Conversation
7a841e2
to
471e4dd
Compare
details
|
details
|
details
|
File licence = new File(licencePath); | ||
if (!licence.isFile() || !licence.canRead()) | ||
{ | ||
throw new RuntimeException("Licence file at: %s is not a file or is not readable".formatted(licencePath)); |
Check warning
Code scanning / PMD
Avoid throwing raw exception types. Warning test
No description provided.