Skip to content

Commit

Permalink
feat(#537): add one more suppression
Browse files Browse the repository at this point in the history
  • Loading branch information
volodya-lombrozo committed Sep 12, 2024
1 parent a003b73 commit a8459b3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@
"PMD.CouplingBetweenObjects",
"PMD.TooManyMethods",
"PMD.NcssCount",
"PMD.UncommentedEmptyMethodBody"
"PMD.UncommentedEmptyMethodBody",
"PMD.ExcessiveMethodLength"
})
public final class AsmProgram {

Expand Down

5 comments on commit a8459b3

@0pdd
Copy link

@0pdd 0pdd commented on a8459b3 Sep 12, 2024

Choose a reason for hiding this comment

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

Puzzle 329-17209cb5 disappeared from src/main/java/org/eolang/jeo/representation/directives/DirectivesMethodVisitor.java), that's why I closed #336. 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

@0pdd 0pdd commented on a8459b3 Sep 12, 2024

Choose a reason for hiding this comment

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

Puzzle 534-73cb9964 disappeared from src/main/java/org/eolang/jeo/representation/directives/DirectivesAnnotationVisitor.java), that's why I closed #536. 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

@0pdd 0pdd commented on a8459b3 Sep 12, 2024

Choose a reason for hiding this comment

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

Puzzle 537-f53b5743 discovered in src/main/java/org/eolang/jeo/representation/asm/AsmProgram.java) and submitted as #699. 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

@0pdd 0pdd commented on a8459b3 Sep 12, 2024

Choose a reason for hiding this comment

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

Puzzle 537-cdf72e79 discovered in src/main/java/org/eolang/jeo/representation/bytecode/BytecodeAnnotationProperty.java) and submitted as #700. 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

@0pdd 0pdd commented on a8459b3 Sep 12, 2024

Choose a reason for hiding this comment

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

Puzzle 537-37873a12 discovered in src/main/java/org/eolang/jeo/representation/directives/DirectivesAnnotationProperty.java) and submitted as #701. 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.