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

Summary: Additional \n and spaces introduced in string attributes
Product: java Reporter: orichaud <orichaud>
Component: UnsupportedAssignee: issues@java <issues>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P2    
Version: 4.x   
Hardware: PC   
OS: All   
Issue Type: DEFECT Exception Reporter:

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 ***