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 199133 - Code completion for String[].| does not suggest "class"
Summary: Code completion for String[].| does not suggest "class"
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Completion & Templates (show other bugs)
Version: 7.0
Hardware: PC Linux
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-03 09:29 UTC by Jiri Kovalsky
Modified: 2011-10-25 14:30 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 Jiri Kovalsky 2011-06-03 09:29:53 UTC
Product Version: NetBeans IDE 7.0 (Build 201104080000)
Java: 1.6.0_24; Java HotSpot(TM) 64-Bit Server VM 19.1-b02
System: Linux version 2.6.35-22-generic running on amd64; UTF-8; cs_CZ (nb)
Userdir: /home/cesilko/.netbeans/7.0

If user types String[]. and presses Ctrl+Space, code completion offers several possibilities but "class" is missing.

Could you please fix this?
Comment 1 Dusan Balek 2011-10-24 15:18:07 UTC
Fixed in jet-main.

http://hg.netbeans.org/jet-main/rev/e805fa7d78b1
Comment 2 Quality Engineering 2011-10-25 14:30:35 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/e805fa7d78b1
User: Dusan Balek <dbalek@netbeans.org>
Log: Issue #199133 - Code completion for String[].| does not suggest "class" - fixed.