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

Bug 337461

Summary: Compare with symbol ">" lock code assist on the subsequent $this->
Product: z_Archived Reporter: Rik Bartolini <riksoft>
Component: PDTAssignee: PHP Core <php.core-inbox>
Status: CLOSED FIXED QA Contact: Ilina Stefanova <ilina.s>
Severity: normal    
Priority: P3 CC: kalin.a
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Rik Bartolini CLA 2011-02-17 11:28:32 EST
Build Identifier: 20110204-0619

Trying this code
if($this->nRighe > $this->maxRighe)
will show that after the second "$this->" no code assist is available (maxRighe)

Instead, it is ok in the following cases:
if($this->nRighe < $this->nRighe)
or
if($this->nRighe >= $this->nRighe)


Reproducible: Always
Comment 1 Zhongwei Zhao CLA 2011-04-13 03:41:06 EDT
fixed in head
Comment 2 Kalin CLA 2011-08-01 09:42:41 EDT
Verified.
Closing...