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 194329 - Code completion is including other properties and methods not related to the variable.
Summary: Code completion is including other properties and methods not related to the ...
Status: RESOLVED FIXED
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.0
Hardware: All Linux
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2011-01-13 21:51 UTC by ThePixelDeveloper
Modified: 2011-06-08 10:07 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ThePixelDeveloper 2011-01-13 21:51:58 UTC
Product Version = NetBeans IDE 7.0 Beta (Build 201011152355)
Operating System = Linux version 2.6.37-8-generic running on amd64
Java; VM; Vendor = 1.6.0_22
Runtime = Java HotSpot(TM) 64-Bit Server VM 17.1-b03

See an image of the problem here: http://i.imgur.com/kn1xn.png

Netbeans is including a lot of stuff from the Zend Framework which is stored in another directory. 

The $user variable belongs to a class which does not extend any Zend classes. I do use Zend_ACL in a few of its methods. However, Zend_ACL is stored in a property ($acl) of the class and should not be a problem.
Comment 1 Tomas Mysik 2011-06-03 10:22:18 UTC
Batch reassigning.
Comment 2 Tomas Mysik 2011-06-08 09:56:26 UTC
Editor area.
Comment 3 ThePixelDeveloper 2011-06-08 10:07:23 UTC
To save you wasting time, I believe this is fixed in the latests Netbeans release.