Bug 47801 - New Code Formatter: INSERT_SPACE_AFTER_PREFIX_OPERATOR
Summary: New Code Formatter: INSERT_SPACE_AFTER_PREFIX_OPERATOR
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 M6   Edit
Assignee: Olivier Thomann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-01 09:25 EST by Silvio Böhler CLA
Modified: 2003-12-17 06:02 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 Silvio Böhler CLA 2003-12-01 09:25:36 EST
The space is inserted only after the operand, and not after the operator. 

E.G.

(++a) 

results in 

(++a )

instead of 

(++ a)
Comment 1 Olivier Thomann CLA 2003-12-01 09:31:02 EST
Need to investigate.
Comment 2 Olivier Thomann CLA 2003-12-01 11:42:10 EST
Fixed and released in HEAD.
Regression test added.
Comment 3 David Audel CLA 2003-12-17 06:02:28 EST
Verified for 3.0M6