Skip to content

Commit

Permalink
#2297 fix checkstyle and todo
Browse files Browse the repository at this point in the history
  • Loading branch information
c71n93 committed Apr 19, 2024
1 parent f0328e2 commit b477065
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 12 deletions.
Expand Up @@ -43,17 +43,14 @@
* Test case for {@link BinarizeParse}.
*
* @since 0.1
*
* @todo #2297:60m Replace all appearances of {@link BinarizeParseTest#TO_ADD_MESSAGE} field in
* eo-maven-plugin with meaningful assert messages. Don't forget to remove
* {@link BinarizeParseTest#TO_ADD_MESSAGE} field and remove public modifier from this class if no
* longer need.
*/
@SuppressWarnings("PMD.JUnit5TestShouldBePackagePrivate")
@Execution(ExecutionMode.CONCURRENT)
public final class BinarizeParseTest {

/**
* Empty message for JUnit Assertions.
*
* @todo #2297:60m Replace all appearances of {@link BinarizeParseTest#TO_ADD_MESSAGE} field in
* eo-maven-plugin with meaningful assert messages. Don't forget to remove
* {@link BinarizeParseTest#TO_ADD_MESSAGE} field and remove public modifier from this class if
Expand Down
11 changes: 4 additions & 7 deletions eo-parser/src/test/java/org/eolang/parser/EoIndentLexerTest.java
Expand Up @@ -33,19 +33,16 @@
* Test for {@link EoIndentLexer}.
*
* @since 1.0
*
* @todo #2297:60m Replace all appearances of {@link EoIndentLexerTest#TO_ADD_MESSAGE} field in
* eo-parser with meaningful assert messages. Don't forget to remove
* {@link EoIndentLexerTest#TO_ADD_MESSAGE} field and remove public modifier from this class if no
* longer need.
*/
@SuppressWarnings("PMD.JUnit5TestShouldBePackagePrivate")
public final class EoIndentLexerTest {
/**
* Empty message for JUnit Assertions.
*
* @todo #2297:60m Replace all appearances of {@link EoIndentLexerTest#TO_ADD_MESSAGE} field in
* eo-parser with meaningful assert messages. Don't forget to remove
* {@link EoIndentLexerTest#TO_ADD_MESSAGE} field and remove public modifier from this class if no
* longer need.
* {@link EoIndentLexerTest#TO_ADD_MESSAGE} field and remove public modifier from this class if
* no longer need.
*/
public static final String TO_ADD_MESSAGE = "TO ADD ASSERTION MESSAGE";

Expand Down
2 changes: 2 additions & 0 deletions eo-runtime/src/test/java/org/eolang/AtCompositeTest.java
Expand Up @@ -37,6 +37,8 @@
public final class AtCompositeTest {

/**
* Empty message for JUnit Assertions.
*
* @todo #2297:60m Replace all appearances of {@link AtCompositeTest#TO_ADD_MESSAGE} field in
* eo-runtime with meaningful assert messages. Don't forget to remove
* {@link AtCompositeTest#TO_ADD_MESSAGE} field and remove public modifier from this class if
Expand Down

0 comments on commit b477065

Please sign in to comment.