Bug 76181

Summary: Formatter fails on EnumDeclaration
Product: [Eclipse Project] JDT Reporter: Martin Aeschlimann <martinae>
Component: CoreAssignee: Olivier Thomann <Olivier_Thomann>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 3.0   
Target Milestone: 3.1 M3   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Martin Aeschlimann CLA 2004-10-13 12:36:22 EDT
20041013

Format the following source. Nothing is changed. (null is returned as formatter
result)


package test;
public enum DD { A(){void foo(){}}, B }
Comment 1 Olivier Thomann CLA 2004-10-13 14:27:49 EDT
Fixed and released in HEAD.
Regression test added.
Comment 2 David Audel CLA 2004-11-02 10:26:45 EST
Verified for 3.1M3 with build I20041101