Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 337461 - Compare with symbol ">" lock code assist on the subsequent $this->
Summary: Compare with symbol ">" lock code assist on the subsequent $this->
Status: CLOSED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: PDT (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: PHP Core CLA
QA Contact: Ilina Stefanova CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-17 11:28 EST by Rik Bartolini CLA
Modified: 2020-05-14 11:17 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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...