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 147771 - [65cat] java.util.NoSuchElementException at java.util.AbstractList$Itr.next
Summary: [65cat] java.util.NoSuchElementException at java.util.AbstractList$Itr.next
Status: RESOLVED DUPLICATE of bug 147702
Alias: None
Product: web
Classification: Unclassified
Component: CSS Visual Tools (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Marek Fukala
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-19 23:01 UTC by goeh
Modified: 2008-09-22 11:09 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 114755


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description goeh 2008-09-19 23:01:25 UTC
Build: NetBeans IDE Dev (Build 2008-09-19_01-10-32)
VM: Java HotSpot(TM) Client VM, 10.0-b22, Java(TM) SE Runtime Environment, 1.6.0_06-b02
OS: Windows Vista, 6.0, x86
User comments: 
STACKTRACE: (first 10 lines)
java.util.NoSuchElementException
        at java.util.AbstractList$Itr.next(AbstractList.java:350)
        at org.netbeans.modules.css.editor.model.CssModel.parsed(CssModel.java:206)
        at org.netbeans.modules.css.editor.model.CssModelUpdateTask.run(CssModelUpdateTask.java:93)
        at org.netbeans.modules.css.editor.model.CssModelUpdateTask.run(CssModelUpdateTask.java:58)
        at org.netbeans.napi.gsfret.source.Source$CompilationJob.run(Source.java:1374)
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
        at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
        at java.util.concurrent.FutureTask.run(FutureTask.java:138)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
Comment 1 wisetroll 2008-09-21 15:50:44 UTC
Build: NetBeans IDE Dev (Build 200809191401)
VM: Java HotSpot(TM) Client VM, 10.0-b22, Java(TM) SE Runtime Environment, 1.6.0_06-b02
OS: Linux, 2.6.24-19-generic, i386

User Comments:
jacob_c: No matter what I press or do... this error keeps coming up.

mkrauskopf: I've just edited .rhtml file, 'style' element of <span> html element. Then saved the .rhtml, after few second of seemingly unrelated activity the exception happened.

GUEST: Opening a ruby file.

goeh: Opened Grails taglib source file.
Exception came after a few seconds, I had not yet started to type anything.

goeh: This exception is thrown once every minute!
I cannot use this one, I must revert to a previous build.

GUEST: switched tabs

tmysik: switched tab from CSS file to JS file => exception

esmithbss: scrolling down through a Ruby Controller file.



Stacktrace: 
java.util.NoSuchElementException
        at java.util.AbstractList$Itr.next(AbstractList.java:350)
        at org.netbeans.modules.css.editor.model.CssModel.parsed(CssModel.java:206)
        at org.netbeans.modules.css.editor.model.CssModelUpdateTask.run(CssModelUpdateTask.java:93)
        at org.netbeans.modules.css.editor.model.CssModelUpdateTask.run(CssModelUpdateTask.java:58)
        at org.netbeans.napi.gsfret.source.Source$CompilationJob.run(Source.java:1374)
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
Comment 2 Marek Fukala 2008-09-22 11:09:02 UTC

*** This issue has been marked as a duplicate of 147702 ***