grouplens / grapht

Grapht dependency injector.
Other
25 stars 9 forks source link

Clean up static analysis warnings #148

Closed mdekstrand closed 7 years ago

codecov[bot] commented 7 years ago

Codecov Report

Merging #148 into master will increase coverage by 0.02%. The diff coverage is 60.86%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #148      +/-   ##
============================================
+ Coverage      72.8%   72.82%   +0.02%     
- Complexity      859      860       +1     
============================================
  Files            79       79              
  Lines          3140     3143       +3     
  Branches        431      432       +1     
============================================
+ Hits           2286     2289       +3     
+ Misses          669      668       -1     
- Partials        185      186       +1
Impacted Files Coverage Δ Complexity Δ
...grouplens/grapht/annotation/AnnotationBuilder.java 59.7% <0%> (ø) 31 <0> (ø) :arrow_down:
src/main/java/org/grouplens/grapht/util/Types.java 74.4% <0%> (ø) 42 <0> (ø) :arrow_down:
...a/org/grouplens/grapht/BindingFunctionBuilder.java 62% <0%> (ø) 11 <0> (ø) :arrow_down:
.../main/java/org/grouplens/grapht/Instantiators.java 75.38% <0%> (ø) 6 <0> (ø) :arrow_down:
...in/java/org/grouplens/grapht/LifecycleManager.java 68.88% <0%> (ø) 7 <0> (ø) :arrow_down:
...ens/grapht/reflect/internal/ClassInstantiator.java 69.17% <0%> (ø) 32 <0> (ø) :arrow_down:
...ain/java/org/grouplens/grapht/util/ClassProxy.java 93.15% <100%> (+2.48%) 29 <1> (ø) :arrow_down:
...rapht/reflect/internal/OptionalInjectionPoint.java 82.75% <70%> (-4.75%) 13 <2> (+1)

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 b641287...a9cb9ca. Read the comment docs.