Bug 53255 - [Regression in M7] Javadoc @see with <a href= produces a warning
Summary: [Regression in M7] Javadoc @see with <a href= produces a warning
Status: RESOLVED DUPLICATE of bug 52216
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows 2000
: P3 minor (vote)
Target Milestone: 3.0 M8   Edit
Assignee: Frederic Fusier CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-27 00:53 EST by Alexander Grässer CLA
Modified: 2005-04-29 07:14 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Grässer CLA 2004-02-27 00:53:03 EST
The follwing happens in M7 if Malformed Javadoc comments is switched to Warning.

/**
 * @see <a href="http://www.ietf.org/rfc/rfc2045.txt">RFC 2045 - Section 
6.8</a> 
 */

produces a warning "Javadoc: Invalid reference" even though the given line 
conforms to the Javadoc spec.
Comment 1 Max Gilead CLA 2004-03-15 16:16:04 EST
I can confirm this bug on 3.0M7 on Linux so I think OS should be updated to 'All'.
Comment 2 Max Gilead CLA 2004-03-15 16:17:33 EST
Oh, and here error message is 'Javadoc: Invalid URL link format'
Comment 3 Frederic Fusier CLA 2004-03-24 16:30:01 EST
Sounds exactly the same problem, doesn't it?

*** This bug has been marked as a duplicate of 52216 ***