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 254604 - java.util.ConcurrentModificationException at java.util.ArrayList.sort
Summary: java.util.ConcurrentModificationException at java.util.ArrayList.sort
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Autoupdate (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Libor Fischmeistr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-21 20:17 UTC by Michel Graciano
Modified: 2015-08-21 20:17 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 219354


Attachments
stacktrace (8.27 KB, text/plain)
2015-08-21 20:17 UTC, Michel Graciano
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michel Graciano 2015-08-21 20:17:33 UTC
Build: NetBeans IDE Dev (Build 20150818-602910034ac6)
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:
hmichel: Added Plugin Portal to a development build IDE




Stacktrace: 
java.util.ConcurrentModificationException
   at java.util.ArrayList.sort(ArrayList.java:1456)
   at java.util.Collections.sort(Collections.java:175)
   at org.netbeans.modules.autoupdate.services.UpdateUnitImpl.identifyUpdates(UpdateUnitImpl.java:232)
   at org.netbeans.modules.autoupdate.services.UpdateUnitImpl.getAvailableUpdates(UpdateUnitImpl.java:92)
   at org.netbeans.api.autoupdate.UpdateUnit.getAvailableUpdates(UpdateUnit.java:94)
   at org.netbeans.modules.autoupdate.ui.Utilities.makeAvailableCategories(Utilities.java:339)
Comment 1 Michel Graciano 2015-08-21 20:17:36 UTC
Created attachment 155540 [details]
stacktrace