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

sometimes 2.0.0 version always decompiler code in one line #31

Open
fealtyjay opened this issue Sep 6, 2019 · 0 comments
Open

sometimes 2.0.0 version always decompiler code in one line #31

fealtyjay opened this issue Sep 6, 2019 · 0 comments

Comments

@fealtyjay
Copy link

fealtyjay commented Sep 6, 2019

sometimes decompiler code always in one line ,it makes not comfortable to read code.
decompiler code like this:
/* 4576 */ private boolean isChangeTable() { return this.changeTable; }
the old version plugin can make this code in multi lines like this:
private boolean isChangeTable()
{
return this.changeTable;
}

@fealtyjay fealtyjay changed the title sometimes RC2 always decompiler code in one line sometimes 2.0.0 version always decompiler code in one line Sep 7, 2019
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

1 participant