Bug 51478 - Javadoc: @deprecated/@inheritDoc tags are not stored in DOM AST Javadoc structure
Summary: Javadoc: @deprecated/@inheritDoc tags are not stored in DOM AST Javadoc struc...
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 3.0 M7   Edit
Assignee: Frederic Fusier CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-10 11:35 EST by Frederic Fusier CLA
Modified: 2004-02-12 15:37 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 Frederic Fusier CLA 2004-02-10 11:35:44 EST
Build I200402050800.

Following tags are not stored in Javadoc while converting compilation unit to 
DOM AST hierarchy:
/**
 * @{inheritedDoc}
 * @deprecated
 */
public class X {}

Javadoc attached to type declaration does not contain any tag!
Comment 1 Frederic Fusier CLA 2004-02-12 09:55:39 EST
Fixed.

Now DOM/AST javadoc hierarchy contains these tags.

[jdt-core-dev internal]
Change made in AbstractCommentParser and DocCommentParser.

Test case added in jdt.core.tests.model.ASTConverterJavadocTest
Comment 2 Olivier Thomann CLA 2004-02-12 15:37:15 EST
Verified in 200402121200.