Skip to content

StringBuffer.append() being called with an array and not a String #18

@scuniff

Description

@scuniff

At line 185

buffer.append(" .unknown = ")
.append("0x").append(HexDump.toHex( field_2_unknown ))
.append(" (").append( field_2_unknown ).append(" )")
.append(System.getProperty("line.separator"));

Line 185 should use HexDump.toHex() like in line 184?

.append(" (").append(HexDump.toHex( field_2_unknown) ).append(" )")

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions