Bug 76100

Summary: AST: Javadoc node not available on AnnotationTypeDeclaration
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-12 12:51:55 EDT
20041012

In a 1.5 project, look at the following type in the AST view
-> The Javadoc node has not been parsed

/**
 * test
 */
public @interface Annot {
    String value() default 1;
}
Comment 1 Olivier Thomann CLA 2004-10-13 13:40:13 EDT
Fixed and released in HEAD.
Regression test added.
Comment 2 David Audel CLA 2004-11-02 10:26:21 EST
Verified for 3.1M3 with build I20041101.