Bug 27111 - Add option for padding parenthesises to code formatter
Summary: Add option for padding parenthesises to code formatter
Status: RESOLVED DUPLICATE of bug 6284
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.1   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-25 12:42 EST by Arni J Rognvaldsson CLA
Modified: 2002-11-25 13:08 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 Arni J Rognvaldsson CLA 2002-11-25 12:42:06 EST
To match a new setting in checkstyle, please add a (normally deselected) option
to the code formatter to pad parenthesises with a space. That is, myMethod(
fooBar ) rather than myMethod(fooBar), if ( a = b ) rather than if (a = b) etc.
The existence of that option in checkstyle (new in 2.4) indicates that more
people than just me like that style.
Please, please, pretty please...
Comment 1 Arni J Rognvaldsson CLA 2002-11-25 13:08:59 EST
This bug is a duplicate of parts 3 and 4 in item 13 of bug 6284. Sorry for not
looking well enough before entering it.

*** This bug has been marked as a duplicate of 6284 ***