This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 51258 - Additional \n and spaces introduced in string attributes
Summary: Additional \n and spaces introduced in string attributes
Status: RESOLVED DUPLICATE of bug 51186
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC All
: P2 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-08 10:50 UTC by orichaud
Modified: 2004-11-08 11:01 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description orichaud 2004-11-08 10:50:47 UTC
MDR adds extrat spaces and carriage returns when 
String exceed some size. It looks like MDr tries 
to format String.

Example :
"A string which will be modified by MDR......."
MDR returns :
"A string which will 
                be modified by MDR
                ...."

It is almost impossible to find a work around 
except when the String is not supposed to have 
spaces and carraige returns.
Comment 1 Martin Matula 2004-11-08 11:01:40 UTC
I already entered bug for this.

*** This issue has been marked as a duplicate of 51186 ***