Bug 60453

Summary: [formatting] Formatter fail to wrap lines when custom javadoc tags are present
Product: [Eclipse Project] JDT Reporter: Charles-Philip Bentley <mordan9>
Component: CoreAssignee: Olivier Thomann <Olivier_Thomann>
Status: VERIFIED WORKSFORME QA Contact:
Severity: minor    
Priority: P3    
Version: 3.0   
Target Milestone: 3.3 M5   
Hardware: PC   
OS: Windows XP   
Whiteboard:

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.