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 201645 - java.util.ConcurrentModificationException at java.util.HashMap$HashIterator.nextEntry
Summary: java.util.ConcurrentModificationException at java.util.HashMap$HashIterator.n...
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-05 15:11 UTC by tim_sa
Modified: 2011-09-07 14:29 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 180940


Attachments
stacktrace (1.97 KB, text/plain)
2011-09-05 15:12 UTC, tim_sa
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tim_sa 2011-09-05 15:11:56 UTC
This issue was reported manually by tim_sa.
It already has 1 duplicates 


Build: NetBeans IDE Dev (Build 201109040600)
VM: Java HotSpot(TM) 64-Bit Server VM, 21.0-b17, Java(TM) SE Runtime Environment, 1.7.0-b147
OS: Windows 7

User Comments:
tim_sa: ran a clean & build on a maven webapp




Stacktrace: 
java.util.ConcurrentModificationException
   at java.util.HashMap$HashIterator.nextEntry(HashMap.java:806)
   at java.util.HashMap$ValueIterator.next(HashMap.java:835)
   at org.netbeans.modules.maven.problems.BatchProblemNotifier.resolved(BatchProblemNotifier.java:135)
   at org.netbeans.modules.maven.problems.ProblemReporterImpl$2.fileDataCreated(ProblemReporterImpl.java:113)
   at org.openide.filesystems.FileUtil$Holder.someChange(FileUtil.java:463)
   at org.openide.filesystems.FileUtil$Holder.fileFolderCreated(FileUtil.java:522)
Comment 1 tim_sa 2011-09-05 15:12:00 UTC
Created attachment 110406 [details]
stacktrace
Comment 2 Jesse Glick 2011-09-06 20:17:23 UTC
core-main #b226a1ad92eb
Comment 3 Quality Engineering 2011-09-07 14:29:33 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/b226a1ad92eb
User: Jesse Glick <jglick@netbeans.org>
Log: #201645: java.util.ConcurrentModificationException at java.util.HashMap$HashIterator.nextEntry