-
Notifications
You must be signed in to change notification settings - Fork 0
Description
null
java.lang.NullPointerException
at com.antonzherdev.objd.tp.ObjDTp$3.f(ObjDTp.java:58)
at com.antonzherdev.objd.tp.ObjDTp$3.f(ObjDTp.java:55)
at com.antonzherdev.chain.Option.getOrElse(Option.java:160)
at com.antonzherdev.objd.tp.ObjDTp.getTpForDef(ObjDTp.java:92)
at com.antonzherdev.objd.tp.ObjDTp.getTpForExpression(ObjDTp.java:31)
at com.antonzherdev.objd.psi.impl.ObjDPsiImplUtil.getTp(ObjDPsiImplUtil.java:50)
at com.antonzherdev.objd.psi.impl.ObjDExprImpl.getTp(ObjDExprImpl.java:27)
at com.antonzherdev.objd.ObjDUtil$23$1.getTp(ObjDUtil.java:331)
at com.antonzherdev.objd.reference.CallReference.getRefsChain(CallReference.java:52)
at com.antonzherdev.objd.reference.CallReference.resolve(CallReference.java:35)
at com.intellij.codeInsight.TargetElementUtilBase.getReferenceOrReferencedElement(TargetElementUtilBase.java:313)
at com.intellij.codeInsight.TargetElementUtilBase.findTargetElement(TargetElementUtilBase.java:201)
at com.intellij.codeInsight.daemon.impl.IdentifierHighlighterPass.doCollectInformation(IdentifierHighlighterPass.java:97)
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:1182)
at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass$1.run(PassExecutorService.java:348)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:226)
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:145)
at com.intellij.concurrency.JobLauncherImpl$3.call(JobLauncherImpl.java:142)
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:895)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
at java.lang.Thread.run(Thread.java:680)