Bug 51476 - Javadoc: String or URL @see references are not stored in DOM AST Javadoc structure
Summary: Javadoc: String or URL @see references are not stored in DOM AST Javadoc stru...
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:30 EST by Frederic Fusier CLA
Modified: 2004-02-12 15:36 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: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.