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

Validate arguments early #911

Merged
merged 1 commit into from
Feb 10, 2025
Merged

Validate arguments early #911

merged 1 commit into from
Feb 10, 2025

Conversation

normanmaurer
Copy link
Member

Motivation:

We should validate arguments early to match what we expect.

Modifications:

Validate and throw IllegalArgumentException if methods are called with unexpected values

Result:

More complete validation that fail early

Motivation:

We should validate arguments early to match what we expect.

Modifications:

Validate and throw IllegalArgumentException if methods are called with unexpected values

Result:

More complete validation that fail early
@normanmaurer normanmaurer added this to the 2.0.70.Final milestone Feb 10, 2025
@normanmaurer normanmaurer merged commit 3ec6d66 into main Feb 10, 2025
7 checks passed
@normanmaurer normanmaurer deleted the valid branch February 10, 2025 07:15
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.

1 participant