Skip to content
This repository has been archived by the owner on Mar 26, 2023. It is now read-only.
/ rio Public archive

Fixed qulice warnings #11

Merged
merged 1 commit into from
Jul 23, 2020
Merged

Fixed qulice warnings #11

merged 1 commit into from
Jul 23, 2020

Conversation

g4s8
Copy link
Contributor

@g4s8 g4s8 commented Jul 23, 2020

#8 - fixed qulice checkstyle and PMD warnings

@codecov-commenter
Copy link

Codecov Report

Merging #11 into master will decrease coverage by 0.64%.
The diff coverage is 56.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #11      +/-   ##
============================================
- Coverage     71.38%   70.73%   -0.65%     
  Complexity       55       55              
============================================
  Files            14       14              
  Lines           311      311              
  Branches         25       24       -1     
============================================
- Hits            222      220       -2     
- Misses           75       79       +4     
+ Partials         14       12       -2     
Impacted Files Coverage Δ Complexity Δ
.../main/java/wtf/g4s8/rio/file/CloseChanOnError.java 43.75% <ø> (ø) 2.00 <0.00> (ø)
.../main/java/wtf/g4s8/rio/file/ErrorOnException.java 77.77% <ø> (ø) 2.00 <0.00> (ø)
src/main/java/wtf/g4s8/rio/file/File.java 72.00% <ø> (ø) 10.00 <0.00> (ø)
src/main/java/wtf/g4s8/rio/file/WriteRequest.java 63.41% <0.00%> (ø) 1.00 <0.00> (ø)
...c/main/java/wtf/g4s8/rio/file/WriteSubscriber.java 90.00% <ø> (ø) 6.00 <0.00> (ø)
src/main/java/wtf/g4s8/rio/file/ReadTaskQueue.java 70.58% <42.85%> (-3.70%) 8.00 <0.00> (-1.00)
...rc/main/java/wtf/g4s8/rio/file/WriteTaskQueue.java 64.28% <42.85%> (-2.39%) 9.00 <0.00> (+1.00) ⬇️
src/main/java/wtf/g4s8/rio/file/WriteGreed.java 72.22% <50.00%> (+1.63%) 1.00 <0.00> (ø)
src/main/java/wtf/g4s8/rio/file/ReadFlow.java 94.44% <100.00%> (ø) 3.00 <0.00> (ø)
src/main/java/wtf/g4s8/rio/file/ReadRequest.java 57.89% <100.00%> (ø) 1.00 <0.00> (ø)
... 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 b7eedc8...f0fe7ab. Read the comment docs.

@g4s8 g4s8 merged commit 0099546 into master Jul 23, 2020
@g4s8 g4s8 deleted the 8 branch July 23, 2020 15:17
@g4s8 g4s8 linked an issue Jul 23, 2020 that may be closed by this pull request
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Require checkstyle on build
2 participants