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

Replace Nullable with CheckForNull #202

Merged
merged 1 commit into from
Aug 19, 2020
Merged

Replace Nullable with CheckForNull #202

merged 1 commit into from
Aug 19, 2020

Conversation

uhafner
Copy link
Owner

@uhafner uhafner commented Aug 19, 2020

CheckForNull is now supported by NullAway as well: see uber/NullAway#397

`CheckForNull` is now supported by NullAway as well:
See uber/NullAway#397
@uhafner uhafner added the enhancement Enhancement of existing functionality label Aug 19, 2020
@codecov-commenter
Copy link

Codecov Report

Merging #202 into master will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #202   +/-   ##
=========================================
  Coverage     88.08%   88.08%           
  Complexity       78       78           
=========================================
  Files             8        8           
  Lines           319      319           
  Branches         47       47           
=========================================
  Hits            281      281           
  Misses           30       30           
  Partials          8        8           
Impacted Files Coverage Δ Complexity Δ
src/main/java/edu/hm/hafner/util/PathUtil.java 100.00% <ø> (ø) 21.00 <0.00> (ø)
...n/java/edu/hm/hafner/util/StringContainsUtils.java 100.00% <ø> (ø) 6.00 <0.00> (ø)
src/main/java/edu/hm/hafner/util/Ensure.java 76.61% <100.00%> (ø) 8.00 <0.00> (ø)
src/main/java/edu/hm/hafner/util/TreeString.java 91.30% <100.00%> (ø) 18.00 <3.00> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 76e033a...4c1b731. Read the comment docs.

@uhafner uhafner merged commit 9ee7333 into master Aug 19, 2020
@uhafner uhafner deleted the check-for-null branch August 19, 2020 19:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement of existing functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants