Bug 197155 - Formatter should not wrap lines if the result is longer than the original
Summary: Formatter should not wrap lines if the result is longer than the original
Status: VERIFIED DUPLICATE of bug 264112
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.3   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.6 M5   Edit
Assignee: Frederic Fusier CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-19 11:17 EDT by Daniel Aborg CLA
Modified: 2010-05-17 07:47 EDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.