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 63637

Summary: CC window remains opened
Product: editor Reporter: Martin Schovanek <mschovanek>
Component: Completion & TemplatesAssignee: Dusan Balek <dbalek>
Status: VERIFIED FIXED    
Severity: blocker Keywords: REGRESSION, T9Y
Priority: P1    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Martin Schovanek 2005-09-05 12:11:25 UTC
[#200509041800, jdk1.5.0]

to repproduce:
--------------
1) in a .java document type: 'java.a|'
2) invoke CC
3) chose 'awt' item and press [Enter]
ERROR: CC produce the 'java.awt|' statement but the CC window remains opened
with 'awt' item selected.

Blocks automated tests execution => P2
Comment 1 Roman Strobl 2005-09-07 10:14:32 UTC
Increasing priority to P1 to mark this issue as beta-stopper. Justification: it
is a regression, code completion should be closed when it is no longer necessary.
Comment 2 Roman Strobl 2005-09-07 15:33:31 UTC
*** Issue 63799 has been marked as a duplicate of this issue. ***
Comment 3 Jan Pokorsky 2005-09-08 14:55:35 UTC
*** Issue 61302 has been marked as a duplicate of this issue. ***
Comment 4 Miloslav Metelka 2005-09-08 18:01:56 UTC
Dusan will attempt to fix this into 5.0
Comment 5 Dusan Balek 2005-09-09 10:27:55 UTC
Fixed in [maintrunk].

Checking in src/org/netbeans/modules/editor/java/JavaCompletionProvider.java;
/cvs/java/editor/src/org/netbeans/modules/editor/java/JavaCompletionProvider.java,v
 <--  JavaCompletionProvider.java
new revision: 1.7; previous revision: 1.6
done
Checking in src/org/netbeans/modules/editor/java/NbJMIResultItem.java;
/cvs/java/editor/src/org/netbeans/modules/editor/java/NbJMIResultItem.java,v 
<--  NbJMIResultItem.java
new revision: 1.20; previous revision: 1.19
done
Comment 6 Martin Schovanek 2006-06-30 11:01:45 UTC
v.