Skip to content
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

Fixes #416 - Quick-fix fails due to getData() is null #536

Merged

Conversation

aparnamichael
Copy link
Contributor

Fixes #416

Quick-fix fails due to getData() is null.
The root cause of the issue is lsp4Jakarta expects a Map object from VS Code, but we are sending a string or array of strings from VS code. Resolved the null pointer exception by adding code to handle both the 'data' format.

eg:
data = “AssertTrue”
data =[“ApplicationScoped", "RequestScoped”]

@turkeylurkey turkeylurkey merged commit 919bb3f into eclipse:main Nov 14, 2024
2 checks passed
@turkeylurkey turkeylurkey added the bug Something isn't working label Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[VS Code] Quick-fix fails due to getData() is null
2 participants