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 178364

Summary: Bug in experimental hint
Product: php Reporter: Petr Pisl <ppisl>
Component: EditorAssignee: rmatous <rmatous>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description Petr Pisl 2009-12-09 06:31:25 UTC
User feedback:

There's small bug in the experimental hint for variables that aren't used in a scope:

$foo = array(array("sth")); // bug: hint, not used in this scope
$bar = $foo[0][0];
Comment 1 Tomas Mysik 2010-03-18 09:54:26 UTC
Experimental hints need to be reviewed.
Comment 2 rmatous 2010-03-18 14:12:26 UTC

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