Bug 71459 - Code formatter adds blank lines to comments in <pre> tag
Summary: Code formatter adds blank lines to comments in <pre> tag
Status: RESOLVED DUPLICATE of bug 52921
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: JDT-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-05 09:14 EDT by Sanjay Madhavan CLA
Modified: 2004-08-05 10:03 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 Sanjay Madhavan CLA 2004-08-05 09:14:57 EDT
- Using I20040804 on Windows XP
- Ensure you have comment formatting turned on
- Create a test class and add a javadoc comment as follows.
/**
 * 
 * <pre>
 *  some text
 * </pre>
 */
- Now invoke the code formatter.
- For each invocation of the formatter it adds a blank line after the <pre> AND
before the </pre> tag. 
- Invoke the formatter again and once again it adds two blank lines.
Comment 1 Dani Megert CLA 2004-08-05 10:03:20 EDT

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