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

Improve extraction of javadoc comments #3727

Merged
merged 2 commits into from
Sep 10, 2024

Conversation

Rawi01
Copy link
Collaborator

@Rawi01 Rawi01 commented Aug 20, 2024

This PR fixes #3709

The regex should handle all the weird cases (until we add markdown javadoc support...)

Lombok should not crash if it cannot copy or generate javadoc for
generated code. We have already added this try...catch to all other
javadoc copy methods.
@famod
Copy link

famod commented Sep 2, 2024

Awesome! I suppose you are waiting for a review by other project members?

The issue is really annoying and I'd love to see a soonish 1.18.36 (with this and #3726).

@rzwitserloot
Copy link
Collaborator

Yeah, that missing try/catch was a total oversight. Good eye.

@rzwitserloot rzwitserloot merged commit 6d094fe into projectlombok:master Sep 10, 2024
56 of 57 checks passed
@rzwitserloot
Copy link
Collaborator

@famod We're kinda swamped, but, we'll take into consideration you're looking for a new release swiftly and will try our best :)

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.

[BUG] StringIndexOutOfBoundsException in EclipseHandlerUtil.getDocComment()
3 participants