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

Summary: Code completion doesn't fill in List or String
Product: editor Reporter: Roman Strobl <rstrobl>
Component: Completion & TemplatesAssignee: Dusan Balek <dbalek>
Status: VERIFIED DUPLICATE    
Severity: blocker    
Priority: P2    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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.