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 214457 - java.util.ConcurrentModificationException at java.util.ArrayList$Itr.checkForComodification
Summary: java.util.ConcurrentModificationException at java.util.ArrayList$Itr.checkFor...
Status: VERIFIED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Milos Kleint
URL:
Keywords:
: 216875 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-06-19 15:59 UTC by aquaglia
Modified: 2012-09-07 14:20 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 187691


Attachments
stacktrace (723 bytes, text/plain)
2012-06-19 15:59 UTC, aquaglia
Details

Note You need to log in before you can comment on or make changes to this bug.
Description aquaglia 2012-06-19 15:59:36 UTC
Build: NetBeans IDE 7.2 RC1 (Build 201206141830)
VM: Java HotSpot(TM) Client VM, 23.1-b03, Java(TM) SE Runtime Environment, 1.7.0_05-b05
OS: Windows XP

Stacktrace: 
java.util.ConcurrentModificationException
   at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:819)
   at java.util.ArrayList$Itr.next(ArrayList.java:791)
   at org.netbeans.modules.maven.problems.ProblemReporterImpl.fireChange(ProblemReporterImpl.java:189)
   at org.netbeans.modules.maven.problems.ProblemReporterImpl.clearReports(ProblemReporterImpl.java:271)
   at org.netbeans.modules.maven.NbMavenProjectImpl.fireProjectReload(NbMavenProjectImpl.java:333)
   at org.netbeans.modules.maven.NbMavenProjectImpl$2.run(NbMavenProjectImpl.java:328)
Comment 1 aquaglia 2012-06-19 15:59:40 UTC
Created attachment 121059 [details]
stacktrace
Comment 2 Milos Kleint 2012-06-20 06:25:46 UTC
https://hg.netbeans.org/core-main/rev/afc30563dcc4
Comment 3 Quality Engineering 2012-06-22 04:51:14 UTC
Integrated into 'main-golden', will be available in build *201206220002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/afc30563dcc4
User: Milos Kleint <mkleint@netbeans.org>
Log: #214457 synchronized listeners handling
Comment 4 Milos Kleint 2012-08-03 12:02:38 UTC
http://hg.netbeans.org/releases/rev/0408e20f98ed
Comment 5 Milos Kleint 2012-08-16 04:42:23 UTC
*** Bug 216875 has been marked as a duplicate of this bug. ***
Comment 6 Quality Engineering 2012-09-01 11:07:32 UTC
Integrated into 'releases', will be available in build *201209010822* or newer. Wait for official and publicly available build.
Changeset: http://hg.netbeans.org/releases/rev/0408e20f98ed
User: Milos Kleint <mkleint@netbeans.org>
Log: #214457 transplant to release72 branch
Comment 7 Tomas Danek 2012-09-07 14:20:16 UTC
fix is transplanted,looks fine & could not reproduce -> verified