Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Argument 'decorated' of ServiceUtil.getLineMarkerForDecoratedServiceId must not be null #982

Closed
gkertai opened this issue Jul 24, 2017 · 0 comments
Labels

Comments

@gkertai
Copy link

gkertai commented Jul 24, 2017

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

Haehnchen added a commit that referenced this issue Jul 24, 2017
…erviceUtil.getLineMarkerForDecoratedServiceId must not be null #982
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants