|
|
|
Build 6784
Reported by Dan User description: while editing Error message: Argument 1 for @NotNull parameter of com/siyeh/ig/psiutils/VariableAccessUtils.variableIsAssigned must not be null java.lang.IllegalArgumentException: Argument 1 for @NotNull parameter of com/siyeh/ig/psiutils/VariableAccessUtils.variableIsAssigned must not be null at com.siyeh.ig.psiutils.VariableAccessUtils.variableIsAssigned(VariableAccessUtils.java) at com.siyeh.ig.jdk15.ForCanBeForeachInspection.isIndexedListLoopStatement(ForCanBeForeachInspection.java:847) at com.siyeh.ig.jdk15.ForCanBeForeachInspection.access$200(ForCanBeForeachInspection.java:49) at com.siyeh.ig.jdk15.ForCanBeForeachInspection$ForCanBeForeachVisitor.visitForStatement(ForCanBeForeachInspection.java:787) at com.intellij.psi.impl.source.tree.java.PsiForStatementImpl.accept(PsiForStatementImpl.java:137) at com.intellij.codeInsight.daemon.impl.LocalInspectionsPass$1$1.run(LocalInspectionsPass.java:134) at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:145) at com.intellij.codeInsight.daemon.impl.LocalInspectionsPass$1.run(LocalInspectionsPass.java:121) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:417) at com.intellij.concurrency.JobImpl.scheduleAndWaitForResults(JobImpl.java:73) at com.intellij.codeInsight.daemon.impl.LocalInspectionsPass.inspect(LocalInspectionsPass.java:154) at com.intellij.codeInsight.daemon.impl.LocalInspectionsPass.inspectRoot(LocalInspectionsPass.java:82) at com.intellij.codeInsight.daemon.impl.LocalInspectionsPass.collectInformationWithProgress(LocalInspectionsPass.java:73) at com.intellij.codeInsight.daemon.impl.ProgressableTextEditorHighlightingPass.doCollectInformation(ProgressableTextEditorHighlightingPass.java:32) at com.intellij.codeHighlighting.TextEditorHighlightingPass.collectInformation(TextEditorHighlightingPass.java:66) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass$1$1.run(PassExecutorService.java:275) at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:575) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass$1.run(PassExecutorService.java:269) at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:145) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.run(PassExecutorService.java:267) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:417) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269) at java.util.concurrent.FutureTask.run(FutureTask.java:123) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675) at java.lang.Thread.run(Thread.java:595) |
|||||||||||||||||||||||||||||||||||||||||||||||||
Reported by Olesya Smirnova
Error message: Argument 1 for @NotNull parameter of com/siyeh/ig/psiutils/VariableAccessUtils.variableIsAssigned must not be null
java.lang.IllegalArgumentException: Argument 1 for @NotNull parameter of com/siyeh/ig/psiutils/VariableAccessUtils.variableIsAssigned must not be null
at com.siyeh.ig.psiutils.VariableAccessUtils.variableIsAssigned(VariableAccessUtils.java)
at com.siyeh.ig.jdk15.ForCanBeForeachInspection.isIndexedListLoopStatement(ForCanBeForeachInspection.java:847)
at com.siyeh.ig.jdk15.ForCanBeForeachInspection.access$200(ForCanBeForeachInspection.java:49)
at com.siyeh.ig.jdk15.ForCanBeForeachInspection$ForCanBeForeachVisitor.visitForStatement(ForCanBeForeachInspection.java:787)
at com.intellij.psi.impl.source.tree.java.PsiForStatementImpl.accept(PsiForStatementImpl.java:137)
at com.intellij.codeInsight.daemon.impl.LocalInspectionsPass$1$1.run(LocalInspectionsPass.java:132)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:145)
at com.intellij.codeInsight.daemon.impl.LocalInspectionsPass$1.run(LocalInspectionsPass.java:119)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:417)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
at java.util.concurrent.FutureTask.run(FutureTask.java:123)
at com.intellij.concurrency.JobImpl.scheduleAndWaitForResults(JobImpl.java:102)
at com.intellij.codeInsight.daemon.impl.LocalInspectionsPass.inspect(LocalInspectionsPass.java:152)
at com.intellij.codeInsight.daemon.impl.LocalInspectionsPass.inspectRoot(LocalInspectionsPass.java:80)
at com.intellij.codeInsight.daemon.impl.LocalInspectionsPass.collectInformationWithProgress(LocalInspectionsPass.java:71)
at com.intellij.codeInsight.daemon.impl.ProgressableTextEditorHighlightingPass.doCollectInformation(ProgressableTextEditorHighlightingPass.java:32)
at com.intellij.codeHighlighting.TextEditorHighlightingPass.collectInformation(TextEditorHighlightingPass.java:66)
at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass$1$1.run(PassExecutorService.java:275)
at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:577)
at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass$1.run(PassExecutorService.java:269)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:145)
at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.run(PassExecutorService.java:267)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:417)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
at java.util.concurrent.FutureTask.run(FutureTask.java:123)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
at java.lang.Thread.run(Thread.java:595)