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

Add "not null" annotations to KiwiResources#verifyExistence methods #1181

Merged
merged 1 commit into from
Aug 9, 2024

Conversation

sleberknight
Copy link
Member

Make it clear to all code analysis tools that the return value of the verifyExistence methods that accept an Optional can never return null; they either return a value or throw an exception.

Closes #1167

Make it clear to all code analysis tools that the return value
of the verifyExistence methods that accept an Optional can
never return null; they either return a value or throw an exception.

Closes #1167
@sleberknight sleberknight self-assigned this Aug 9, 2024
Copy link

sonarqubecloud bot commented Aug 9, 2024

@sleberknight sleberknight merged commit 8c48244 into main Aug 9, 2024
5 checks passed
@sleberknight sleberknight deleted the add-Nullable-to-KiwiResources-methods branch August 9, 2024 18:42
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.

Add "not null" annotations to KiwiResources#verifyExistence methods
1 participant