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 148109 - CC doesn't work for references
Summary: CC doesn't work for references
Status: VERIFIED FIXED
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: rmatous
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-23 22:18 UTC by Petr Pisl
Modified: 2008-09-29 18:56 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 Petr Pisl 2008-09-23 22:18:51 UTC
This report is base on a user comment at
http://blogs.sun.com/netbeansphp/entry/screencat_about_class_property_variables#comment-1222204092000

I've just downloaded the latest nightly of NetBeans and I've found out that it's not using code complete for references:

class d {
var $a,$b;
function test(){
echo "hello";
}
}

$c = new d();
$v = &$c;

In the above NetBeans will not display code complete for $v.
Comment 2 Quality Engineering 2008-09-24 17:32:43 UTC
Integrated into 'main-golden', will be available in build *200809241401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/2ac627bfa9ca
User: Radek Matous <rmatous@netbeans.org>
Log: #148109 CC doesn't work for references
Comment 3 Mikhail Matveev 2008-09-29 18:56:10 UTC
Verified