Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 168989

Summary: i have a code completion of "regular" (not static) functions after PAAMAIM_NEKUDOTAIM
Product: z_Archived Reporter: Gadi Goldbarg <gadi>
Component: PDTAssignee: PHP UI <php.ui-inbox>
Status: CLOSED FIXED QA Contact: Gadi Goldbarg <gadi>
Severity: major    
Priority: P2 Keywords: plan
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Gadi Goldbarg CLA 2006-12-24 07:10:31 EST
i have this code:
class foo{
    public function moo() {}
}

foo:: // <- here i get code completion of moo()

of course, that moo should not be completed (it's not static).
and yes, I'm sure I'm using php5 !!!
Comment 1 Guy Gurfinkel CLA 2007-01-01 08:12:20 EST
since those operations are allowed in php5 (but non-strict) the user has the 
option to filter them.
Comment 2 Gadi Goldbarg CLA 2007-01-14 10:10:15 EST
This bug was verified on Win & Linux
Comment 3 Guy Gurfinkel CLA 2007-01-18 10:37:02 EST
since those operations are allowed in php5 (but non-strict) the user has the 
option to filter them.