Skip to content

Commit

Permalink
(#1205) Resolved Checkstyle issues
Browse files Browse the repository at this point in the history
  • Loading branch information
fevzian committed Oct 28, 2019
1 parent bb39331 commit 5e0da30
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
*
* @since 0.32
* @checkstyle JavadocMethodCheck (500 lines)
* @checkstyle ClassDataAbstractionCouplingCheck (500 lines)
*/
@SuppressWarnings({"PMD.AvoidDuplicateLiterals", "PMD.TooManyMethods"})
public final class CollectionEnvelopeTest {
Expand All @@ -57,7 +58,6 @@ public void returnsIteratorWithSupportedRemove() {
final Iterator<String> iterator = list.iterator();
iterator.next();
iterator.remove();

new Assertion<>(
"Iterator should be empty",
new IterableOf<>(iterator),
Expand Down

12 comments on commit 5e0da30

@0pdd
Copy link
Collaborator

@0pdd 0pdd commented on 5e0da30 Nov 3, 2019

Choose a reason for hiding this comment

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

Puzzle 829-59f865f8 disappeared from src/test/java/org/cactoos/scalar/AndInThreadsTest.java, that's why I closed #898. Please, remember that the puzzle was not necessarily removed in this particular commit. Maybe it happened earlier, but we discovered this fact only now.

@0pdd
Copy link
Collaborator

@0pdd 0pdd commented on 5e0da30 Nov 3, 2019

Choose a reason for hiding this comment

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

Puzzle 1119-fd48e847 disappeared from pom.xml, that's why I closed #1166. Please, remember that the puzzle was not necessarily removed in this particular commit. Maybe it happened earlier, but we discovered this fact only now.

@0pdd
Copy link
Collaborator

@0pdd 0pdd commented on 5e0da30 Nov 3, 2019

Choose a reason for hiding this comment

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

Puzzle 1188-96768eb2 disappeared from src/main/java/org/cactoos/iterator/Partitioned.java, that's why I closed #1191. Please, remember that the puzzle was not necessarily removed in this particular commit. Maybe it happened earlier, but we discovered this fact only now.

@0pdd
Copy link
Collaborator

@0pdd 0pdd commented on 5e0da30 Nov 3, 2019

Choose a reason for hiding this comment

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

Puzzle 1188-ace6cee0 disappeared from src/main/java/org/cactoos/iterator/Sliced.java, that's why I closed #1193. Please, remember that the puzzle was not necessarily removed in this particular commit. Maybe it happened earlier, but we discovered this fact only now.

@0pdd
Copy link
Collaborator

@0pdd 0pdd commented on 5e0da30 Nov 3, 2019

Choose a reason for hiding this comment

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

Puzzle 1151-07534af5 disappeared from pom.xml, that's why I closed #1205. Please, remember that the puzzle was not necessarily removed in this particular commit. Maybe it happened earlier, but we discovered this fact only now.

@0pdd
Copy link
Collaborator

@0pdd 0pdd commented on 5e0da30 Nov 3, 2019

Choose a reason for hiding this comment

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

Puzzle 898-0bea8a51 discovered in src/test/java/org/cactoos/list/ListEnvelopeTest.java and submitted as #1217. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

@0pdd
Copy link
Collaborator

@0pdd 0pdd commented on 5e0da30 Nov 3, 2019

Choose a reason for hiding this comment

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

Puzzle 898-4936d4fd discovered in src/test/java/org/cactoos/collection/JoinedTest.java and submitted as #1218. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

@0pdd
Copy link
Collaborator

@0pdd 0pdd commented on 5e0da30 Nov 3, 2019

Choose a reason for hiding this comment

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

Puzzle 898-fb66ac0b discovered in src/main/java/org/cactoos/list/Immutable.java and submitted as #1219. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

@0pdd
Copy link
Collaborator

@0pdd 0pdd commented on 5e0da30 Nov 3, 2019

Choose a reason for hiding this comment

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

Puzzle 898-457dcf37 discovered in src/main/java/org/cactoos/list/Immutable.java and submitted as #1220. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

@0pdd
Copy link
Collaborator

@0pdd 0pdd commented on 5e0da30 Nov 3, 2019

Choose a reason for hiding this comment

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

Puzzle 898-b15777f7 discovered in src/main/java/org/cactoos/collection/Immutable.java and submitted as #1221. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

@0pdd
Copy link
Collaborator

@0pdd 0pdd commented on 5e0da30 Nov 3, 2019

Choose a reason for hiding this comment

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

Puzzle 1166-50dc8796 discovered in src/test/java/org/cactoos/iterator/IteratorOfTest.java and submitted as #1222. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

@0pdd
Copy link
Collaborator

@0pdd 0pdd commented on 5e0da30 Nov 3, 2019

Choose a reason for hiding this comment

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

Puzzle 1166-fd48e847 discovered in pom.xml and submitted as #1223. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

Please sign in to comment.