-
Notifications
You must be signed in to change notification settings - Fork 11
#13 Implemented WalletsIn.iterator() #37
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #37 +/- ##
============================================
- Coverage 92.1% 91.66% -0.44%
- Complexity 17 22 +5
============================================
Files 3 3
Lines 38 48 +10
Branches 1 2 +1
============================================
+ Hits 35 44 +9
- Misses 3 4 +1
Continue to review full report at Codecov.
|
Job #37 is now in scope, role is |
Job #37 is already in scope |
@llorllale/z not enough funds available in the project, can't set budget of job #37, see §21; @carlosmiranda/z will get no money on completion; in order to fix that, add funds to the project and assign the job again |
public Iterator<Wallet> iterator() { | ||
throw new UnsupportedOperationException("iterator() not yet supported"); | ||
// @checkstyle MagicNumber (1 line) | ||
final List<Wallet> wallets = new ArrayList<>(10); |
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.
@carlosmiranda can you use Directory
and Filtered
from cactoos here? Also, keep in mind that the default filename extension for wallets is .z
.
@carlosmiranda see above |
@llorllale pushed new commits, please check. I added a new file to the test ( |
@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) |
Job #37 is not in the agenda of @carlosmiranda/z, can't retrieve data and time of add |
Job #37 is not in the agenda of @carlosmiranda/z, can't retrieve data and time of add |
Job #37 is not in the agenda of @carlosmiranda/z, can't inspect |
The job #37 is now out of scope |
Payment to |
@0crat status |
1 similar comment
@0crat status |
@ypshenychka This is what I know about this job in CAZUREFND, as in §32:
|
@ypshenychka This is what I know about this job in CAZUREFND, as in §32:
|
@llorllale According to our QA Rules:
Only one issue was found during code review. |
@ypshenychka I confirm. Please note that no |
@llorllale So should I mark it as bad? |
@ypshenychka I guess so (I have no idea) |
@0crat quality bad |
Quality is low, no payment, see §31 |
Quality review completed: +8 point(s) just awarded to @ypshenychka/z |
#13: Implemented
WalletsIn.iterator()
. Replaced placeholder unit test with test of actual implementation.