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 - 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-07-29 18:03 UTC by mienamoo
Modified: 2015-07-29 18:03 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 218853


Attachments
stacktrace (4.38 KB, text/plain)
2015-07-29 18:03 UTC, mienamoo
Details

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