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 197924 - docblock autoinsert fails when string contains comment close
Summary: docblock autoinsert fails when string contains comment close
Status: RESOLVED FIXED
Alias: None
Product: php
Classification: Unclassified
Component: PHPDoc (show other bugs)
Version: 7.0
Hardware: Macintosh Mac OS X
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-21 04:46 UTC by haleden
Modified: 2011-05-19 08:41 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 haleden 2011-04-21 04:46:40 UTC
Product Version = NetBeans IDE 7.0 Beta 2 (Build 201102140001)
Operating System = Mac OS X version 10.6.7 running on x86_64
Java; VM; Vendor = 1.6.0_24
Runtime = Java HotSpot(TM) 64-Bit Server VM 19.1-b02-334
Comment 1 haleden 2011-04-21 04:50:55 UTC
placing cursor above:

function func($alias) {
    $blah = "/blee*/";
}

and typing /**<return>

only inserts:
/**
 * 

and shows comment font color down to the " after */
Comment 2 Petr Pisl 2011-05-18 15:42:07 UTC
Fixed in web-main
http://hg.netbeans.org/web-main/rev/22022b26869b

and transplanted in to release701
http://hg.netbeans.org/releases/rev/f8aafc0e44bd
Comment 3 Quality Engineering 2011-05-19 08:41:37 UTC
Integrated into 'main-golden', will be available in build *201105190400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/22022b26869b
User: Petr Pisl <ppisl@netbeans.org>
Log: #197924 - docblock autoinsert fails when string contains comment close