Skip to content

MSE-4945#6

Merged
mihxil merged 9 commits intomasterfrom
feature/MSE-4945
Oct 23, 2020
Merged

MSE-4945#6
mihxil merged 9 commits intomasterfrom
feature/MSE-4945

Conversation

@mihxil
Copy link
Copy Markdown
Collaborator

@mihxil mihxil commented Oct 23, 2020

No description provided.

@codecov-io
Copy link
Copy Markdown

codecov-io commented Oct 23, 2020

Codecov Report

Merging #6 into master will increase coverage by 0.21%.
The diff coverage is 77.41%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master       #6      +/-   ##
============================================
+ Coverage     32.38%   32.60%   +0.21%     
- Complexity      974      987      +13     
============================================
  Files           276      276              
  Lines          9571     9577       +6     
  Branches       1109     1110       +1     
============================================
+ Hits           3100     3123      +23     
+ Misses         6126     6111      -15     
+ Partials        345      343       -2     
Impacted Files Coverage Δ Complexity Δ
...shared-util/src/main/java/nl/vpro/util/Copier.java 68.36% <60.00%> (+0.55%) 23.00 <5.00> (+5.00)
...main/java/nl/vpro/util/FileCachingInputStream.java 71.80% <93.75%> (+8.01%) 59.00 <5.00> (+8.00)

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 cb78a68...dc71492. Read the comment docs.

@mihxil mihxil changed the title WIP: MSE-4945 MSE-4945 Oct 23, 2020
public class Copier implements Runnable, Closeable {

private boolean ready;
private Throwable errors;
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be singular

@@ -142,9 +143,30 @@ public void waitFor() throws InterruptedException {
}

public boolean isReady() {
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thie method should always throw IOException, let the caller handle it if wanted so. You always want to propagate the error.

@mihxil mihxil merged commit 6c4ef21 into master Oct 23, 2020
@mihxil mihxil deleted the feature/MSE-4945 branch October 23, 2020 13:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants