Open Skylark95 opened 1 year ago
@Skylark95 You can try to add
"java.inlayHints.parameterNames.enabled": "none",
to your settings.json
@snjeza I added the mentioned config and still get the same behavior and exception on v1.21.0
@Skylark95 Could you check your workspace settings.json?
This is an upstream jdt.core issue.
@Skylark95 Could you provide your pom.xml or build.gradle?
@snjeza Unfortunately unable to get permission from my company to provide that. :(
@Skylark95 ~Could you check your workspace settings.json?~ This is an upstream jdt.core issue.
I can't find anything regarding this in jdt core issues. Was this adressed?
@Skylark95 Could you test Java LS 1.24.3? It includes the fix from https://github.com/eclipse-jdt/eclipse.jdt.core/issues/1376
use Optional.ofNullable() for "this.units[i]" .
Language server throws NullPointerException when building project, resulting in extension crash and no Intellisense:
Environment
Steps To Reproduce
Java: Rebuild Projects
I cannot include sample project unfortunately due to company policy but I have included the necessary logs. The error does not appear to occur on all projects, just certain ones.
extension.log
Current Result
Expected Result
Additional Informations
v1.20.0
also resolves the issue