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

If and elseif block empty then condition change to normal statement. #171

Open
hardiknai opened this issue Apr 17, 2017 · 0 comments
Open

Comments

@hardiknai
Copy link

hello,
I am using java decompiler version jd-gui-windows-1.4.0.
I have an issue in same code compiled using same JDK 1.5. but getting different decompilation.
If and else if block empties then condition change to the normal statement.
Actual Code : if (!e.isTemporary()) {}

  1. e.isTemporary(); it not right then how can i trust.
  2. if (!e.isTemporary()) {} it right but.

Regards
Hardik Nai

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