Bug 239783 - [javadoc] @see tag should ignore link text
Summary: [javadoc] @see tag should ignore link text
Status: VERIFIED DUPLICATE of bug 237937
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.4   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: 3.5 M1   Edit
Assignee: Frederic Fusier CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-07 07:24 EDT by Benjamin Muskalla CLA
Modified: 2008-08-06 13:06 EDT (History)
0 users

See Also:


Attachments
testcase (1.27 KB, patch)
2008-07-07 07:26 EDT, Benjamin Muskalla CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Benjamin Muskalla CLA 2008-07-07 07:24:01 EDT
I20080702-0939

At the moment the following snippet has a "malformed link reference" problem but due to the full url as link text. JDT should not care about the text of the link itself. javadoc tool eats this without warnings.

---------------------

package foo;

/**
 * @see <a href="http://www.eclipse.org">http://www.eclipse.org</a>
 */
public class B {
}
Comment 1 Benjamin Muskalla CLA 2008-07-07 07:26:18 EDT
Created attachment 106708 [details]
testcase
Comment 2 Frederic Fusier CLA 2008-07-07 09:47:45 EDT

*** This bug has been marked as a duplicate of bug 237937 ***
Comment 3 Kent Johnson CLA 2008-08-06 13:06:10 EDT
Verified for 3.5M1 using I20080805-1307