-
Notifications
You must be signed in to change notification settings - Fork 51
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
fix: use JSONUtils from LSP4IJ #1297
Conversation
f977aba
to
4d455ae
Compare
43692b6
to
89d7a1e
Compare
I found this other, similar error, when clicking on the value of an undeclared property: @ConfigProperty(name = "missing.property")
String foo;
As a result several code actions are missing, like add "insert property in application.properties" or "exclude property from validation" |
89d7a1e
to
8a21335
Compare
Good catch! I fixed by creating a PropertyNameData class. As JsonObject, JsonElement can come from to several classloader, the main idea is not to use it when you need to get or set Json to the LSP4IJ. |
Signed-off-by: azerr <[email protected]>
8a21335
to
d0d97ba
Compare
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
thanks @angelozerr |
fix: use JSONUtils from LSP4IJ
This PR requires redhat-developer/lsp4ij#56 to avoid having this LinkageError error problem when code action is resolved: