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

Language server hangs when javadoc contains unmatched braces #303

Open
nya3jp opened this issue Jan 7, 2025 · 0 comments · May be fixed by #304
Open

Language server hangs when javadoc contains unmatched braces #303

nya3jp opened this issue Jan 7, 2025 · 0 comments · May be fixed by #304

Comments

@nya3jp
Copy link

nya3jp commented Jan 7, 2025

When javadoc contains unmatched braces (e.g. {@code foo}}), the language server hangs due to an infinite loop in MarkdownHelper.

nya3jp added a commit to nya3jp/java-language-server that referenced this issue Jan 7, 2025
When a javadoc contains unmatched }, MarkdownHelper enters an infinite
loop.

Fixes georgewfraser#303.
nya3jp added a commit to nya3jp/java-language-server that referenced this issue Jan 7, 2025
When a javadoc contains unmatched }, MarkdownHelper enters an infinite
loop.

Fixes georgewfraser#303.
@nya3jp nya3jp linked a pull request Jan 7, 2025 that will close this issue
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 a pull request may close this issue.

1 participant