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 Preconditions.checkArgumentNotNull which throws IAE #59

Merged
merged 2 commits into from
Mar 30, 2023

Conversation

davidmoten
Copy link
Owner

as per title

@davidmoten davidmoten changed the title add Preconditions.checkArgumentNotNull which throws IAE when null add Preconditions.checkArgumentNotNull which throws IAE Mar 30, 2023
@codecov
Copy link

codecov bot commented Mar 30, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (6c3fc6f) 100.00% compared to head (b616276) 100.00%.

❗ Current head b616276 differs from pull request most recent head 482e0e9. Consider uploading reports for the commit 482e0e9 to get more accurate results

Additional details and impacted files
@@             Coverage Diff             @@
##              master       #59   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
- Complexity        59        62    +3     
===========================================
  Files              8         8           
  Lines            106       110    +4     
  Branches           5         5           
===========================================
+ Hits             106       110    +4     
Impacted Files Coverage Δ
...com/github/davidmoten/guavamini/Preconditions.java 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@davidmoten davidmoten merged commit ead9f22 into master Mar 30, 2023
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