Bug 51478

Summary: Javadoc: @deprecated/@inheritDoc tags are not stored in DOM AST Javadoc structure
Product: [Eclipse Project] JDT Reporter: Frederic Fusier <frederic_fusier>
Component: CoreAssignee: Frederic Fusier <frederic_fusier>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 3.0   
Target Milestone: 3.0 M7   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

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.