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 60693 - AssertionError from CompletionResultSetImpl
Summary: AssertionError from CompletionResultSetImpl
Status: RESOLVED DUPLICATE of bug 63193
Alias: None
Product: editor
Classification: Unclassified
Component: Completion & Templates (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Dusan Balek
URL:
Keywords:
: 61514 61531 62285 63365 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-07-01 10:55 UTC by Martin Matula
Modified: 2007-11-05 13:38 UTC (History)
1 user (show)

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 Matula 2005-07-01 10:55:58 UTC
Build: 050627 (custom)

I was writing in the editor and suddenly the following exception popped up on me:

java.lang.AssertionError: Adding not finished
	at
org.netbeans.modules.editor.completion.CompletionResultSetImpl.getItems(CompletionResultSetImpl.java:163)
	at
org.netbeans.modules.editor.completion.CompletionImpl.requestShowCompletionPane(CompletionImpl.java:477)
	at
org.netbeans.modules.editor.completion.CompletionImpl.finishNotify(CompletionImpl.java:695)
	at
org.netbeans.modules.editor.completion.CompletionResultSetImpl.finish(CompletionResultSetImpl.java:199)
	at
org.netbeans.spi.editor.completion.CompletionResultSet.finish(CompletionResultSet.java:184)
	at
org.netbeans.modules.editor.java.ElementCreatingCompletionProvider$Query.query(ElementCreatingCompletionProvider.java:94)
	at
org.netbeans.spi.editor.completion.support.AsyncCompletionTask.run(AsyncCompletionTask.java:181)
	at org.openide.util.Task.run(Task.java:207)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:419)
[catch] at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:794)
Comment 1 Roman Strobl 2005-07-28 14:40:50 UTC
*** Issue 61514 has been marked as a duplicate of this issue. ***
Comment 2 Martin Roskanin 2005-08-09 14:49:45 UTC
*** Issue 61531 has been marked as a duplicate of this issue. ***
Comment 3 Martin Roskanin 2005-08-15 15:49:22 UTC
*** Issue 62285 has been marked as a duplicate of this issue. ***
Comment 4 Martin Roskanin 2005-08-31 14:11:16 UTC
*** Issue 63365 has been marked as a duplicate of this issue. ***
Comment 5 Martin Roskanin 2005-08-31 14:12:38 UTC
quite often, should be fixed to NB 4.2
Comment 6 _ pcw 2005-10-19 21:55:41 UTC
I am getting this in the 5.0 beta fairly often if I type too fast.  Please fix
this for release of 5.0.
Comment 7 Dusan Balek 2005-10-31 15:20:21 UTC
Already fixed.

*** This issue has been marked as a duplicate of 63193 ***