Atwix / phpstorm-plugin-feedback

6 stars 0 forks source link

[Bug] java.util.ConcurrentModificationException #28

Closed norgeindian closed 1 year ago

norgeindian commented 1 year ago

Describe the bug (*)

Please, describe as much as possible about of what the bug is. It will help to solve this issue faster.

StackTrace from IDE

java.util.ConcurrentModificationException
    at java.base/java.util.ArrayList$Itr.checkForComodification(ArrayList.java:1013)
    at java.base/java.util.ArrayList$Itr.next(ArrayList.java:967)
    at kotlinx.collections.immutable.implementations.immutableList.PersistentVectorBuilder.copyToBuffer(PersistentVectorBuilder.kt:199)
    at kotlinx.collections.immutable.implementations.immutableList.PersistentVectorBuilder.addAll(PersistentVectorBuilder.kt:182)
    at kotlinx.collections.immutable.implementations.immutableList.SmallPersistentVector.addAll(SmallPersistentVector.kt:48)
    at kotlinx.collections.immutable.ExtensionsKt.plus(extensions.kt:158)
    at kotlinx.collections.immutable.ExtensionsKt.toPersistentList(extensions.kt:605)
    at kotlinx.collections.immutable.ExtensionsKt.toImmutableList(extensions.kt:580)
    at com.atwix.magento.feature.controller.ControllerListService.get(ControllerListService.kt:24)
    at com.atwix.magento.feature.controller.action.searcheverywhere.ControllerSEContributor.fetchWeightedElements$lambda-1(ControllerSEContributor.kt:67)
    at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:878)
    at com.atwix.magento.feature.controller.action.searcheverywhere.ControllerSEContributor.fetchWeightedElements(ControllerSEContributor.kt:66)
    at com.intellij.ide.actions.searcheverywhere.MixedResultsSearcher$ContributorSearchTask.run(MixedResultsSearcher.java:183)
    at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:227)
    at com.intellij.util.ConcurrencyUtil.lambda$underThreadNameRunnable$3(ConcurrencyUtil.java:215)
    at com.intellij.openapi.application.impl.ApplicationImpl$1.run(ApplicationImpl.java:252)
    at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
    at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
    at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
    at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
    at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:702)
    at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:699)
    at java.base/java.security.AccessController.doPrivileged(AccessController.java:399)
    at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Executors.java:699)
    at java.base/java.lang.Thread.run(Thread.java:833)

To Reproduce (*)

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Screenshots

If applicable, add screenshots to help explain your problem.

System information:

bohdan-harniuk commented 1 year ago

Hello, @norgeindian!

We've fixed this bug. Fix will be available in the upcoming release: 2023.4.0.

Regards,

bohdan-harniuk commented 1 year ago

Hi @norgeindian,

New release 2023.4 is publicly available. I am closing this issue as solved.

Regards,