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

Various minor changes #615

Merged
merged 1 commit into from
May 13, 2022
Merged

Conversation

KamasamaK
Copy link
Contributor

Breaking changes

  • Removed RenameOptions.id as it was already deprecated and never specified for StaticRegistrationOptions
  • Removed SemanticTokenTypes.Member as it was already deprecated and is not specified
  • Removed TraceValue.Message as it was already deprecated and is not specified
  • Changed TraceValue to be final matching similar classes
  • Removed duplicate ResponseErrorCode as it has been deprecated for several versions
  • Removed ResponseErrorCode.serverErrorStart and ResponseErrorCode.serverErrorEnd as they were already deprecated and just boundaries not actual error codes

Other changes

  • Improve many docblocks
  • Move many classes with only static members into Protocol.xtend
  • Improve JSON-RPC Markdown document

Signed-off-by: Matthew Brown <Kamasutra318@gmail.com>
@KamasamaK KamasamaK added this to the v0.13.0 milestone May 11, 2022
@jonahgraham
Copy link
Contributor

@KamasamaK thanks for doing this cleanup. I have only reviewed as far as the changelog and that was fine by me.

@cdietrich
Copy link
Contributor

javadoc changes look suspicious. tags dont seem to be closed

@pisv
Copy link
Contributor

pisv commented May 12, 2022

Just a note that it does not seem required to close these tags in Javadoc, as examples in https://www.oracle.com/technical-resources/articles/java/javadoc-tool.html show. Not closing these tags also matches common practice in other parts of LSP4J code base, including Protocol.xtend.

@KamasamaK KamasamaK mentioned this pull request May 13, 2022
@cdietrich
Copy link
Contributor

understood

@KamasamaK KamasamaK merged commit b96a7e4 into eclipse-lsp4j:main May 13, 2022
@KamasamaK KamasamaK deleted the misc-changes-20220510 branch May 13, 2022 23:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants