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 198080 - Hint Variable does not seem to be used in its scope - when it is
Summary: Hint Variable does not seem to be used in its scope - when it is
Status: RESOLVED DUPLICATE of bug 170541
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.0
Hardware: PC Linux
: P4 normal (vote)
Assignee: Ondrej Brejla
URL:
Keywords:
Depends on:
Blocks: 170541
  Show dependency tree
 
Reported: 2011-04-26 11:07 UTC by berniev
Modified: 2011-11-16 16:42 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 berniev 2011-04-26 11:07:53 UTC
Product Version = NetBeans IDE 7.0 (Build 201104080000)
Operating System = Linux version 2.6.35-28-generic running on i386
Java; VM; Vendor = 1.6.0_20
Runtime = OpenJDK Client VM 19.0-b09

Example:
while ($r = $s->fetch_object()){  // <<<=== Hint suggests $r is not used in its scope, which it plainly is!
    $dd[$r->id] = $r->Name;
}
Regards.
Comment 1 Ondrej Brejla 2011-08-23 07:57:10 UTC
Experimental hints -> P4
Comment 2 Ondrej Brejla 2011-09-13 08:02:37 UTC

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