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 150035 - LogRecords$FakeException : java.util.ConcurrentModificationException
Summary: LogRecords$FakeException : java.util.ConcurrentModificationException
Status: CLOSED DUPLICATE of bug 108126
Alias: None
Product: ide
Classification: Unclassified
Component: Timers (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jaroslav Tulach
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-14 10:14 UTC by Lukas Hasik
Modified: 2011-05-24 13:46 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 938


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lukas Hasik 2008-10-14 10:14:27 UTC
Build: NetBeans IDE 6.0 Preview (M9, build 070502)
VM: Java HotSpot(TM) Client VM, 1.6.0_02-b06
OS: Windows XP, 5.1, x86
User comments: was just compiling
STACKTRACE: (first 10 lines)
java.util.ConcurrentModificationException
        at java.util.LinkedHashMap$LinkedHashIterator.nextEntry(LinkedHashMap.java:373)
        at java.util.LinkedHashMap$KeyIterator.next(LinkedHashMap.java:384)
        at org.netbeans.modules.timers.TimeComponentPanel.fillTimeTable(TimeComponentPanel.java:160)
        at org.netbeans.modules.timers.TimeComponentPanel.jList1ValueChanged(TimeComponentPanel.java:134)
        at org.netbeans.modules.timers.TimeComponentPanel.access$100(TimeComponentPanel.java:52)
        at org.netbeans.modules.timers.TimeComponentPanel$1.valueChanged(TimeComponentPanel.java:88)
        at javax.swing.JList.fireSelectionValueChanged(JList.java:1765)
        at javax.swing.JList$ListSelectionHandler.valueChanged(JList.java:1779)
        at javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:167)
        at javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:147)
Comment 1 Antonin Nebuzelsky 2008-10-24 17:55:51 UTC
Reassigning to new timers module owner jtulach.
Comment 2 Jaroslav Tulach 2008-10-29 18:36:34 UTC

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