-
Notifications
You must be signed in to change notification settings - Fork 139
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
Many NPE when hover or refactor inside "instanceof" block #3263
Comments
Thanks @jukzi - I'll take a look - Since this is tagged as a regression, do you know the last version where this worked ? |
Sorry, don't know. Don't even proofed it ever worked. "regression" is only a guess in this case because i can not remember to ever had a problem there. |
Should help on errors where they showed up in the logfile but the context is unclear like: eclipse-jdt/eclipse.jdt.core#3262 eclipse-jdt/eclipse.jdt.core#2934 eclipse-jdt#1764 eclipse-jdt/eclipse.jdt.core#3263
Should help on errors where they showed up in the logfile but the context is unclear like: eclipse-jdt/eclipse.jdt.core#3262 eclipse-jdt/eclipse.jdt.core#2934 #1764 eclipse-jdt/eclipse.jdt.core#3263
Should help on errors where they showed up in the logfile but the context is unclear like: eclipse-jdt/eclipse.jdt.core#3262 eclipse-jdt/eclipse.jdt.core#2934 #1764 eclipse-jdt/eclipse.jdt.core#3263
The recovered parse tree is:
We don't even recognize |
A random pick of 4.20 shows we don't NPE there, so it is a regression although I don't know exactly since when |
This is likely a bit involved, I will revisit when I have time ... |
for example
The text was updated successfully, but these errors were encountered: