suskycode / database-navigator

Automatically exported from code.google.com/p/database-navigator
0 stars 0 forks source link

NPE trying to resolve object filter for virtual connection #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
java.lang.NullPointerException
    at com.dci.intellij.dbn.object.common.list.DBObjectListImpl.getFilter(DBObjectListImpl.java:51)
    at com.dci.intellij.dbn.common.content.DynamicContentImpl.isDirty(DynamicContentImpl.java:102)
    at com.dci.intellij.dbn.common.content.DynamicContentImpl.shouldLoad(DynamicContentImpl.java:306)
    at com.dci.intellij.dbn.common.content.DynamicContentImpl.load(DynamicContentImpl.java:136)
    at com.dci.intellij.dbn.common.content.DynamicContentImpl.getElements(DynamicContentImpl.java:265)
    at com.dci.intellij.dbn.object.common.DBVirtualObject.getChildObjectList(DBVirtualObject.java:104)
    at com.dci.intellij.dbn.object.common.DBVirtualObject.getChildObject(DBVirtualObject.java:82)
    at com.dci.intellij.dbn.language.common.psi.IdentifierPsiElement.resolveWithinQualifiedIdentifierElement(IdentifierPsiElement.java:326)
    at com.dci.intellij.dbn.language.common.psi.IdentifierPsiElement.resolve(IdentifierPsiElement.java:459)
    at com.intellij.codeInsight.TargetElementUtilBase.getReferenceOrReferencedElement(TargetElementUtilBase.java:291)
    at com.intellij.codeInsight.TargetElementUtil.getReferenceOrReferencedElement(TargetElementUtil.java:86)
    at com.intellij.codeInsight.TargetElementUtilBase.findTargetElement(TargetElementUtilBase.java:180)
    at com.intellij.codeInsight.TargetElementUtil.findTargetElement(TargetElementUtil.java:53)
    at com.intellij.codeInsight.daemon.impl.IdentifierHighlighterPass.doCollectInformation(IdentifierHighlighterPass.java:100)
    at com.intellij.codeHighlighting.TextEditorHighlightingPass.collectInformation(TextEditorHighlightingPass.java:62)
    at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass$1$1.run(PassExecutorService.java:357)
    at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:1118)
    at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass$1.run(PassExecutorService.java:348)
    at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:231)
    at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.doRun(PassExecutorService.java:345)
    at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.run(PassExecutorService.java:321)
    at com.intellij.concurrency.JobLauncherImpl$3.call(JobLauncherImpl.java:129)
    at com.intellij.concurrency.JobLauncherImpl$3.call(JobLauncherImpl.java:126)
    at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
    at java.util.concurrent.FutureTask.run(FutureTask.java:138)
    at com.intellij.concurrency.PrioritizedFutureTask.access$101(PrioritizedFutureTask.java:31)
    at com.intellij.concurrency.PrioritizedFutureTask$1.run(PrioritizedFutureTask.java:70)
    at com.intellij.concurrency.PrioritizedFutureTask.run(PrioritizedFutureTask.java:113)
    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
    at java.lang.Thread.run(Thread.java:619)

Original issue reported on code.google.com by cioca...@googlemail.com on 6 Sep 2012 at 7:47

GoogleCodeExporter commented 9 years ago

Original comment by cioca...@googlemail.com on 16 Sep 2012 at 8:27