Bug 50719 - wrong formatting for java coding conventions
Summary: wrong formatting for java coding conventions
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.0 M7   Edit
Assignee: Olivier Thomann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-27 16:39 EST by Rafael Chaves CLA
Modified: 2004-02-12 15:28 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rafael Chaves CLA 2004-01-27 16:39:03 EST
i20040121

When using the Java Coding conventions profile, array accesses are formatted in
a way that there is a space after the opening bracket: 
"x[index]" 
becomes 
"x[ index]"
Comment 1 Olivier Thomann CLA 2004-01-27 17:05:26 EST
The default values for two options are wrong in the java conventions profile.
Comment 2 Olivier Thomann CLA 2004-01-27 17:16:23 EST
Fixed and released in HEAD.
Regression test added.
Comment 3 Olivier Thomann CLA 2004-02-12 15:28:02 EST
Verified in 200402121200.