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 232382 - java.util.ConcurrentModificationException at org.openide.util.WeakSet$SharedKeyWeakHashMap$HashIterator.nextEntry
Summary: java.util.ConcurrentModificationException at org.openide.util.WeakSet$SharedK...
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Bugzilla (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-08 12:14 UTC by Ondrej Vrabec
Modified: 2013-07-13 02:02 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 201974


Attachments
stacktrace (1.65 KB, text/plain)
2013-07-08 12:14 UTC, Ondrej Vrabec
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ondrej Vrabec 2013-07-08 12:14:52 UTC
Build: NetBeans IDE Dev (Build 20130703-cb4f5a91c09f)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b15
OS: Linux

User Comments:
ovrabec: started the IDE and getting a coffee




Stacktrace: 
java.util.ConcurrentModificationException
   at org.openide.util.WeakSet$SharedKeyWeakHashMap$HashIterator.nextEntry(WeakSet.java:1010)
   at org.openide.util.WeakSet$SharedKeyWeakHashMap$KeyIterator.next(WeakSet.java:1052)
   at org.netbeans.modules.bugzilla.autoupdate.BugzillaAutoupdate$AutoupdateCallback.getServerVersion(BugzillaAutoupdate.java:129)
   at org.netbeans.modules.bugtracking.util.AutoupdateSupport.checkAndNotify(AutoupdateSupport.java:120)
   at org.netbeans.modules.bugzilla.autoupdate.BugzillaAutoupdate.checkAndNotify(BugzillaAutoupdate.java:94)
   at org.netbeans.modules.bugzilla.commands.BugzillaExecutor.checkAutoupdate(BugzillaExecutor.java:568)
Comment 1 Ondrej Vrabec 2013-07-08 12:14:54 UTC
Created attachment 136816 [details]
stacktrace
Comment 2 Tomas Stupka 2013-07-11 13:38:10 UTC
fixed in core-main #f24436b3aee2
Comment 3 Quality Engineering 2013-07-13 02:02:32 UTC
Integrated into 'main-silver', will be available in build *201307122300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/f24436b3aee2
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #232382 - java.util.ConcurrentModificationException at org.openide.util.WeakSet$SharedKeyWeakHashMap$HashIterator.nextEntry