Skip to content

Conversation

@BoykoAlex
Copy link
Contributor

@BoykoAlex BoykoAlex commented Dec 4, 2025

Fixes #1452

Previously the method was returning the result of JavadocBrowserInformationControlInput#toString() which results in some erroneous behaviour leading to handling return key on the editor. Instead we should return proper string.

Some polishing of the implementation around information control creation. It is safe to return additional info as string since information browser control accepts it.

Copy link
Contributor

@martinlippert martinlippert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, content-assist in JDT is working fine again

@martinlippert martinlippert merged commit 714754f into eclipse-lsp4e:main Dec 5, 2025
11 checks passed
@BoykoAlex BoykoAlex deleted the fix-extra-line branch December 5, 2025 18:12
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.

ClassCastException thrown due to JDT specific completions return non-String

2 participants