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 184189 - [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: web
Classification: Unclassified
Component: HTML Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-14 16:22 UTC by jstevison
Modified: 2010-04-16 10:28 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 168017


Attachments
stacktrace (3.33 KB, text/plain)
2010-04-14 16:23 UTC, jstevison
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jstevison 2010-04-14 16:22:48 UTC
Build: NetBeans IDE Dev (Build 201004140201)
VM: Java HotSpot(TM) 64-Bit Server VM, 14.3-b01-101, Java(TM) SE Runtime Environment, 1.6.0_17-b04-248-10M3025
OS: Mac OS X

User Comments:
jstevison: Clicked on an error in a PHP file.

GUEST: loaded a new php doc.




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$9.run(ComponentPeer.java:575)
   at org.netbeans.editor.BaseDocument.render(BaseDocument.java:1392)
   at org.netbeans.modules.spellchecker.ComponentPeer.computeHint(ComponentPeer.java:572)
Comment 1 jstevison 2010-04-14 16:23:00 UTC
Created attachment 97373 [details]
stacktrace
Comment 2 Vitezslav Stejskal 2010-04-16 10:00:20 UTC
Most likely in org.netbeans.modules.spellchecker.bindings.htmlxml.HtmlTokenList.setStartOffset(HtmlTokenList.java:86)

I'm not sure though where spellchecker htmlxml bindigs bugs should be filed to. Trying web/html...
Comment 3 Vitezslav Stejskal 2010-04-16 10:28:30 UTC

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