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 170444 - Experimental code correction feature not working with objects
Summary: Experimental code correction feature not working with objects
Status: RESOLVED DUPLICATE of bug 170541
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All Unix
: P4 blocker (vote)
Assignee: Ondrej Brejla
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-17 08:46 UTC by ameeck
Modified: 2011-09-14 08:12 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 ameeck 2009-08-17 08:46:15 UTC
When you assign an object to a variable:

$var = new Class;

Netbeans will show a warning 'Variable does not seem to be used in its scope' when accessing a property (and that being
the only use of the variable):

$var->property;

However it will not output that $var has not been defined.
Comment 1 rmatous 2009-09-22 17:09:43 UTC
experimental hint
Comment 2 Tomasz Slota 2010-02-10 08:46:53 UTC
reassigning to default owner
Comment 3 Filip Zamboj 2010-09-15 12:29:42 UTC
batch reassigning
Comment 4 Tomas Mysik 2011-06-08 14:57:18 UTC
Batch reassigning.
Comment 5 Ondrej Brejla 2011-09-14 08:12:42 UTC

*** This bug has been marked as a duplicate of bug 170541 ***