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 68181

Summary: [50cat] Editor doesn't see the " when pasting it
Product: editor Reporter: ieising <ieising>
Component: -- Other --Assignee: issues@editor <issues>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

Description ieising 2005-11-06 12:58:41 UTC
[ BUILD # : 200510311820 ]
[ JDK VERSION : 1.5.0_04 ]

I noticed that when I past a string that already contains a ", e.g:

    String helloWorld = "Hello

that when I enter the closing ", NetBeans generates another 'closing' ". Resulting in:

    String helloWorld = "Hello World""

which is not correct.

Iwan
Comment 1 Roman Strobl 2005-11-06 16:18:13 UTC
Known issue, thanks for reporting!

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