Bug 69302 - [Javadoc] Invalid reference warning inconsistent with javadoc tool
Summary: [Javadoc] Invalid reference warning inconsistent with javadoc tool
Status: RESOLVED 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.0.1   Edit
Assignee: Frederic Fusier CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-05 12:11 EDT by Frederic Fusier CLA
Modified: 2004-09-06 10:28 EDT (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-07-05 12:11:54 EDT
Using 3.0.

In following sample 
/**
 * @see Object <a href="http://www.eclipse.org">Eclipse</a>
 */
public class Test {
}

compiler warns that reference is invalid although javadoc tool does not complain
about it...
Comment 1 Frederic Fusier CLA 2004-07-06 06:19:31 EDT
Same problem with:
/**
 * @see Object "Valid string reference"
 */
public class Test {
}
Comment 2 Frederic Fusier CLA 2004-07-08 09:43:01 EDT
Fixed.

Compiler now matches javadoc tool results and does not longer complain on this
syntax.

[jdt-core-internal]
Change done in AbstractCommentParser.parseComment(int,int).
Test cases added in JavadocTestMixed and ASTConverterJavadocTest.
Comment 3 Frederic Fusier CLA 2004-07-08 09:43:10 EDT
Released in HEAD.
Comment 4 David Audel CLA 2004-09-06 10:28:46 EDT
Verified for 3.0.1 RC1