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

Summary: autocomplete for static methods does not work
Product: php Reporter: fredgarlov00
Component: EditorAssignee: Ondrej Brejla <obrejla>
Status: CLOSED FIXED    
Severity: normal    
Priority: P3    
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: example project

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