KronicDeth / intellij-elixir

Elixir plugin for JetBrain's IntelliJ Platform (including Rubymine)
Other
1.82k stars 153 forks source link

, ### Element, , ```, @type non_neg_integer :: non_neg_integer(), ```, , From: `/Users/najam/.local/share/rtx/installs/erlang/25.2/lib/erts-13.1.3/ebin/erlang.beam:116`, , #### Context, , ```, , @type no_return :: none(), , @type node :: atom(), , @type non_neg_integer :: non_neg_integer(), , @type none :: none(), , @type nonempty_binary :: binary(8, 8), , ```, , From: `/Users/najam/.local/share/rtx/installs/erlang/25.2/lib/erts-13.1.3/ebin/erlang.beam:111-121`, , ### Element Class Name, , ```, org.elixir_lang.beam.psi.impl.TypeDefinitionImpl, ```, , java.lang.Throwable: Don't know how to fetch docs at org.elixir_lang.documentation.BeamDocsHelper.fetchDocs(BeamDocsHelper.kt:51) #3468

Open NajamSafar opened 9 months ago

NajamSafar commented 9 months ago

System

Plugin Version: 16.0.0-pre+20231103194649 Application: IntelliJ IDEA Ultimate Edition (2023.2.5) Operating System: Mac OS X (13.5.2)

Event

Message

*** exception class was changed or removed

Exception

Stacktrace

``` ### Element ``` @type non_neg_integer :: non_neg_integer() ``` From: `/Users/najam/.local/share/rtx/installs/erlang/25.2/lib/erts-13.1.3/ebin/erlang.beam:116` #### Context ``` @type no_return :: none() @type node :: atom() @type non_neg_integer :: non_neg_integer() @type none :: none() @type nonempty_binary :: binary(8, 8) ``` From: `/Users/najam/.local/share/rtx/installs/erlang/25.2/lib/erts-13.1.3/ebin/erlang.beam:111-121` ### Element Class Name ``` org.elixir_lang.beam.psi.impl.TypeDefinitionImpl ``` java.lang.Throwable: Don't know how to fetch docs at org.elixir_lang.errorreport.Logger.error(Logger.kt:45) at org.elixir_lang.errorreport.Logger.error(Logger.kt:25) at org.elixir_lang.documentation.BeamDocsHelper.fetchDocs(BeamDocsHelper.kt:51) at org.elixir_lang.documentation.ElixirDocumentationProvider.fetchDocs(ElixirDocumentationProvider.kt:497) at org.elixir_lang.documentation.ElixirDocumentationProvider.generateDoc(ElixirDocumentationProvider.kt:41) at com.intellij.lang.documentation.CompositeDocumentationProvider.generateDoc(CompositeDocumentationProvider.java:135) at com.intellij.lang.documentation.psi.PsiElementDocumentationTarget.localDocHtml(PsiElementDocumentationTarget.kt:112) at com.intellij.lang.documentation.psi.PsiElementDocumentationTarget.localDoc(PsiElementDocumentationTarget.kt:97) at com.intellij.lang.documentation.psi.PsiElementDocumentationTarget.doComputeDocumentation(PsiElementDocumentationTarget.kt:84) at com.intellij.lang.documentation.psi.PsiElementDocumentationTarget.access$doComputeDocumentation(PsiElementDocumentationTarget.kt:28) at com.intellij.lang.documentation.psi.PsiElementDocumentationTarget$computeDocumentation$1.invoke(PsiElementDocumentationTarget.kt:78) at com.intellij.lang.documentation.psi.PsiElementDocumentationTarget$computeDocumentation$1.invoke(PsiElementDocumentationTarget.kt:77) at com.intellij.openapi.progress.CoroutinesKt.jobToIndicator$lambda$1(coroutines.kt:386) at com.intellij.openapi.progress.ProgressManager.lambda$runProcess$0(ProgressManager.java:71) ```