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 - CC window remains opened
Summary: CC window remains opened
Status: VERIFIED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Completion & Templates (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker (vote)
Assignee: Dusan Balek
URL:
Keywords: REGRESSION, T9Y
: 61302 63799 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-09-05 12:11 UTC by Martin Schovanek
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 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.