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 268167

Summary: java.util.ConcurrentModificationException at java.util.ArrayList$Itr.checkForComodification
Product: ide Reporter: kRk
Component: CodeAssignee: issues@ide <issues>
Status: NEW ---    
Severity: normal CC: eduardoelias, volodia
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 197644
Attachments: stacktrace

Description kRk 2016-09-23 07:52:20 UTC
Build: NetBeans IDE 8.2 RC (Build 201609140952)
VM: OpenJDK 64-Bit Server VM, 25.91-b14, OpenJDK Runtime Environment, 1.8.0_91-8u91-b14-3ubuntu1~16.04.1-b14
OS: Linux

User Comments:
GUEST: just start netbeans with two open projects in it

kRk: Starting nb

GUEST: merge a lot of changes

GUEST: Merge branches

GUEST: Merge branches

GUEST: Make cherry-pick to copy commit into another branch. Then make push.

volodia: I don`t know why (I wasn`t in front of my computer...)

GUEST: Merge one branch into another

GUEST: Git branch changed after commit




Stacktrace: 
java.util.ConcurrentModificationException
   at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:901)
   at java.util.ArrayList$Itr.next(ArrayList.java:851)
   at de.foopara.phpcsmd.threads.QAThread.qarun(QAThread.java:114)
   at de.foopara.phpcsmd.threads.QAThread.run(QAThread.java:93)
Comment 1 kRk 2016-09-23 07:52:22 UTC
Created attachment 162182 [details]
stacktrace