During querying provider Run line marker (class com.intellij.execution.lineMarker.RunLineMarkerProvider)
See original GitHub issueplugin: 3.3.0.4 IntelliJ IDEA 2019.1 Snapshot (Ultimate Edition) Build #IU-191.5109.14, built on February 6, 2019 JRE: 1.8.0_202-release-1483-b4 amd64
During querying provider Run line marker (class com.intellij.execution.lineMarker.RunLineMarkerProvider)
java.lang.ArrayIndexOutOfBoundsException: 2
at io.kotlintest.plugin.intellij.psi.UtilsKt.matchFunction2WithStringAndLambdaArgs(utils.kt:94)
at io.kotlintest.plugin.intellij.psi.FunSpecStyle.testPath(FunSpecStyle.kt:14)
at io.kotlintest.plugin.intellij.psi.FunSpecStyle.isTestElement(FunSpecStyle.kt:9)
at io.kotlintest.plugin.intellij.KotlinTestRunLineMarkerContributor.getInfo(KotlinTestRunLineMarkerContributor.kt:22)
at com.intellij.execution.lineMarker.RunLineMarkerProvider.getLineMarkerInfo(RunLineMarkerProvider.java:49)
at com.intellij.codeInsight.daemon.impl.LineMarkersPass.queryProviders(LineMarkersPass.java:171)
at com.intellij.codeInsight.daemon.impl.LineMarkersPass.lambda$doCollectInformation$3(LineMarkersPass.java:96)
at com.intellij.codeInsight.daemon.impl.Divider.divideInsideAndOutsideInOneRoot(Divider.java:79)
at com.intellij.codeInsight.daemon.impl.LineMarkersPass.doCollectInformation(LineMarkersPass.java:91)
at com.intellij.codeHighlighting.TextEditorHighlightingPass.collectInformation(TextEditorHighlightingPass.java:69)
at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.lambda$null$1(PassExecutorService.java:430)
at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:1166)
at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.lambda$doRun$2(PassExecutorService.java:423)
at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:586)
at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:532)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:86)
at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.doRun(PassExecutorService.java:422)
at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.lambda$run$0(PassExecutorService.java:398)
at com.intellij.openapi.application.impl.ReadMostlyRWLock.executeByImpatientReader(ReadMostlyRWLock.java:164)
at com.intellij.openapi.application.impl.ApplicationImpl.executeByImpatientReader(ApplicationImpl.java:218)
at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.run(PassExecutorService.java:396)
at com.intellij.concurrency.JobLauncherImpl$VoidForkJoinTask$1.exec(JobLauncherImpl.java:174)
at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
Issue Analytics
- State:
- Created 5 years ago
- Comments:15 (10 by maintainers)
Top Results From Across the Web
8. Line Marker Provider | IntelliJ Platform Plugin SDK
A line marker provider annotates usages of Simple Language properties within Java code and provides navigation to the definition of these ...
Read more >hello Project Lombok plugin stopped working on new IntelliJ ...
During querying provider Run line marker (class com.intellij.execution.lineMarker.RunLineMarkerProvider). com.intellij.diagnostic.
Read more >Adding an action to existing line marker provider
I've been wondering if it's possible to add some custom action to existing line marker provider (e.g. RunLineMarkerProvider/ ...
Read more >Adding a new unit test framework to the line marker
I'm looking at integrating a unit test framework into my plugin. ... I'm trying to figure out how to get the "Run Test"...
Read more >LineMarkerProvider not working?!
For that I have created a new class that implements the LineMarkerInfo interface. package de.vag.intellij.marker import ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This is fixed in plugin release 3.3.0.5 Please try that once it’s approved by Jetbrains.
Fixed in 3.3.0.6.