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 136941 - CC adds () after return
Summary: CC adds () after return
Status: VERIFIED FIXED
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Tomasz Slota
URL:
Keywords: SIMPLEFIX
Depends on:
Blocks:
 
Reported: 2008-06-10 18:55 UTC by Mikhail Matveev
Modified: 2008-08-13 16:10 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 Mikhail Matveev 2008-06-10 18:55:47 UTC
ret|

Invoke CC, choose the only item - return();
Result: syntax error.
There should be no ();
Comment 1 Tomasz Slota 2008-08-06 15:54:51 UTC
confirmed
Comment 2 Tomasz Slota 2008-08-07 15:22:05 UTC
Fixed.

http://hg.netbeans.org/main/rev/5d0bef0bbe28
Comment 3 Quality Engineering 2008-08-08 04:32:00 UTC
Integrated into 'main-golden', available in build *200808080201* on http://bits.netbeans.org/dev/nightly/
Changeset: http://hg.netbeans.org/main/rev/5d0bef0bbe28
User: Tomasz Slota <tslota@netbeans.org>
Log: #136941: CC adds () after return
Comment 4 Mikhail Matveev 2008-08-13 16:10:52 UTC
Verified