You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This just popped up as an “IDE error” balloon. Unfortunately I am not sure about the exact circumstances, I was clicking around in the diff-view of some PHP files from incoming SVN commits.
Argument for @NotNull parameter 'decorated' of fr/adrienbrault/idea/symfony2plugin/util/dict/ServiceUtil.getLineMarkerForDecoratedServiceId must not be null
java.lang.IllegalArgumentException: Argument for @NotNull parameter 'decorated' of fr/adrienbrault/idea/symfony2plugin/util/dict/ServiceUtil.getLineMarkerForDecoratedServiceId must not be null
at fr.adrienbrault.idea.symfony2plugin.util.dict.ServiceUtil.$$$reportNull$$$0(ServiceUtil.java)
at fr.adrienbrault.idea.symfony2plugin.util.dict.ServiceUtil.getLineMarkerForDecoratedServiceId(ServiceUtil.java)
at fr.adrienbrault.idea.symfony2plugin.dic.linemarker.YamlLineMarkerProvider.visitServiceId(YamlLineMarkerProvider.java:66)
at fr.adrienbrault.idea.symfony2plugin.dic.linemarker.YamlLineMarkerProvider.lambda$collectSlowLineMarkers$1(YamlLineMarkerProvider.java:45)
at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175)
at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1376)
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
at fr.adrienbrault.idea.symfony2plugin.dic.linemarker.YamlLineMarkerProvider.collectSlowLineMarkers(YamlLineMarkerProvider.java:45)
at com.intellij.codeInsight.daemon.impl.LineMarkersPass.a(LineMarkersPass.java:212)
at com.intellij.codeInsight.daemon.impl.LineMarkersPass.a(LineMarkersPass.java:119)
at com.intellij.codeInsight.daemon.impl.Divider.divideInsideAndOutsideInOneRoot(Divider.java:96)
at com.intellij.codeInsight.daemon.impl.LineMarkersPass.doCollectInformation(LineMarkersPass.java:106)
at com.intellij.codeHighlighting.TextEditorHighlightingPass.collectInformation(TextEditorHighlightingPass.java:70)
at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.d(PassExecutorService.java:438)
at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:1161)
at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.b(PassExecutorService.java:431)
at com.intellij.openapi.progress.impl.CoreProgressManager.a(CoreProgressManager.java:548)
at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:493)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:94)
at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.c(PassExecutorService.java:430)
at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.a(PassExecutorService.java:406)
at com.intellij.openapi.application.impl.ReadMostlyRWLock.executeByImpatientReader(ReadMostlyRWLock.java:142)
at com.intellij.openapi.application.impl.ApplicationImpl.executeByImpatientReader(ApplicationImpl.java:250)
at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.run(PassExecutorService.java:404)
at com.intellij.concurrency.JobLauncherImpl$VoidForkJoinTask$1.exec(JobLauncherImpl.java:165)
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)
PhpStorm 2017.2 (Build #PS-172.3317.83, built on July 18, 2017)
JRE: 1.8.0_152-release-855-b1 x86_64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Mac OS X 10.9.5
Symfony Plugin Version: 0.14.148
The text was updated successfully, but these errors were encountered:
This just popped up as an “IDE error” balloon. Unfortunately I am not sure about the exact circumstances, I was clicking around in the diff-view of some PHP files from incoming SVN commits.
PhpStorm 2017.2 (Build #PS-172.3317.83, built on July 18, 2017)
JRE: 1.8.0_152-release-855-b1 x86_64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Mac OS X 10.9.5
Symfony Plugin Version: 0.14.148
The text was updated successfully, but these errors were encountered: