Bug 89302 - [formatter] Insert space after comma in enum constants has no effect
Summary: [formatter] Insert space after comma in enum constants has no effect
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.1 M6   Edit
Assignee: Olivier Thomann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-28 18:06 EST by Olivier Thomann CLA
Modified: 2005-03-30 23:41 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 Olivier Thomann CLA 2005-03-28 18:06:33 EST
Using latest, try to change this option and format the code below. It has no effect.

@interface Ann {}

public enum X {
	@Ann A, B, @Ann C
}
Comment 1 Olivier Thomann CLA 2005-03-28 18:21:51 EST
Fixed and released in HEAD.
Regression tests added in FormatterRegressionTests.test558/559.
Comment 2 Olivier Thomann CLA 2005-03-30 23:41:21 EST
Verified in 20050330-0500