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 - AssertionError at org.netbeans.lib.lexer.inc.TokenListListUpdate.markRemovedMember
Summary: AssertionError at org.netbeans.lib.lexer.inc.TokenListListUpdate.markRemovedM...
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: 2015-09-07 19:31 UTC by pmaselkowski
Modified: 2015-09-07 19:33 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 219762


Attachments
stacktrace (4.96 KB, text/plain)
2015-09-07 19:31 UTC, pmaselkowski
Details

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