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

Bug 321449

Summary: [Content Assist] Static method is not suggested
Product: z_Archived Reporter: Roy Ganor <ganoro>
Component: PDTAssignee: PHP Core <php.core-inbox>
Status: CLOSED FIXED QA Contact:
Severity: major    
Priority: P1 CC: gadi
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Roy Ganor CLA 2010-08-01 04:50:32 EDT
1. Use the following file:

class MyCls {
	
	static function foo() {
		
	}
	
}

if (MyCls::foo() > MyCls::|) {
	
}

2. Where the | hit content assist 

expected: foo() method
actuall: foo() is not suggested

comment: the left hand side of the boolean expression works.
Comment 1 Zhongwei Zhao CLA 2010-08-01 11:59:39 EDT
fixed in head
Comment 2 Gadi Goldbarg CLA 2010-08-19 10:15:09 EDT
Verified fixed.
Kalin Yanev
kalin.a@zend.com