commons-collections icon indicating copy to clipboard operation
commons-collections copied to clipboard

Replace anonymous type with lambda

Open arturobernalg opened this issue 2 years ago • 1 comments

arturobernalg avatar Jun 15 '22 17:06 arturobernalg

Codecov Report

Merging #312 (d2f87ee) into master (87647d0) will increase coverage by 0.05%. The diff coverage is 100.00%.

@@             Coverage Diff              @@
##             master     #312      +/-   ##
============================================
+ Coverage     86.02%   86.07%   +0.05%     
- Complexity     4664     4674      +10     
============================================
  Files           286      286              
  Lines         13508    13507       -1     
  Branches       1984     1983       -1     
============================================
+ Hits          11620    11626       +6     
+ Misses         1325     1321       -4     
+ Partials        563      560       -3     
Impacted Files Coverage Δ
...ons/collections4/bloomfilter/BitCountProducer.java 100.00% <100.00%> (ø)
...ommons/collections4/bloomfilter/IndexProducer.java 100.00% <100.00%> (ø)
...commons/collections4/bloomfilter/SimpleHasher.java 100.00% <100.00%> (ø)
...commons/collections4/map/AbstractReferenceMap.java 91.48% <0.00%> (+2.59%) :arrow_up:

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 87647d0...d2f87ee. Read the comment docs.

codecov-commenter avatar Jun 15 '22 17:06 codecov-commenter