Bug 94168

Summary: Java annotation is missing in EnumConstantDeclaration
Product: [Eclipse Project] JDT Reporter: julien <yang_ying_min>
Component: CoreAssignee: Olivier Thomann <Olivier_Thomann>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 3.1   
Target Milestone: 3.1 M7   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Attachments:
Description Flags
Apply on HEAD on ASTConverter none

Description julien CLA 2005-05-09 13:38:22 EDT
With the Eclipse I20050506-1600, I have noticed a problem with ASTParser in 
the following file:

public enum Category
{
     @Test HISTORY
}

The modifier "@Test" is missing in the modifiers of EnumConstantDeclaration.
Comment 1 Olivier Thomann CLA 2005-05-11 15:04:08 EDT
Created attachment 20997 [details]
Apply on HEAD on ASTConverter

This is fixing this issue
Comment 2 Olivier Thomann CLA 2005-05-11 22:26:35 EDT
Fixed and released in HEAD.
Regression test added in org.eclipse.jdt.core.tests.dom.ASTConverter15Test.test0179
Comment 3 David Audel CLA 2005-05-12 13:36:40 EDT
Verified for 3.1M7