Bug 51476

Summary: Javadoc: String or URL @see references 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:30:07 EST
Build I200402050800.

Following "constants" @see references are not stored in Javadoc while 
converting compilation unit to DOM AST hierarchy:
/**
 * @see "Test class X"
 * @see <a href="http://www.ibm.com">Valid URL</a>
 */
public class X {}

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

Now DOM/AST javadoc hierarchy contains see tags which have this syntax.

[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:36:26 EST
Verified in 200402121200.