123DaNIS123 / IntelliJ-EmmyLua-Tarantool

Lua IDE/Debugger Plugin for IntelliJ IDEA
https://emmylua.github.io
Apache License 2.0
6 stars 1 forks source link

[auto-generated:-939237977] null #16

Open auto-issue-bot opened 2 years ago

auto-issue-bot commented 2 years ago
---------------------- - Plugin Name: Tarantool-EmmyLua - Plugin Version: 1.6-IDEA222 - OS Name: Windows 11 - Java Version: 11.0.14.1 - App Name: GoLand - App Full Name: GoLand - App Version name: GoLand - Is EAP: false - App Build: GO-221.5080.224 - App Version: 2022.1 - Last Action: ``` java.lang.NullPointerException at com.tarantoollua.intellij.lua.psi.LuaPsiImplUtilKt$getPresentation$2.getPresentableText(LuaPsiImplUtil.kt:161) at com.intellij.find.findUsages.PsiElement2UsageTargetAdapter.update(PsiElement2UsageTargetAdapter.java:256) at com.intellij.find.findUsages.PsiElement2UsageTargetAdapter.(PsiElement2UsageTargetAdapter.java:58) at com.intellij.find.findUsages.PsiElement2UsageTargetAdapter.(PsiElement2UsageTargetAdapter.java:63) at com.intellij.find.findUsages.PsiElement2UsageTargetAdapter.(PsiElement2UsageTargetAdapter.java:85) at com.intellij.find.findUsages.DefaultUsageTargetProvider.getTargets(DefaultUsageTargetProvider.java:17) at com.intellij.usages.UsageTargetUtil.findUsageTargets(UsageTargetUtil.java:51) at com.intellij.usages.UsageTargetUtil.findUsageTargets(UsageTargetUtil.java:32) at com.intellij.ide.impl.dataRules.UsageTargetsRule.getData(UsageTargetsRule.java:13) at com.intellij.ide.impl.DataManagerImpl.getRulesData(DataManagerImpl.java:139) at com.intellij.ide.impl.DataManagerImpl.lambda$getDataRule$4(DataManagerImpl.java:127) at com.intellij.ide.impl.DataManagerImpl.getDataFromProvider(DataManagerImpl.java:77) at com.intellij.openapi.actionSystem.impl.PreCachedDataContext.getData(PreCachedDataContext.java:182) at com.intellij.openapi.actionSystem.DataContext.getData(DataContext.java:42) at com.intellij.openapi.actionSystem.impl.ActionUpdater.ensureSlowDataKeysPreCached(ActionUpdater.java:403) at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$callAction$5(ActionUpdater.java:185) at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:1152) at com.intellij.openapi.actionSystem.impl.ActionUpdater.callAction(ActionUpdater.java:185) at com.intellij.openapi.actionSystem.impl.ActionUpdater.updateActionReal(ActionUpdater.java:126) at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$new$0(ActionUpdater.java:111) at com.intellij.openapi.actionSystem.impl.ActionUpdater.update(ActionUpdater.java:628) at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:472) at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:451) at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1400) at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:451) at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:529) at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:451) at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1400) at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:451) at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandActionGroup(ActionUpdater.java:259) at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$expandActionGroupAsync$12(ActionUpdater.java:320) at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$expandActionGroupAsync$14(ActionUpdater.java:343) at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:1152) at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$expandActionGroupAsync$15(ActionUpdater.java:343) at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runActionAndCancelBeforeWrite(ProgressIndicatorUtils.java:158) at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$expandActionGroupAsync$16(ActionUpdater.java:339) at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:189) at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$12(CoreProgressManager.java:608) at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:683) at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:639) at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:607) at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:60) at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:176) at com.intellij.openapi.progress.util.BackgroundTaskUtil.runUnderDisposeAwareIndicator(BackgroundTaskUtil.java:365) at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$expandActionGroupAsync$17(ActionUpdater.java:338) at com.intellij.util.concurrency.BoundedTaskExecutor.doRun(BoundedTaskExecutor.java:241) at com.intellij.util.concurrency.BoundedTaskExecutor.access$200(BoundedTaskExecutor.java:31) at com.intellij.util.concurrency.BoundedTaskExecutor$1.execute(BoundedTaskExecutor.java:214) at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:212) at com.intellij.util.concurrency.BoundedTaskExecutor$1.run(BoundedTaskExecutor.java:203) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:668) at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:665) at java.base/java.security.AccessController.doPrivileged(Native Method) at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Executors.java:665) at java.base/java.lang.Thread.run(Thread.java:829) ```
auto-issue-bot commented 2 years ago
auto-issue-bot commented 2 years ago
auto-issue-bot commented 2 years ago
auto-issue-bot commented 2 years ago
auto-issue-bot commented 2 years ago
auto-issue-bot commented 1 year ago
auto-issue-bot commented 1 year ago
auto-issue-bot commented 1 year ago
auto-issue-bot commented 1 year ago
auto-issue-bot commented 1 year ago
auto-issue-bot commented 1 year ago
auto-issue-bot commented 1 year ago
auto-issue-bot commented 1 year ago
auto-issue-bot commented 1 year ago
auto-issue-bot commented 1 year ago
auto-issue-bot commented 1 year ago
auto-issue-bot commented 1 year ago
auto-issue-bot commented 1 year ago
auto-issue-bot commented 1 year ago
auto-issue-bot commented 1 year ago
auto-issue-bot commented 1 year ago
auto-issue-bot commented 1 year ago
auto-issue-bot commented 1 year ago
auto-issue-bot commented 1 year ago
auto-issue-bot commented 1 year ago
auto-issue-bot commented 1 year ago
auto-issue-bot commented 1 year ago
auto-issue-bot commented 1 year ago
auto-issue-bot commented 1 year ago
auto-issue-bot commented 1 year ago
auto-issue-bot commented 1 year ago
auto-issue-bot commented 1 year ago
auto-issue-bot commented 1 year ago
auto-issue-bot commented 1 year ago
auto-issue-bot commented 1 year ago
auto-issue-bot commented 1 year ago
auto-issue-bot commented 1 year ago
auto-issue-bot commented 1 year ago
auto-issue-bot commented 1 year ago
auto-issue-bot commented 1 year ago
auto-issue-bot commented 1 year ago
auto-issue-bot commented 1 year ago
auto-issue-bot commented 1 year ago
auto-issue-bot commented 1 year ago
auto-issue-bot commented 1 year ago
auto-issue-bot commented 1 year ago
auto-issue-bot commented 1 year ago
auto-issue-bot commented 1 year ago
auto-issue-bot commented 1 year ago
auto-issue-bot commented 1 year ago