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

Supply a ToStringBuilder in common location #798

Merged
merged 1 commit into from
Feb 13, 2024
Merged

Commits on Feb 13, 2024

  1. Supply a ToStringBuilder in common location

    When the dependency on xbase.lib was removed in #529 it put the
    implicit requirement that there is a class called ToStringBuilder
    in a sub-package of the xtend class called `util`.
    
    This change provides the ToStringBuilder in an util package
    in the org.eclipse.lsp4j.jsonrpc bundle so that consumers
    of LSP4J do not need to copy ToStringBuilder into their
    own source code.
    
    Fixes #742
    jonahgraham committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    3be30bd View commit details
    Browse the repository at this point in the history