Bug 60453 - [formatting] Formatter fail to wrap lines when custom javadoc tags are present
Summary: [formatting] Formatter fail to wrap lines when custom javadoc tags are present
Status: VERIFIED WORKSFORME
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 minor (vote)
Target Milestone: 3.3 M5   Edit
Assignee: Olivier Thomann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-29 12:30 EDT by Charles-Philip Bentley CLA
Modified: 2007-02-05 11:45 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Charles-Philip Bentley CLA 2004-04-29 12:30:07 EDT
When maximum line width for comments is set to 80 (all other settings are 
checked, except "clear blank lines"

/** Creates a new instance of DynamicEventChannel  sdf sdfs dsdf dsfsd fd fsd 
fsdf sdf dsfsd (on the same line)
* @pre obj != null
*/

If I remove the custom tag

/**
* Creates a new instance of DynamicEventChannel sdf sdfs dsdf dsfsd fd fsd
* fsdf sdf dsfsd
*/
It works good.
Comment 1 Dani Megert CLA 2005-10-10 12:07:34 EDT
Ownership changed.
Comment 2 Olivier Thomann CLA 2007-02-01 12:32:01 EST
Added org.eclipse.jdt.core.tests.formatter.comment.JavaDocTestCase#test60453

This works in HEAD.
Closing as WORKSFORME.