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 184116 - java.util.NoSuchElementException at org.netbeans.lib.lexer.TokenSequenceList$Itr.next
Summary: java.util.NoSuchElementException at org.netbeans.lib.lexer.TokenSequenceList$...
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Lexer (show other bugs)
Version: 6.x
Hardware: All All
: P2 normal (vote)
Assignee: Marek Fukala
URL:
Keywords:
: 184189 184203 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-04-14 09:39 UTC by rmatous
Modified: 2010-04-16 10:32 UTC (History)
5 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 168001


Attachments
stacktrace (2.72 KB, text/plain)
2010-04-14 09:40 UTC, rmatous
Details
stacktrace (2.11 KB, text/plain)
2010-04-14 17:01 UTC, laurin1
Details
stacktrace (2.11 KB, text/plain)
2010-04-14 17:04 UTC, laurin1
Details
stacktrace (2.13 KB, text/plain)
2010-04-16 09:17 UTC, Martin Fousek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rmatous 2010-04-14 09:39:59 UTC
Build: NetBeans IDE Dev (Build 100414-ebc4ae0d2b74)
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:
troodon: Clicking on a function in the navigator




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 rmatous 2010-04-14 09:40:05 UTC
Created attachment 97292 [details]
stacktrace
Comment 2 rmatous 2010-04-14 10:52:18 UTC
Seems like spellchecker impl. is the culprit
Comment 3 Marek Fukala 2010-04-14 10:57:32 UTC
fixed in web-main#90eb9fce7a2d

it used to happen in files w/o any html code.
Comment 4 laurin1 2010-04-14 17:01:44 UTC
Created attachment 97381 [details]
stacktrace
Comment 5 laurin1 2010-04-14 17:04:43 UTC
Created attachment 97382 [details]
stacktrace
Comment 6 Martin Fousek 2010-04-16 09:17:02 UTC
Created attachment 97509 [details]
stacktrace
Comment 7 Vitezslav Stejskal 2010-04-16 10:28:30 UTC
*** Bug 184189 has been marked as a duplicate of this bug. ***
Comment 8 Vitezslav Stejskal 2010-04-16 10:32:26 UTC
*** Bug 184203 has been marked as a duplicate of this bug. ***