| Summary: | [cleanup] correct indent should not change relative indentation of strings within text block | ||
|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | Jeff Johnston <jjohnstn> |
| Component: | UI | Assignee: | JDT-UI-Inbox <jdt-ui-inbox> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 4.21 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | stalebug | ||
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet. If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant. -- The automated Eclipse Genie. This was fixed via a number of fixes all the way to 2023-06 (4.28). |
Applying the correct indent cleanup on the following: public class TestStringConcatToTextBlock { // abcdef String z, y = """ public class A {\s public \nvoid foo() { System.out.println("abc"); } } """; // ghi } Results in: public class TestStringConcatToTextBlock { // abcdef String z, y = """ public class A {\s public \nvoid foo() { System.out.println("abc"); } } """; // ghi }