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

Summary: java.util.ConcurrentModificationException at java.util.ArrayList.sort
Product: platform Reporter: Michel Graciano <hmichel>
Component: AutoupdateAssignee: Libor Fischmeistr <lfischmeistr>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 219354
Attachments: stacktrace

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