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

Summary: CC adds () after return
Product: php Reporter: Mikhail Matveev <mikhailmatveev>
Component: EditorAssignee: Tomasz Slota <tslota>
Status: VERIFIED FIXED    
Severity: blocker Keywords: SIMPLEFIX
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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