We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The deprecated constructor SymbolInformation.<init>() is used in the following method:
SymbolInformation.<init>()
JaxRsWorkspaceSymbolParticipant.createSymbol(...)
Additionally, address the deprecation of the following methods:
SymbolInformation.setName(String)
SymbolInformation.setLocation(Location)
SymbolInformation.setKind(SymbolKind)
The text was updated successfully, but these errors were encountered:
Hi @angelozerr I have raised a PR for this issue. Please review it when you have a moment: #1424.
Sorry, something went wrong.
Sorry @anusreelakshmi934 I was super busy with the release of LSP4IJ 0.10.0
I will review it asap
Successfully merging a pull request may close this issue.
The deprecated constructor
SymbolInformation.<init>()
is used in the following method:JaxRsWorkspaceSymbolParticipant.createSymbol(...)
Additionally, address the deprecation of the following methods:
SymbolInformation.setName(String)
SymbolInformation.setLocation(Location)
SymbolInformation.setKind(SymbolKind)
The text was updated successfully, but these errors were encountered: