You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During the FVT for version 24.0.3-SNAPSHOT on a Windows 11 environment, an issue was encountered with the identification of 'rest_get' and 'mpirc' snippets under certain conditions in Java files. Specifically, the issue arises in the following scenario:
In the space before a class declaration (empty space).
For reference, I've attached a screenshot below showcasing the same.
The text was updated successfully, but these errors were encountered:
TrevCraw
changed the title
Issue Identifying rest_get and mpirc Snippets in Specific Java File Scenario During 24.0.3 FVT Testing on Windows 11
"rest_get" and "mpirc" snippets provided in incorrect contexts
Mar 27, 2024
mpirc is the only snippet marked as a field and rest_get is the only snippet marked as a method. LSP4MP needs to improve its handling of these two types of snippets.
During the FVT for version 24.0.3-SNAPSHOT on a Windows 11 environment, an issue was encountered with the identification of 'rest_get' and 'mpirc' snippets under certain conditions in Java files. Specifically, the issue arises in the following scenario:
In the space before a class declaration (empty space).
For reference, I've attached a screenshot below showcasing the same.
This issue has been reported to lsp4mp as issue eclipse-lsp4mp/lsp4mp#402
The text was updated successfully, but these errors were encountered: