History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEADEV-15703
Type: Exception Exception
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Bas Leijdekkers
Reporter: Exception Analyzer
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
IDEA: Development

[#4756] IAE: VariableAccessUtils.variableIsAssigned

Created: 28 Mar 07 19:38   Updated: 30 Mar 07 16:29
Component/s: None
Fix Version/s: Selena 6791

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 6,776
Fixed in build: 6,788


 Description  « Hide
exception://4756/
Last updated by
User description: I was typing some code and this exception occurred.
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 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)

 All   Comments   Work Log   Change History      Sort Order:
Exception Analyzer - 29 Mar 07 17:22
Build 6773
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)

Exception Analyzer - 30 Mar 07 16:29
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)