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 253961

Summary: java.util.ConcurrentModificationException at java.util.ArrayList$Itr.checkForComodification
Product: platform Reporter: mienamoo
Component: Plugin ManagerAssignee: Libor Fischmeistr <lfischmeistr>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 218853
Attachments: stacktrace

Description mienamoo 2015-07-29 18:03:09 UTC
Build: NetBeans IDE 8.1 Beta (Build 201507282201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.45-b02, Java(TM) SE Runtime Environment, 1.8.0_45-b14
OS: Windows 8

User Comments:
mienamoo: I created a module suite, excluded all modules except for those in platform, and started the suite up. Then I went into the plugin manager, and selected the available plugins tab. This exception occurred.




Stacktrace: 
java.util.ConcurrentModificationException
   at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:901)
   at java.util.ArrayList$Itr.next(ArrayList.java:851)
   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.table.TableRowSorter$TableRowSorterModelWrapper.getRowCount(TableRowSorter.java:265)
Comment 1 mienamoo 2015-07-29 18:03:14 UTC
Created attachment 155021 [details]
stacktrace