Bug 235464 - [formatter] breaks html links in Javadoc
Summary: [formatter] breaks html links in Javadoc
Status: VERIFIED DUPLICATE of bug 233259
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.4   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: 3.4.1   Edit
Assignee: Frederic Fusier CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-03 16:48 EDT by Benjamin Muskalla CLA
Modified: 2008-08-28 12:13 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 Benjamin Muskalla CLA 2008-06-03 16:48:32 EDT
I20080530-1730

Formatting the following class with the Eclipse build-in settings breaks the html tag.

package foo;

/**
 * @see <a href="http://wiki.eclipse.org/Eclipse_DemoCamps_2008_-_Ganymede_Edition">Eclipse</a>
 */
public class E {
}

The output is:

package foo;

/**
 * @see <a
 *      href="http://wiki.eclipse.org/Eclipse_DemoCamps_2008_-_Ganymede_Edition"
 *      >Eclipse< /a>
 */
public class E {
}

Note the additional whitespace in the closing </a> tag.
Comment 1 Frederic Fusier CLA 2008-06-04 02:41:17 EDT

*** This bug has been marked as a duplicate of bug 233259 ***
Comment 2 Kent Johnson CLA 2008-08-06 14:58:57 EDT
Verified for 3.5M1 using I20080805-1307
Comment 3 Olivier Thomann CLA 2008-08-28 12:13:39 EDT
Verified for 3.4.1 using M20080827-2000