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 98861

Summary: AssertionError from TokenListUpdater.update
Product: editor Reporter: Jesse Glick <jglick>
Component: LexerAssignee: issues@editor <issues>
Status: VERIFIED FIXED    
Severity: blocker CC: jiriprox, mschovanek
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 98171    
Attachments: Stack traces

Description Jesse Glick 2007-03-23 22:42:42 UTC
070323. While typing a string literal into a Java source.
Comment 1 Jesse Glick 2007-03-23 22:43:13 UTC
Created attachment 39900 [details]
Stack traces
Comment 2 Jesse Glick 2007-03-23 23:39:32 UTC
Thrown again a little while later, again while trying to type in a string literal.
Comment 3 ehucka 2007-03-26 14:46:08 UTC
Is it any workaround for this?
I cannot write any string literal in editor.
Comment 4 ehucka 2007-03-26 14:50:29 UTC
set as showstopper for m8
Comment 5 Jiri Prox 2007-03-26 15:25:46 UTC
*** Issue 98987 has been marked as a duplicate of this issue. ***
Comment 6 Miloslav Metelka 2007-03-26 15:50:32 UTC
Fixed in trunk:
Checking in inc/TokenListUpdater.java;
/cvs/lexer/src/org/netbeans/lib/lexer/inc/TokenListUpdater.java,v  <-- 
TokenListUpdater.java
new revision: 1.8; previous revision: 1.7
done
Checking in TokenList.java;
/cvs/lexer/src/org/netbeans/lib/lexer/TokenList.java,v  <--  TokenList.java
new revision: 1.5; previous revision: 1.4
done

Fixed in release60-m8:
Checking in src/org/netbeans/lib/lexer/TokenList.java;
/cvs/lexer/src/org/netbeans/lib/lexer/TokenList.java,v  <--  TokenList.java
new revision: 1.4.4.1; previous revision: 1.4
done
Checking in src/org/netbeans/lib/lexer/inc/TokenListUpdater.java;
/cvs/lexer/src/org/netbeans/lib/lexer/inc/TokenListUpdater.java,v  <-- 
TokenListUpdater.java
new revision: 1.7.2.1; previous revision: 1.7
Comment 7 Miloslav Metelka 2007-03-26 15:51:00 UTC
*** Issue 98841 has been marked as a duplicate of this issue. ***
Comment 8 Dusan Balek 2007-03-27 08:28:26 UTC
*** Issue 99071 has been marked as a duplicate of this issue. ***
Comment 9 Dusan Balek 2007-03-27 08:51:59 UTC
*** Issue 98907 has been marked as a duplicate of this issue. ***
Comment 10 Martin Schovanek 2007-03-27 15:52:06 UTC
Please can you verify the fix in the latest M8 build?
Comment 11 Jiri Prox 2007-03-27 16:01:26 UTC
verified in m8 and trunk