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 - [50cat] Editor doesn't see the " when pasting it
Summary: [50cat] Editor doesn't see the " when pasting it
Status: RESOLVED DUPLICATE of bug 67775
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: issues@editor
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-06 12:58 UTC by ieising
Modified: 2007-11-05 13:44 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 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 ***