Bug 89302

Summary: [formatter] Insert space after comma in enum constants has no effect
Product: [Eclipse Project] JDT Reporter: Olivier Thomann <Olivier_Thomann>
Component: CoreAssignee: Olivier Thomann <Olivier_Thomann>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 3.1   
Target Milestone: 3.1 M6   
Hardware: PC   
OS: Windows XP   
Whiteboard:

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