Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Formatting
-
Labels:None
-
Testcase included:yes
-
Patch Submitted:Yes
-
Number of attachments :
Description
Reposted from https://issuetracker.springsource.com/browse/STS-1193
If you let STS format the attached code the list:
def gender = ["unknown","female","male"]
gets ripped appart into
def gender = [ "unknown", "female", "mal ]
I get this kind of behaviour only under certain circumstances/nestings ... I already minored the code to something pretty useless ... but good enough to make the point/show the error.
use the attachment of STS-1193 to reproduce