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 Nonnull, Nullable, and CheckReturnValue annotations #49

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sharwell
Copy link
Member

@sharwell sharwell commented Mar 16, 2017

💡 This pull request uses the annotations from com.google.code.findbugs:jsr305.

Fixes #48

@codecov
Copy link

codecov bot commented Mar 16, 2017

Codecov Report

Merging #49 into master will increase coverage by 0.09%.
The diff coverage is 100%.

@@             Coverage Diff              @@
##             master      #49      +/-   ##
============================================
+ Coverage     81.17%   81.26%   +0.09%     
- Complexity     1167     1168       +1     
============================================
  Files            40       40              
  Lines          6938     6934       -4     
  Branches        877      875       -2     
============================================
+ Hits           5632     5635       +3     
+ Misses         1011     1007       -4     
+ Partials        295      292       -3
Impacted Files Coverage Δ
src/com/tvl/util/Requires.java 50% <ø> (ø)
src/com/tvl/util/AbstractImmutableList.java 72.22% <ø> (ø)
src/com/tvl/util/KeyValuePair.java 87.5% <ø> (ø)
src/com/tvl/util/Immutables.java 94.11% <ø> (ø)
src/com/tvl/util/ImmutableAtomic.java 89.68% <ø> (ø)
src/com/tvl/util/EqualityComparators.java 18.75% <ø> (ø)
src/com/tvl/util/Comparators.java 71.42% <ø> (ø)
src/com/tvl/util/ImmutableTreeSet.java 87.23% <100%> (+0.04%)
src/com/tvl/util/ImmutableLinkedQueue.java 96.77% <100%> (ø)
src/com/tvl/util/SortedIntegerKeyNode.java 79.58% <100%> (+1.86%)
... and 6 more

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 0e988db...ab98fdd. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant