-
-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Idea 2024.2+ always show errors stack #1045
Comments
com.intellij.diagnostic.PluginException: Cannot add 'jps-plugin.jar' from 'Erlang 0.11.1231' (plugin path: /Users/kels/Library/Application Support/JetBrains/IdeaIC2024.2/plugins/intellij-erlang) to compiler classpath [Plugin: org.jetbrains.erlang] |
java.lang.Throwable: org.intellij.erlang.dialyzer.ErlangDialyzerExternalAnnotator requests com.intellij.notification.NotificationGroupManager instance. Class initialization must not depend on services. Consider using instance of the service on-demand instead. |
Hi! Could you please provide an example of code you're trying to paste? |
Can not parse Elixir Function call in Erlang file.
'Elixir.GatewaySvr':send_verify_code({?LOGIN_SMS_CODE, A, AppId}, VerifyType, EnvId, Lang)
Stacktrace as belows:
java.lang.Throwable: Unexpected element send_verify_code({?LOGIN_SMS_CODE, AccountLower, AppId}, VerifyType, EnvId, Lang),
class: class org.intellij.erlang.psi.impl.ErlangFunctionCallExpressionImpl,
location: class com.intellij.usageView.UsageViewNodeTextLocation
at com.intellij.openapi.diagnostic.Logger.error(Logger.java:376)
at org.intellij.erlang.ErlangDescriptionProvider.getElementDescription(ErlangDescriptionProvider.java:74)
at com.intellij.psi.ElementDescriptionUtil.getElementDescription(ElementDescriptionUtil.java:13)
at com.intellij.usageView.UsageViewUtil.createNodeText(UsageViewUtil.java:45)
at org.intellij.erlang.psi.impl.ErlangCompositeElementImpl.getPresentation(ErlangCompositeElementImpl.java:53)
at com.intellij.codeInsight.navigation.UtilKt.targetPresentation(util.kt:88)
at com.intellij.lang.documentation.psi.PsiElementDocumentationTarget.computePresentation(PsiElementDocumentationTarget.kt:69)
at com.intellij.platform.backend.documentation.impl.ImplKt.documentationRequest(impl.kt:20)
at com.intellij.lang.documentation.ide.impl.DocumentationTargetHoverInfoKt$calcTargetDocumentationInfo$1$requests$1.invoke(DocumentationTargetHoverInfo.kt:42)
at com.intellij.lang.documentation.ide.impl.DocumentationTargetHoverInfoKt$calcTargetDocumentationInfo$1$requests$1.invoke(DocumentationTargetHoverInfo.kt:37)
at com.intellij.openapi.application.rw.InternalReadAction.insideReadAction(InternalReadAction.kt:104)
at com.intellij.openapi.application.rw.InternalReadAction.access$insideReadAction(InternalReadAction.kt:15)
at com.intellij.openapi.application.rw.InternalReadAction$tryReadCancellable$2.invoke(InternalReadAction.kt:94)
at com.intellij.openapi.application.rw.InternalReadAction$tryReadCancellable$2.invoke(InternalReadAction.kt:93)
at com.intellij.openapi.application.rw.CancellableReadActionKt.cancellableReadActionInternal$lambda$2$lambda$1$lambda$0(cancellableReadAction.kt:31)
at com.intellij.openapi.application.impl.AnyThreadWriteThreadingSupport.tryRunReadAction(AnyThreadWriteThreadingSupport.kt:291)
at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:965)
at com.intellij.openapi.application.rw.CancellableReadActionKt.cancellableReadActionInternal$lambda$2$lambda$1(cancellableReadAction.kt:29)
at com.intellij.openapi.progress.util.ProgressIndicatorUtilService.runActionAndCancelBeforeWrite(ProgressIndicatorUtilService.java:66)
at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runActionAndCancelBeforeWrite(ProgressIndicatorUtils.java:155)
at com.intellij.openapi.application.rw.CancellableReadActionKt.cancellableReadActionInternal(cancellableReadAction.kt:27)
at com.intellij.openapi.application.rw.InternalReadAction.tryReadCancellable(InternalReadAction.kt:93)
at com.intellij.openapi.application.rw.InternalReadAction.tryReadAction(InternalReadAction.kt:77)
at com.intellij.openapi.application.rw.InternalReadAction.readLoop(InternalReadAction.kt:64)
at com.intellij.openapi.application.rw.InternalReadAction.access$readLoop(InternalReadAction.kt:15)
at com.intellij.openapi.application.rw.InternalReadAction$runReadAction$4.invokeSuspend(InternalReadAction.kt:43)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104)
at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:608)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:873)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:763)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:750)
The text was updated successfully, but these errors were encountered: