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

Give deprecation warning if ifPresent or required are used on non-nullable properties #173

Merged
merged 3 commits into from
Nov 17, 2024

Conversation

dhoepelman
Copy link
Collaborator

@dhoepelman dhoepelman commented Nov 16, 2024

Fixes #166

@dhoepelman dhoepelman force-pushed the dhoepelman/force-ifpresent branch from d53aa38 to 4a7825f Compare November 17, 2024 21:25
@dhoepelman dhoepelman marked this pull request as ready for review November 17, 2024 21:26
@dhoepelman dhoepelman enabled auto-merge (squash) November 17, 2024 21:36
@dhoepelman dhoepelman merged commit e953442 into main Nov 17, 2024
2 checks passed
@dhoepelman dhoepelman deleted the dhoepelman/force-ifpresent branch November 17, 2024 21:37
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.

ifPresent is redundant for non-nullable types
1 participant