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 202783 - [71cat] java.util.ConcurrentModificationException at java.util.ArrayList$Itr.checkForComodification
Summary: [71cat] java.util.ConcurrentModificationException at java.util.ArrayList$Itr....
Status: RESOLVED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: Plugin Manager (show other bugs)
Version: 7.0
Hardware: All All
: P4 normal (vote)
Assignee: Libor Fischmeistr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-28 15:20 UTC by javydreamercsw
Modified: 2015-02-04 03:32 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 181462


Attachments
stacktrace (2.71 KB, text/plain)
2011-09-28 15:20 UTC, javydreamercsw
Details

Note You need to log in before you can comment on or make changes to this bug.
Description javydreamercsw 2011-09-28 15:20:45 UTC
Build: NetBeans IDE Dev (Build 201109260601)
VM: Java HotSpot(TM) Client VM, 21.0-b17, Java(TM) SE Runtime Environment, 1.7.0-b147
OS: Windows 7

User Comments:
javydreamercsw: Sorting plugins by name




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.autoupdate.ui.UnitCategoryTableModel.getVisibleUnits(UnitCategoryTableModel.java:310)
   at org.netbeans.modules.autoupdate.ui.UnitCategoryTableModel.getVisibleUnits(UnitCategoryTableModel.java:305)
   at org.netbeans.modules.autoupdate.ui.UnitCategoryTableModel.getRowCount(UnitCategoryTableModel.java:326)
   at javax.swing.JTable.getRowCount(JTable.java:2665)
Comment 1 javydreamercsw 2011-09-28 15:20:49 UTC
Created attachment 111285 [details]
stacktrace
Comment 2 Quality Engineering 2015-02-04 03:32:37 UTC
Reported for 7.3.x or earlier, no new info since then -> closing as worksforme, please reopen in case you see it.