-
Notifications
You must be signed in to change notification settings - Fork 81
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
(#215) LCOM4 static fields are now called by FQN #307
Conversation
Job #307 is now in scope, role is |
Codecov Report
@@ Coverage Diff @@
## master #307 +/- ##
============================================
+ Coverage 75.36% 75.47% +0.11%
- Complexity 182 183 +1
============================================
Files 33 34 +1
Lines 1088 1097 +9
Branches 88 88
============================================
+ Hits 820 828 +8
- Misses 237 238 +1
Partials 31 31
Continue to review full report at Codecov.
|
This pull request #307 is assigned to @fabriciofx/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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ilyakharlamov Done. Check out.
@ilyakharlamov This PR seems fine to me. Congratulations! Well done! |
@rultor merge |
@fabriciofx Thanks for your request. @paulodamaso Please confirm this. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ilyakharlamov Just one comment, please take a look
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ilyakharlamov Thanks for the fixes, there are some questions please take a look
new IsCloseTo( | ||
value, | ||
// @checkstyle MagicNumberCheck (1 line) | ||
0.001d |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ilyakharlamov As this class is intended to be generican (and I liked this improvement so I think that we could use it in all of our tests) how about receiving this value as a method parameter? WDYT?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@paulodamaso Agreed. Although it's a bit annoying to type in the rounding error each time, having it hardcoded value is also not great. On another hand, having the value in the tests also have issues, since checkstyle will complain Checkstyle: '0.001' is a magic number
. Implemented.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ilyakharlamov Perfect, thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ilyakharlamov Just correct the error shown in travis and we're good to go
@rultor merge |
@paulodamaso OK, I'll try to merge now. You can check the progress of the merge here |
@ilyakharlamov @paulodamaso Oops, I failed. You can see the full log here (spent 18min)
|
@rultor merge |
@paulodamaso OK, I'll try to merge now. You can check the progress of the merge here |
@paulodamaso Done! FYI, the full log is here (took me 14min) |
Job was finished in 42 hours, bonus for fast delivery is possible (see §36) |
@cucumber007/z please review this job completed by @fabriciofx/z, as in §30; the job will be fully closed and all payments will be made when the quality review is completed |
The job #307 is now out of scope |
Payment to |
@0crat quality good |
Quality review completed: +4 point(s) just awarded to @paulodamaso/z |
Order was finished, quality is "good": +25 point(s) just awarded to @fabriciofx/z |
This PR:
@Ignore
)