Bug 197155

Summary: Formatter should not wrap lines if the result is longer than the original
Product: [Eclipse Project] JDT Reporter: Daniel Aborg <eclipse.daniel.aborg>
Component: CoreAssignee: Frederic Fusier <frederic_fusier>
Status: VERIFIED DUPLICATE QA Contact:
Severity: normal    
Priority: P3 CC: jarthana, jerome_lanneluc, satyam.kandula
Version: 3.3   
Target Milestone: 3.6 M5   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Daniel Aborg CLA 2007-07-19 11:17:07 EDT
Build ID: I20070621-1340

Steps To Reproduce:
LOG.debug("Really long debug entry that is going to be forced to wrap based on the margin settings currently in effect.");

Is formatted as:

LOG
        .debug("Really long debug entry that is going to be forced to wrap based on the margin settings currently in effect.");


More information:
Comment 1 Olivier Thomann CLA 2007-08-14 11:44:34 EDT

*** This bug has been marked as a duplicate of bug 147623 ***
Comment 2 Frederic Fusier CLA 2010-05-02 08:31:03 EDT

*** This bug has been marked as a duplicate of bug 264112 ***
Comment 3 Satyam Kandula CLA 2010-05-17 03:04:31 EDT
Verified for 3.6RC1 using build I20100513-1500
Comment 4 Jay Arthanareeswaran CLA 2010-05-17 07:47:20 EDT
Verified.