Bug 76100 - AST: Javadoc node not available on AnnotationTypeDeclaration
Summary: AST: Javadoc node not available on AnnotationTypeDeclaration
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.1 M3   Edit
Assignee: Olivier Thomann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-12 12:51 EDT by Martin Aeschlimann CLA
Modified: 2004-11-02 10:26 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 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.