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 164697 - cc: autocomplete using specification variable type using tag @var in PHP comment notation
Summary: cc: autocomplete using specification variable type using tag @var in PHP comm...
Status: RESOLVED DUPLICATE of bug 164696
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Tomasz Slota
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-07 15:30 UTC by Filip Zamboj
Modified: 2009-05-16 09:46 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 Filip Zamboj 2009-05-07 15:30:03 UTC
Product Version: NetBeans IDE Dev (Build 2009-05-07_15-04-00 )
Java: 1.6.0_13; Java HotSpot(TM) 64-Bit Server VM 11.3-b02

description: 
autocomplete using specification variable type using tag @var in PHP comment notation

consider: 
$b;
/* @var $b Iterator */
$b->getIterator();

result: no cc for $b 
expected result: cc for $b as object of Iterator
Comment 1 Tomasz Slota 2009-05-16 09:46:21 UTC

*** This issue has been marked as a duplicate of 164696 ***