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 184203 - [69cat] java.util.NoSuchElementException at org.netbeans.lib.lexer.TokenSequenceList$Itr.next
Summary: [69cat] java.util.NoSuchElementException at org.netbeans.lib.lexer.TokenSeque...
Status: RESOLVED DUPLICATE of bug 184116
Alias: None
Product: editor
Classification: Unclassified
Component: Lexer (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@editor
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-14 18:46 UTC by schkovich
Modified: 2010-04-16 10:32 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 168048


Attachments
stacktrace (1.90 KB, text/plain)
2010-04-14 18:46 UTC, schkovich
Details

Note You need to log in before you can comment on or make changes to this bug.
Description schkovich 2010-04-14 18:46:42 UTC
Build: NetBeans IDE Dev (Build 201004140201)
VM: Java HotSpot(TM) 64-Bit Server VM, 14.1-b02, Java(TM) SE Runtime Environment, 1.6.0_15-b03
OS: Linux

User Comments:
schkovich: After invoking code completion I created from code template switch block. Error was thrown on over-typing suggested value for the first case.




Stacktrace: 
java.util.NoSuchElementException
   at org.netbeans.lib.lexer.TokenSequenceList$Itr.next(TokenSequenceList.java:247)
   at org.netbeans.lib.lexer.TokenSequenceList$Itr.next(TokenSequenceList.java:233)
   at org.netbeans.modules.spellchecker.bindings.htmlxml.HtmlTokenList.setStartOffset(HtmlTokenList.java:86)
   at org.netbeans.modules.spellchecker.ComponentPeer$3.run(ComponentPeer.java:275)
   at org.netbeans.editor.BaseDocument.render(BaseDocument.java:1392)
   at org.netbeans.modules.spellchecker.ComponentPeer.process(ComponentPeer.java:269)
Comment 1 schkovich 2010-04-14 18:46:46 UTC
Created attachment 97389 [details]
stacktrace
Comment 2 Vitezslav Stejskal 2010-04-16 10:32:26 UTC

*** This bug has been marked as a duplicate of bug 184116 ***