Skip to content

Commit

Permalink
feat(#427): fix all qulice suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
volodya-lombrozo committed Jan 22, 2024
1 parent 3aa3924 commit 4d829ca
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
*
* @since 0.1.0
*/
@SuppressWarnings("PMD.TooManyMethods")
public final class BytecodeClass {

/**
Expand Down Expand Up @@ -340,8 +341,7 @@ public BytecodeClass helloWorldMethod() {
* This class can only print the error message to the console. We need to have a custom
* bytecode verifier that can throw an exception with the error message.
* Here you can find the detailed problem description:
* https://stackoverflow.com/q/77854100/10423604
*
* <a href="https://stackoverflow.com/q/77854100/10423604">link</a>
*/
private void verify(final byte[] bytes) {
final StringWriter errors = new StringWriter();
Expand Down

1 comment on commit 4d829ca

@0pdd
Copy link

@0pdd 0pdd commented on 4d829ca Jan 22, 2024

Choose a reason for hiding this comment

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

Puzzle 427-278fbe1c discovered in src/main/java/org/eolang/jeo/representation/bytecode/BytecodeClass.java) and submitted as #429. 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.