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 Feature - Implement BoundedTaskQueue.java & PriorityTaskQueue.java #98 #103

Closed nealkumar closed 4 years ago

nealkumar commented 4 years ago

Please refer to #98 for details about this feature branch.

closes #98

codecov[bot] commented 4 years ago

Codecov Report

Merging #103 into master will decrease coverage by 6.44%. The diff coverage is 38.46%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #103      +/-   ##
============================================
- Coverage     79.77%   73.33%   -6.45%     
- Complexity       32       33       +1     
============================================
  Files             8       11       +3     
  Lines            89      105      +16     
  Branches          4        5       +1     
============================================
+ Hits             71       77       +6     
- Misses           14       25      +11     
+ Partials          4        3       -1
Impacted Files Coverage Δ Complexity Δ
...ain/java/org/jbrew/concurrent/RetrievableTask.java 50% <ø> (ø) 1 <0> (ø) :arrow_down:
.../java/org/jbrew/concurrent/ObjectBlockingTask.java 100% <ø> (ø) 5 <0> (ø) :arrow_down:
.../java/org/jbrew/concurrent/UnboundedTaskQueue.java 0% <0%> (ø) 0 <0> (?)
...in/java/org/jbrew/concurrent/BoundedTaskQueue.java 0% <0%> (ø) 0 <0> (?)
...rg/jbrew/concurrent/AbstractBoundingTaskQueue.java 0% <0%> (ø) 0 <0> (?)
...oncurrent/standard/StandardNonRetrievableTask.java 100% <100%> (ø) 2 <1> (ø) :arrow_down:
.../src/main/java/org/jbrew/concurrent/BasicTask.java 100% <100%> (ø) 2 <1> (?)
...ava/org/jbrew/concurrent/AbstractBlockingTask.java 84.09% <100%> (ø) 11 <4> (?)
... and 2 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 4efd870...15922d6. Read the comment docs.

sonarcloud[bot] commented 4 years ago

SonarCloud Quality Gate failed.

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

65.3% 65.3% Coverage
0.0% 0.0% Duplication