-
Notifications
You must be signed in to change notification settings - Fork 165
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
Use OO matchers instead of statics #928
Conversation
Job #928 is now in scope, role is |
Codecov Report
@@ Coverage Diff @@
## master #928 +/- ##
========================================
Coverage 87.2% 87.2%
Complexity 1477 1477
========================================
Files 260 260
Lines 3799 3799
Branches 208 208
========================================
Hits 3313 3313
Misses 439 439
Partials 47 47 Continue to review full report at Codecov.
|
@0crat boost 4x |
@rultor merge |
@llorllale OK, I'll try to merge now. You can check the progress of the merge here |
@llorllale Done! FYI, the full log is here (took me 12min) |
@llorllale Boost 4x was set for #928 |
Job |
The job #928 is now out of scope |
Boosting tasks is against our principles, see §15: -10 point(s) just awarded to @llorllale/z |
This is for #903.
I continued the work on migrating to OO matchers by doing the whole
map
package.I also enabled the forbidden apis maven plugin only for this package and
bytes
(that was done for #588) so that we don't regress with time.I updated the
@todo
so that work can continue.