Bug 239783

Summary: [javadoc] @see tag should ignore link text
Product: [Eclipse Project] JDT Reporter: Benjamin Muskalla <b.muskalla>
Component: CoreAssignee: Frederic Fusier <frederic_fusier>
Status: VERIFIED DUPLICATE QA Contact:
Severity: normal    
Priority: P3    
Version: 3.4   
Target Milestone: 3.5 M1   
Hardware: All   
OS: All   
Whiteboard:
Attachments:
Description Flags
testcase none

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