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 135782 - No CC for static variables
Summary: No CC for static variables
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-05-26 09:45 UTC by Tomasz Slota
Modified: 2012-04-25 17:58 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 Tomasz Slota 2008-05-26 09:45:11 UTC
Static variables are not offered by PHP code completion, for example: 

function foo()
{
    static $var;
    $| // no CC for $var
}
Comment 1 Tomasz Slota 2008-06-23 17:11:54 UTC
Fixed.

Change log:
http://hg.netbeans.org/main/rev/d3b8f775f901
Comment 2 Quality Engineering 2008-06-24 04:25:34 UTC
Integrated into 'main-golden', available in NB_Trunk_Production #278 build
Changeset: http://hg.netbeans.org/main/rev/d3b8f775f901
User: Tomasz Slota <tslota@netbeans.org>
Log: #135782: No CC for static variables
Comment 3 Mikhail Matveev 2008-07-21 16:17:41 UTC
Verified