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 269600 - ClassCastException: org.netbeans.lib.lexer.token.PartToken cannot be cast to org.netbeans.lib.lexer.token.JoinToken
Summary: ClassCastException: org.netbeans.lib.lexer.token.PartToken cannot be cast to ...
Status: NEW
Alias: None
Product: editor
Classification: Unclassified
Component: Lexer (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-19 10:44 UTC by Exceptions Reporter
Modified: 2017-01-19 10:44 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 227745


Attachments
stacktrace (4.79 KB, text/plain)
2017-01-19 10:44 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2017-01-19 10:44:57 UTC
This bug was originally marked as duplicate of bug 171339, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Windows 10

User Comments:
GUEST: erasing some text from inside a td tag?? like wtf




Stacktrace: 
java.lang.ClassCastException: org.netbeans.lib.lexer.token.PartToken cannot be cast to org.netbeans.lib.lexer.token.JoinToken
   at org.netbeans.lib.lexer.inc.TokenListUpdater.updateJoined(TokenListUpdater.java:369)
   at org.netbeans.lib.lexer.inc.TokenHierarchyUpdate$UpdateItem.update(TokenHierarchyUpdate.java:347)
   at org.netbeans.lib.lexer.inc.TokenHierarchyUpdate.processLevelInfos(TokenHierarchyUpdate.java:225)
   at org.netbeans.lib.lexer.inc.TokenHierarchyUpdate.updateImpl(TokenHierarchyUpdate.java:196)
   at org.netbeans.lib.lexer.inc.TokenHierarchyUpdate.update(TokenHierarchyUpdate.java:134)
   at org.netbeans.lib.lexer.TokenHierarchyOperation.textModified(TokenHierarchyOperation.java:605)
Comment 1 Exceptions Reporter 2017-01-19 10:44:58 UTC
Created attachment 163430 [details]
stacktrace