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 172011 - ClassCastException: org.netbeans.lib.lexer.token.TextToken cannot be cast to org.netbeans.lib.lexer.token.JoinToken
Summary: ClassCastException: org.netbeans.lib.lexer.token.TextToken cannot be cast to ...
Status: RESOLVED DUPLICATE of bug 171339
Alias: None
Product: editor
Classification: Unclassified
Component: Lexer (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@editor
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-11 10:27 UTC by Martin Schovanek
Modified: 2009-09-14 17:18 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 72433


Attachments
stacktrace (2.18 KB, text/plain)
2009-09-11 10:28 UTC, Martin Schovanek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Schovanek 2009-09-11 10:27:54 UTC
Build: NetBeans IDE Dev (Build 200909081533)
VM: Java HotSpot(TM) 64-Bit Server VM, 14.1-b02-92, Java(TM) SE Runtime Environment, 1.6.0_15-b03-226
OS: Mac OS X, 10.5.8, x86_64

User Comments:
mschovanek: See /Users/ms113234/Downloads/projects/EtrakWebApp/web/jsp/accounting/VendorsWithPurchases.jsp line 20. You can download the sources at: http://beetle.czech/~jb105785/projects.rar

GUEST: adding select to table cell.  
Typed:
<select name=
when error occured.



Stacktrace: 
java.lang.ClassCastException: org.netbeans.lib.lexer.token.TextToken cannot be cast to org.netbeans.lib.lexer.token.JoinToken
        at org.netbeans.lib.lexer.inc.TokenListUpdater.updateJoined(TokenListUpdater.java:361)
        at org.netbeans.lib.lexer.inc.TokenHierarchyUpdate$UpdateItem.update(TokenHierarchyUpdate.java:342)
        at org.netbeans.lib.lexer.inc.TokenHierarchyUpdate.processLevelInfos(TokenHierarchyUpdate.java:220)
        at org.netbeans.lib.lexer.inc.TokenHierarchyUpdate.updateCreateOrRemoveEmbedding(TokenHierarchyUpdate.java:209)
        at org.netbeans.lib.lexer.EmbeddingContainer.createEmbedding(EmbeddingContainer.java:316)
        at org.netbeans.api.lexer.TokenSequence.createEmbedding(TokenSequence.java:418)
Comment 1 Martin Schovanek 2009-09-11 10:28:00 UTC
Created attachment 87487 [details]
stacktrace
Comment 2 Exceptions Reporter 2009-09-11 10:28:06 UTC
This issue already has 9 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=72433
Comment 3 Miloslav Metelka 2009-09-14 17:18:22 UTC
When opening the VendorsWithPurchases.jsp I first get an exception similar to issue 171339. So I close this as a
duplicate of the other issue because once that one gets eliminated this one should be gone as well.

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