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

tests: Convert String to TextBlock #1313

Merged
merged 2 commits into from
May 17, 2024

Conversation

jukzi
Copy link
Contributor

@jukzi jukzi commented Apr 5, 2024

automated Cleanup

@jukzi jukzi force-pushed the Convert_String_to_TextBlock2 branch from 40a1e94 to 53bd8e5 Compare May 16, 2024 15:26
The wrong pattern
 StringBuilder buf= new StringBuilder();
 buf= new StringBuilder();
 ...
was cleaned up into
 StringBuilder buf= new StringBuilder();
 String str= """
 ...
which gave a compiler warning after "Convert String to TextBlock".
@jukzi jukzi merged commit df564dc into eclipse-jdt:master May 17, 2024
8 of 9 checks passed
@jukzi jukzi deleted the Convert_String_to_TextBlock2 branch May 17, 2024 06:00
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.

None yet

2 participants