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 63799 - Code completion doesn't fill in List or String
Summary: Code completion doesn't fill in List or String
Status: VERIFIED DUPLICATE of bug 63637
Alias: None
Product: editor
Classification: Unclassified
Component: Completion & Templates (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-07 15:27 UTC by Roman Strobl
Modified: 2007-11-05 13:38 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 Roman Strobl 2005-09-07 15:27:22 UTC
[NetBeans 200509051800; FC4; JDK 1.5.0_04]

Issue Summary:
--------------
Code completion doesn't do anything if you try to insert a List or a String.

Steps to Reproduce:
-------------------
1. Type into code new Strin|
2. Invoke code completion and choose java.lang.String.
3. Press enter.
-> Nothing happens. You can press enter many times and nothing happens.
Comment 1 Roman Strobl 2005-09-07 15:33:31 UTC
Sorry this is a duplicate of issue 63637.

*** This issue has been marked as a duplicate of 63637 ***
Comment 2 Roman Strobl 2005-10-26 14:28:34 UTC
Verified.