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 - java.util.ConcurrentModificationException at java.util.ArrayList$Itr.checkForComodification
Summary: java.util.ConcurrentModificationException at java.util.ArrayList$Itr.checkFor...
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-23 07:52 UTC by kRk
Modified: 2016-09-23 07:52 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 197644


Attachments
stacktrace (301 bytes, text/plain)
2016-09-23 07:52 UTC, kRk
Details

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