Closed
Description
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
Labels
No labels