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 185129 - Incorrect variable not used warning
Summary: Incorrect variable not used warning
Status: RESOLVED DUPLICATE of bug 170541
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: PC Other
: P3 normal (vote)
Assignee: rmatous
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-27 17:59 UTC by coops
Modified: 2010-04-28 07:27 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 coops 2010-04-27 17:59:56 UTC
See attached screenshot.

Code in screenshot:


function baz() {

    
    $foo = $bar->lol;
    return $foo->etc;
}
Comment 1 coops 2010-04-27 18:04:26 UTC
As the upload function currently doesn't appear to work for me, the attached screenshot has been uploaded here: http://yfrog.com/hqincorrectp
Comment 2 coops 2010-04-27 18:04:53 UTC
As the upload function currently doesn't appear to work for me, the attached screenshot has been uploaded here: http://yfrog.com/hqincorrectp
Comment 3 coops 2010-04-27 18:05:46 UTC
As the upload function currently doesn't appear to work for me, the attached screenshot has been uploaded here: http://yfrog.com/hqincorrectp
Comment 4 rmatous 2010-04-28 07:27:15 UTC

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