Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The RGB Color code was incorrectly generated #252

Closed
Abdumation opened this issue Jul 3, 2019 · 3 comments
Closed

The RGB Color code was incorrectly generated #252

Abdumation opened this issue Jul 3, 2019 · 3 comments

Comments

@Abdumation
Copy link

Abdumation commented Jul 3, 2019

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

@emmanue1
Copy link
Collaborator

emmanue1 commented Jul 6, 2019

I failed to reproduce the bug. Could you upload a CLASS file ?

@Abdumation
Copy link
Author

Here is the class file.
login.zip

@emmanue1
Copy link
Collaborator

emmanue1 commented Jul 7, 2019

Fix : java-decompiler/jd-core@4ca89c9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants