Skip to content

Commit

Permalink
Enrich puzzle wording
Browse files Browse the repository at this point in the history
  • Loading branch information
HDouss committed Feb 18, 2020
1 parent 8bf935c commit 37d6b95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/java/org/jpeek/MetricsTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
* the result should be {@code 1d}. Also, all classes without transitive
* relations should have the same LCC metric as TCC metric. Before do it we have
* to fix puzzles in LCC.xml.
* @todo #323:30min Migrate this parametrized test to junit 5, so it won't
* import any classes from junit 4 anymore.
* @todo #323:30min This test is fully written against JUnit 4 API.
* Migrate this parametrized test to junit 5, so it won't import any classes from junit 4 anymore.
* @checkstyle JavadocTagsCheck (500 lines)
*/
@RunWith(Parameterized.class)
Expand Down

3 comments on commit 37d6b95

@0pdd
Copy link
Collaborator

@0pdd 0pdd commented on 37d6b95 Feb 18, 2020

Choose a reason for hiding this comment

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

Puzzle 118-560e90f9 disappeared from src/test/java/org/jpeek/MetricsTest.java, that's why I closed #356. 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 37d6b95 Feb 18, 2020

Choose a reason for hiding this comment

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

Puzzle 323-1d9c6835 discovered in src/test/java/org/jpeek/package-info.java and submitted as #380. 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 37d6b95 Feb 18, 2020

Choose a reason for hiding this comment

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

Puzzle 323-a6bff461 discovered in src/test/java/org/jpeek/MetricsTest.java and submitted as #381. 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.