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 - java.util.ConcurrentModificationException at java.util.ArrayList$Itr.checkForComodification
Summary: java.util.ConcurrentModificationException at java.util.ArrayList$Itr.checkFor...
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Plugin Manager (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Libor Fischmeistr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-16 13:52 UTC by homberghp
Modified: 2015-08-16 13:52 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 219185


Attachments
stacktrace (3.27 KB, text/plain)
2015-08-16 13:52 UTC, homberghp
Details

Note You need to log in before you can comment on or make changes to this bug.
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