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 9607 - NoSuchElementException occured
Summary: NoSuchElementException occured
Status: CLOSED WONTFIX
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 3.x
Hardware: PC Linux
: P4 normal (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-02-14 08:45 UTC by Svata Dedic
Modified: 2002-07-19 15:17 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Svata Dedic 2001-02-14 08:45:06 UTC
I'm not sure if this does not fit into debuggercore, if so, please reassign. The
bug occured after the debugger stopped on a breakpoint; no watches were defined
at the time, however variable tab was selected. The debuggee stoped with a
message in the status bar. After the exception was thrown, current PC line was
not highlighted - but the debugger responded to CTRL-F5. When the same
breakpoint was hit a while after, everything was OK.

java.util.NoSuchElementException
        at java.util.WeakHashMap$1.next(WeakHashMap.java:384)
        at java.util.AbstractMap$2.next(AbstractMap.java:368)
        at java.util.AbstractCollection.toArray(AbstractCollection.java:173)
        at java.util.ArrayList.<init>(ArrayList.java:121)
        at
org.netbeans.modules.debugger.support.util.Validator.validate(Validator.java:71)
        at
org.netbeans.modules.debugger.support.AbstractDebugger.updateWatches(AbstractDebugger.java:806)
        at
org.netbeans.modules.debugger.support.AbstractThread.setCurrent(AbstractThread.java:204)
        at
org.netbeans.modules.debugger.jpda.JPDADebugger$7.run(JPDADebugger.java:1028)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:154)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:331)
[catch] at
java.awt.EventDispatchThread.pumpOneEvent(EventDispatchThread.java:103)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:84)
Comment 1 Jan Stola 2001-02-14 15:38:59 UTC
*** This bug has been marked as a duplicate of 9084 ***