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

Bugfix for #1803: [Externalize Strings] IndexOutOfBoundsException. #1805

Conversation

nettozahler
Copy link
Contributor

What it does

Fixes #1803.

How to test

See "Steps to reproduce" in the bug report #1803. With this fix the NSL dialog should open as usually.

Author checklist

@nettozahler nettozahler marked this pull request as draft November 21, 2024 23:04
@nettozahler nettozahler marked this pull request as ready for review November 22, 2024 09:57
@@ -37,76 +37,90 @@ public class NLSHintStripQuotesTest {
@Rule
public Java15ProjectTestSetup pts15= new Java15ProjectTestSetup();

private IJavaProject javaProject;
private IJavaProject javaProject15;
private IJavaProject javaProject;
Copy link
Contributor

Choose a reason for hiding this comment

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

please avoid touching so many line with whitespace changes as it disturbs the git history

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I have restored the old (wrong) whitespaces.

@jukzi jukzi force-pushed the 1803-externalize-strings-IndexOutOfBoundsException branch from 2dd8b6d to b85953c Compare December 4, 2024 12:39
@jukzi jukzi merged commit 9887b92 into eclipse-jdt:master Dec 6, 2024
10 checks passed
@jukzi
Copy link
Contributor

jukzi commented Dec 6, 2024

thanks for contribution. i manually verified the added test failed before the change.

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.

[Externalize Strings Dialog] StringIndexOutOfBoundsException
2 participants