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 87566 - quotes not handled correctly on single-line comments
Summary: quotes not handled correctly on single-line comments
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-19 19:49 UTC by athompson
Modified: 2007-09-26 09:14 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 athompson 2006-10-19 19:49:36 UTC
typing a single or double quote in a single-line comment (//) inserts a closing 
quote. typing another quote inserts yet another quote instead of skipping the 
previously inserted closing quote.  this should behave as it does for multi-
line comments (no closing quotes are automatically added).
Comment 1 athompson 2006-12-28 19:30:19 UTC
seems to be working in latest 6.0 daily...
Comment 2 athompson 2007-05-29 18:13:27 UTC
"