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

JavadocImports fixed for illegal string trim. #4647

Merged
merged 1 commit into from
Oct 1, 2022

Conversation

naotsugu
Copy link
Contributor

JavadocImports fixed for illegal string trim raises a StringIndexOutOfBoundsException.(#4646)

@naotsugu naotsugu changed the title JavadocImports fixed for illegal string trim.(#4646) JavadocImports fixed for illegal string trim. Sep 17, 2022
@mbien mbien linked an issue Sep 19, 2022 that may be closed by this pull request
@mbien mbien added kind:bug Bug report or fix Java [ci] enable extra Java tests (java.completion, java.source.base, java.hints, refactoring.java, form) labels Sep 19, 2022
Copy link
Contributor

@matthiasblaesing matthiasblaesing left a comment

Choose a reason for hiding this comment

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

Fix looks good to me. The code you removed looks like an initial implementation that was not cleared up after experimenting. I could reproduce the problem and verified, that the fix fixes it.

I checked the commit, the author information looks good.

@naotsugu I assume you read the license header and understand, that you donate the change to the ASF. If you don't agree, please indicate so, the changeset will be backed out then.

Once the final test job comes back green I'll merge.

@matthiasblaesing matthiasblaesing merged commit 91b094c into apache:master Oct 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Java [ci] enable extra Java tests (java.completion, java.source.base, java.hints, refactoring.java, form) kind:bug Bug report or fix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

JavadocImports throws exception due to incorrect string trim
3 participants