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 68587 - AssertionError during ivoke/open CC
Summary: AssertionError during ivoke/open CC
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:
Depends on:
Blocks: 68331
  Show dependency tree
 
Reported: 2005-11-12 14:51 UTC by Marian Mirilovic
Modified: 2007-11-05 13:38 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
stack-trace (4.03 KB, text/plain)
2005-11-12 14:52 UTC, Marian Mirilovic
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marian Mirilovic 2005-11-12 14:51:14 UTC
NB 5.0 Beta 2 (200511112121), JDK 1.5.0_05
(with the fix of issue 68530)

Steps to reproduce:
- run IDE
- create Java Application project
- write to the main method of the Main class : new File().
- wait short time for CC and than just press Ctrl+SPACE
-> AssertionError + IllegalStateExceptions rised (see attachemnt)

After deeper investigation I found out , that it happend only if you invoke code
completion at the time when it's already rising up. Probably timer issue and not
reproducible for anyone/everywhere, it depends on the way user work with editor
and on the speed/wait CC. 

Probably another Beta 2 stopper.
Comment 1 Marian Mirilovic 2005-11-12 14:52:16 UTC
Created attachment 26887 [details]
stack-trace
Comment 2 Martin Roskanin 2005-11-14 09:39:30 UTC
Already fixed, thanks for the report

*** This issue has been marked as a duplicate of 68358 ***
Comment 3 Marian Mirilovic 2005-11-14 09:46:34 UTC
This issue has been reported against Beta 2. Ok, it looks like you've already
fixed in the trunk. Verified duplicate.
Comment 4 Marian Mirilovic 2005-11-14 10:08:10 UTC
I.ve been just spoking with Dusan and Roman, we have a Beta 2 stopper.
Comment 5 Roman Strobl 2005-11-14 10:32:57 UTC
I was able to reproduce it according to steps in issue 68358 - with "this.".
Comment 6 Roman Strobl 2005-11-14 10:45:36 UTC
Marking as beta2 stopper.
Comment 7 Dusan Balek 2005-11-14 12:37:53 UTC
Fixed also in [release50_beta2].

Checking in CompletionImpl.java;
/cvs/editor/completion/src/org/netbeans/modules/editor/completion/CompletionImpl.java,v
 <--  CompletionImpl.java
new revision: 1.27.2.1; previous revision: 1.27
done
Comment 8 Marian Mirilovic 2005-11-15 08:34:08 UTC
verified in NB 5.0 Beta2 (200511141730)