Skip to content

test: suppress expected warnings #230

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dwalluck
Copy link
Contributor

@dwalluck dwalluck commented Apr 2, 2025

Fixes #198.

@dwalluck
Copy link
Contributor Author

dwalluck commented Apr 2, 2025

I guess some of these suppressions are IDE-specific. Hopefully, this is OK.

In any case, the unused parameters are expected due to the type of test (constructor vs. parameters), and the null warnings are expected because it is testing for "unallowed" null conditions that are expected to throw an exception.

@dwalluck dwalluck force-pushed the package-url-test-suppress-warnings branch from 33597e0 to dc60c88 Compare April 2, 2025 15:38
@dwalluck dwalluck force-pushed the package-url-test-suppress-warnings branch from dc60c88 to a6e6fbd Compare April 7, 2025 13:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Issue with nullability and checked vs. unchecked exceptions
1 participant