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

Summary: Experimental code correction feature not working with objects
Product: php Reporter: ameeck <ameeck>
Component: EditorAssignee: Ondrej Brejla <obrejla>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P4    
Version: 6.x   
Hardware: All   
OS: Unix   
Issue Type: DEFECT Exception Reporter:

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 ***