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 50743 - A deadlock after invoking a code completion
Summary: A deadlock after invoking a code completion
Status: CLOSED DUPLICATE of bug 50717
Alias: None
Product: java
Classification: Unclassified
Component: Beans (show other bugs)
Version: 4.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: issues@java
URL:
Keywords: RANDOM, THREAD
Depends on:
Blocks:
 
Reported: 2004-10-22 15:26 UTC by ehucka
Modified: 2006-03-24 10:22 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
threadsdump (17.08 KB, text/plain)
2004-10-22 15:27 UTC, ehucka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ehucka 2004-10-22 15:26:57 UTC
I have tried to add some extending interface to
other interface. When i write code:

public interface Aaaa extends Clon| {

and on the place of | I invoked a CC, there was
displayed an empty completion dialog with "Please
wait" message. IDE didn't freeze (Esc closed the
dialog) but threaddump contained a deadlock. CC
cannot be used after this.
Comment 1 ehucka 2004-10-22 15:27:43 UTC
Created attachment 18452 [details]
threadsdump
Comment 2 Daniel Prusa 2004-10-22 16:20:13 UTC

*** This issue has been marked as a duplicate of 50717 ***
Comment 3 ehucka 2006-03-22 09:33:54 UTC
verified