Skip to content

The RGB Color code was incorrectly generated  #252

Closed
@Abdumation

Description

@Abdumation

I am decompiling a jar file the code is generated fine, but one thing is that the generated color code for the RGB Plate is containing Unicode character instead of the color value. I already Checked "Escape Unicode Character" option from the preferences but that dose nothing . Generated code UIManager.put("nimbusFocus", new Color(4, 124, 4, '�')); Original Code UIManager.put("nimbusFocus", new Color(4, 124, 4, 124));
I am using the latest version 1.6.2 but it works on the previous version JD-GUI 1.4.2. Please Fix

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions