You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 CodeUIManager.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
The text was updated successfully, but these errors were encountered: