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 255068

Summary: AssertionError at org.netbeans.lib.lexer.inc.TokenListListUpdate.markRemovedMember
Product: editor Reporter: pmaselkowski
Component: LexerAssignee: Miloslav Metelka <mmetelka>
Status: NEW ---    
Severity: normal CC: pmaselkowski
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 219762
Attachments: stacktrace

Description pmaselkowski 2015-09-07 19:31:11 UTC
This bug was originally marked as duplicate of bug 238784, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201508100002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.51-b03, Java(TM) SE Runtime Environment, 1.8.0_51-b16
OS: Linux

User Comments:
pmaselkowski: Used alt+arrow to move code block comment from javascript's 'script' tag to php code fragment




Stacktrace: 
java.lang.AssertionError
   at org.netbeans.lib.lexer.inc.TokenListListUpdate.markRemovedMember(TokenListListUpdate.java:166)
   at org.netbeans.lib.lexer.inc.TokenHierarchyUpdate$UpdateItem.internalMarkRemovedMember(TokenHierarchyUpdate.java:586)
   at org.netbeans.lib.lexer.inc.TokenHierarchyUpdate$UpdateItem.collectRemovedEmbeddings(TokenHierarchyUpdate.java:546)
   at org.netbeans.lib.lexer.inc.TokenHierarchyUpdate$UpdateItem.collectRemovedEmbeddings(TokenHierarchyUpdate.java:529)
   at org.netbeans.lib.lexer.inc.JoinTokenListChange.collectAddedRemovedEmbeddings(JoinTokenListChange.java:369)
   at org.netbeans.lib.lexer.inc.TokenHierarchyUpdate$UpdateItem.update(TokenHierarchyUpdate.java:380)
Comment 1 pmaselkowski 2015-09-07 19:31:13 UTC
Created attachment 155947 [details]
stacktrace