Bug 56462 - [formatter] java profile; array initializer before closing brace
Summary: [formatter] java profile; array initializer before closing brace
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.0   Edit
Hardware: PC All
: P3 normal (vote)
Target Milestone: 3.0 M9   Edit
Assignee: Olivier Thomann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-27 09:33 EST by Sebastian Davids CLA
Modified: 2004-04-10 18:30 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sebastian Davids CLA 2004-03-27 09:33:43 EST
Please enable array initializer before closing brace by default.

It just looks weird if there is a space after the opening brace but not before
the closing brace:

{ 1, 2, 3}

vs.

{ 1, 2, 3 }
Comment 1 Sebastian Davids CLA 2004-03-30 11:52:53 EST
For the "Java Profile"
Comment 2 Olivier Thomann CLA 2004-03-30 16:29:37 EST
Indeed, this is not really nice.
Comment 3 Olivier Thomann CLA 2004-03-31 09:47:14 EST
Fixed and released in HEAD.
Comment 4 Sebastian Davids CLA 2004-04-10 18:30:51 EDT
verified in 200404090010