-
Notifications
You must be signed in to change notification settings - Fork 133
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
[Bug]when you go to the define of a class, you will get NPE error #506
Comments
thanks for reporting the issue. I see the NPE is threw by the decompiler extension. Which Java decompiler extension do you install? |
Thanks for reply! The decompiler extension is |
this issue should be duplicated with dgileadi/vscode-java-decompiler#8, i would suggest to move the issue to there for further discussion. |
@testforstephen is there a conclusion here? |
This is the issue from the decomplier extension, the language features not work in the decompiled code at the moment. Need improve the decompiler extension to make it better integrated with the Java tooling. |
@rockxsj As we know, the extension |
Environment:
版本: 1.51.1 (user setup)
提交: e5a624b788d92b8d34d1392e4c4d9789406efe8f
日期: 2020-11-10T23:34:32.027Z
Electron: 9.3.3
Chrome: 83.0.4103.122
Node.js: 12.14.1
V8: 8.3.110.13-electron.0
OS: Windows_NT x64 10.0.19042
Step to Reproduce:
just click go to the define of any jdk buildin class.
Expected Behavior:
open the class file.
Actual Behavior:
Related Issues:
The text was updated successfully, but these errors were encountered: