nealkumar / JBrew

The JBrew library collection is a set of of Java & JNI utility libraries featuring native facades that precisely tune elected garbage-collection sensitive operations for downstream consumers with use-cases hindered by the Java Memory Model. The library also seeks to abstract away syntax pitfalls in concurrency through its Task framework.
https://jbrew.org/
BSD 3-Clause Clear License
0 stars 0 forks source link

[WIP] Validator updates #160

Open nealkumar opened 4 years ago

todo[bot] commented 4 years ago

- Make TaskQueue a collection so it can be be used instead of ArrayList

https://github.com/nealkumar/JBrew/blob/ca1c926d040d373b074953c889decca27cf5d680/cbrew/cbrew-validator/src/main/java/org/jbrew/cbrew/validator/Validator.java#L28-L33


This comment was generated by todo based on a TODO comment in ca1c926d040d373b074953c889decca27cf5d680 in #160. cc @nealkumar.
codecov[bot] commented 4 years ago

Codecov Report

Merging #160 into staged-for-release will decrease coverage by 7.98%. The diff coverage is 68.85%.

Impacted file tree graph

@@                  Coverage Diff                   @@
##           staged-for-release     #160      +/-   ##
======================================================
- Coverage               98.15%   90.17%   -7.99%     
======================================================
  Files                      15       18       +3     
  Lines                     163      224      +61     
  Branches                   11       15       +4     
======================================================
+ Hits                      160      202      +42     
- Misses                      2       21      +19     
  Partials                    1        1              
Impacted Files Coverage Δ
...jbrew/cbrew/validator/CBrewValidatorException.java 0.00% <0.00%> (ø)
...brew/validator/CBrewValidatorMemTestException.java 0.00% <0.00%> (ø)
...main/java/org/jbrew/cbrew/validator/Validator.java 95.45% <95.45%> (ø)

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 b2839dc...ef92a91. Read the comment docs.

sonarcloud[bot] commented 4 years ago

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information