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 254398

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

Description homberghp 2015-08-16 13:52:20 UTC
Build: NetBeans IDE 8.1 Beta (Build 201508041349)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.51-b03, Java(TM) SE Runtime Environment, 1.8.0_51-b16
OS: Linux

User Comments:
homberghp: Updating maven index.




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 homberghp 2015-08-16 13:52:22 UTC
Created attachment 155368 [details]
stacktrace