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 208854 - autocomplete for static methods does not work
Summary: autocomplete for static methods does not work
Status: CLOSED FIXED
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Brejla
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-25 15:20 UTC by fredgarlov00
Modified: 2012-03-01 14:19 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
example project (165.41 KB, application/rar)
2012-02-25 15:23 UTC, fredgarlov00
Details

Note You need to log in before you can comment on or make changes to this bug.
Description fredgarlov00 2012-02-25 15:20:37 UTC
<?php
namespace Framework\Session;

class Handler {
    static public function doSomething()
    {
        $ip = \Framework\Utils\Network:://CC doesn't work here
    }
}

CC does not work for static methods, see attached project.

application\library\Framework\Session\Handler.php
Comment 1 fredgarlov00 2012-02-25 15:23:20 UTC
Created attachment 116105 [details]
example project

example project
Comment 2 Ondrej Brejla 2012-02-27 09:24:31 UTC
I just tried it in todays build and it works properly.
Comment 3 fredgarlov00 2012-03-01 14:19:24 UTC
yes, in dev build it works