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 174853 - /** @return array */ -> CC tells "?"
Summary: /** @return array */ -> CC tells "?"
Status: RESOLVED INCOMPLETE
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Ondrej Brejla
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-19 09:33 UTC by Tomas Mysik
Modified: 2012-04-11 15:41 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 Tomas Mysik 2009-10-19 09:33:47 UTC
/** @return array */ -> CC tells "?"

Product Version: NetBeans IDE 6.8 Beta (Build 200910171337)
Java: 1.6.0_16; Java HotSpot(TM) 64-Bit Server VM 14.2-b01
System: Linux version 2.6.28-15-generic running on amd64; UTF-8; cs_CZ (nb)
Comment 1 rmatous 2009-10-19 13:28:39 UTC
Slightly related, although not direct fix:

changeset:   149175:9f1124f70b07
user:        Radek Matous <rmatous@netbeans.org>
date:        Mon Oct 19 14:26:04 2009 +0200
files:       php.editor/src/org/netbeans/modules/php/editor/PHPCodeCompletion.java
php.editor/src/org/netbeans/modules/php/editor/PHPCompletionItem.java
php.editor/src/org/netbeans/modules/php/editor/index/IndexedConstant.java
description:
CC for local variables shows type on the left hand side. 3 posssible states may happen:
- known type - then type name is shown
- unkown type - then "?" is shown
- type needs additional computation (which isn't done for list of proposed variables) - then nothing ("") is shown
Comment 2 Filip Zamboj 2010-09-15 12:30:20 UTC
batch reassigning
Comment 3 Tomas Mysik 2011-06-08 14:57:23 UTC
Batch reassigning.
Comment 4 Ondrej Brejla 2012-04-11 15:41:24 UTC
Need explanation.