Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove some more MatcherAssert #1393

Merged
merged 1 commit into from
May 24, 2020
Merged

Remove some more MatcherAssert #1393

merged 1 commit into from
May 24, 2020

Conversation

victornoel
Copy link
Collaborator

This is for #1391.

@0crat
Copy link
Collaborator

0crat commented May 19, 2020

This pull request #1393 is assigned to @marceloamadeu/z, here is why; the budget is 15 minutes, see §4; please, read §27 and when you decide to accept the changes, inform @paulodamaso/z (the architect) right in this ticket; if you decide that this PR should not be accepted ever, also inform the architect; this blog post will help you understand what is expected from a code reviewer; there will be no monetary reward for this job

Copy link
Contributor

@marceloamadeu marceloamadeu left a comment

Choose a reason for hiding this comment

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

Copy link
Contributor

@marceloamadeu marceloamadeu left a comment

Choose a reason for hiding this comment

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

@victornoel See my comments

Copy link
Contributor

@marceloamadeu marceloamadeu left a comment

Choose a reason for hiding this comment

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

@victornoel Please correct the errors found in Travis CI

MatcherAssert.assertThat(
"IOException class is not supported, but should be",
new Assertion<>(
"Must support IOException class",
new FallbackFrom<>(
new IterableOf<>(IOException.class),
Copy link
Contributor

Choose a reason for hiding this comment

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

@victornoel error log: unchecked generic array creation for varargs parameter of type java.lang.Class<? extends java.lang.Throwable>[]

MatcherAssert.assertThat(
"RuntimeException class is not supported, but should be",
new Assertion<>(
"Must support RuntimeException class",
new FallbackFrom<>(
new IterableOf<>(RuntimeException.class),
Copy link
Contributor

Choose a reason for hiding this comment

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

@victornoel error log: unchecked generic array creation for varargs parameter of type java.lang.Class<? extends java.lang.Throwable>[]

MatcherAssert.assertThat(
"RuntimeException class is supported, but should not be",
new Assertion<>(
"Must support RuntimeException class",
new FallbackFrom<>(
new IterableOf<>(RuntimeException.class),
Copy link
Contributor

Choose a reason for hiding this comment

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

@victornoel error log: unchecked generic array creation for varargs parameter of type java.lang.Class<? extends java.lang.Throwable>[]

@victornoel
Copy link
Collaborator Author

@marceloamadeu it is fixed, also there were some other qulice errors now fixed

@codecov-commenter
Copy link

codecov-commenter commented May 21, 2020

Codecov Report

Merging #1393 into master will decrease coverage by 0.02%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #1393      +/-   ##
============================================
- Coverage     89.69%   89.66%   -0.03%     
+ Complexity     1667     1666       -1     
============================================
  Files           275      275              
  Lines          3959     3959              
  Branches        211      211              
============================================
- Hits           3551     3550       -1     
  Misses          376      376              
- Partials         32       33       +1     
Impacted Files Coverage Δ Complexity Δ
src/main/java/org/cactoos/scalar/Solid.java 90.00% <0.00%> (-10.00%) 3.00% <0.00%> (-1.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 47cd894...787d258. Read the comment docs.

Copy link
Contributor

@marceloamadeu marceloamadeu left a comment

Choose a reason for hiding this comment

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

@victornoel Great Thank... 👍

@paulodamaso good to merge

@victornoel
Copy link
Collaborator Author

@paulodamaso ping

@paulodamaso
Copy link
Contributor

@rultor merge

@rultor
Copy link
Collaborator

rultor commented May 24, 2020

@rultor merge

@paulodamaso OK, I'll try to merge now. You can check the progress of the merge here

@rultor rultor merged commit 9a1dc05 into yegor256:master May 24, 2020
@rultor
Copy link
Collaborator

rultor commented May 24, 2020

@rultor merge

@paulodamaso Done! FYI, the full log is here (took me 10min)

@victornoel victornoel deleted the 1391 branch May 24, 2020 18:06
@0crat 0crat added the qa label May 24, 2020
@0crat
Copy link
Collaborator

0crat commented May 24, 2020

@sereshqua/z please review this job completed by @marceloamadeu/z, as in §30; the job will be fully closed and all payments will be made when the quality review is completed

@0crat 0crat removed the scope label May 24, 2020
@sereshqua
Copy link

@0crat quality good

@0crat 0crat added quality/good and removed qa labels May 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants