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 238784 - AssertionError at org.netbeans.lib.lexer.inc.TokenListListUpdate.markRemovedMember
Summary: AssertionError at org.netbeans.lib.lexer.inc.TokenListListUpdate.markRemovedM...
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Lexer (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
: 239931 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-11-25 15:43 UTC by Exceptions Reporter
Modified: 2014-01-06 14:35 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 205558


Attachments
stacktrace (5.60 KB, text/plain)
2013-11-25 15:43 UTC, Exceptions Reporter
Details
stacktrace (5.17 KB, text/plain)
2013-11-28 11:01 UTC, Maksim Khramov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2013-11-25 15:43:17 UTC
This bug was originally marked as duplicate of bug 202169, 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 201311210002)
VM: OpenJDK 64-Bit Server VM, 24.45-b08, OpenJDK Runtime Environment, 1.7.0_45-b31
OS: Linux

User Comments:
GUEST: Added quotes around a string.




Stacktrace: 
java.lang.AssertionError
   at org.netbeans.lib.lexer.inc.TokenListListUpdate.markRemovedMember(TokenListListUpdate.java:151)
   at org.netbeans.lib.lexer.inc.TokenHierarchyUpdate$UpdateItem.internalMarkRemovedMember(TokenHierarchyUpdate.java:588)
   at org.netbeans.lib.lexer.inc.TokenHierarchyUpdate$UpdateItem.collectRemovedEmbeddings(TokenHierarchyUpdate.java:552)
   at org.netbeans.lib.lexer.inc.TokenHierarchyUpdate$UpdateItem.collectRemovedEmbeddings(TokenHierarchyUpdate.java:535)
   at org.netbeans.lib.lexer.inc.TokenHierarchyUpdate$UpdateItem.update(TokenHierarchyUpdate.java:383)
   at org.netbeans.lib.lexer.inc.TokenHierarchyUpdate.processLevelInfos(TokenHierarchyUpdate.java:226)
Comment 1 Exceptions Reporter 2013-11-25 15:43:19 UTC
Created attachment 142552 [details]
stacktrace
Comment 2 Maksim Khramov 2013-11-28 11:01:14 UTC
Created attachment 142669 [details]
stacktrace

Edit JSP code
Comment 3 Miloslav Metelka 2013-12-11 16:25:18 UTC
I've made a fix that should resolve the problem:
http://hg.netbeans.org/jet-main/rev/eca661996ff3

I guess that the problem is random but if it would persist after the fix please reopen the issue.
Comment 4 Miloslav Metelka 2014-01-06 14:35:02 UTC
*** Bug 239931 has been marked as a duplicate of this bug. ***