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 - AssertionError from TokenListUpdater.update
Summary: AssertionError from TokenListUpdater.update
Status: VERIFIED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Lexer (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: issues@editor
URL:
Keywords:
: 98841 98907 99071 (view as bug list)
Depends on:
Blocks: 98171
  Show dependency tree
 
Reported: 2007-03-23 22:42 UTC by Jesse Glick
Modified: 2007-03-27 16:01 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Stack traces (13.39 KB, text/plain)
2007-03-23 22:43 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
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