-
Bug
-
Resolution: Done
-
Major
-
4.17.0.Final
-
None
-
Sprint #191 Oct 2020
-
3
-
Undefined
-
---
When WWD is not installed, it causes the JSON schema computation to fail in NPE:
java.lang.NullPointerException at org.jboss.tools.quarkus.lsp4e.internal.yaml.SchemaRegistry.lambda$0(SchemaRegistry.java:127) at java.base/java.util.concurrent.ConcurrentHashMap.forEach(ConcurrentHashMap.java:1603) at org.jboss.tools.quarkus.lsp4e.internal.yaml.SchemaRegistry.schemas2YAMLLSMap(SchemaRegistry.java:127) at org.jboss.tools.quarkus.lsp4e.internal.yaml.SchemaRegistry.sendInitialize(SchemaRegistry.java:113) at org.jboss.tools.quarkus.lsp4e.internal.yaml.SchemaRegistry.updateYAMLLanguageServerConfigIfRequired(SchemaRegistry.java:94) at org.jboss.tools.quarkus.lsp4e.internal.yaml.SchemaRegistry.updateYAMLLanguageServerConfigIfRequired(SchemaRegistry.java:102) at org.jboss.tools.quarkus.lsp4e.QuarkusYAMLDocumentSetupParticipant$1.run(QuarkusYAMLDocumentSetupParticipant.java:50) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
- relates to
-
JBDS-4885 WWD is not part of the installation
- Closed