Skip to content
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

Don't know how to collect doc comments at org.elixir_lang.documentation.ElixirDocumentationProvider.collectDocComments(ElixirDocumentationProvider.kt:104) #3675

Open
anoopnarang opened this issue Jan 20, 2025 · 0 comments

Comments

@anoopnarang
Copy link

System

Plugin Version: 15.1.0
Application: IntelliJ IDEA Community Edition (2023.1.6)
Operating System: Mac OS X (14.7)

Event

Message

Element

@mo

From: /Users/anoopnarang/Code/svarthi/swan/lib/identicon.ex:0

Context

@mo
defmodule Identicon do
  @moduledoc false
end

From: /Users/anoopnarang/Code/svarthi/swan/lib/identicon.ex:0-4

Element Class Name

org.elixir_lang.psi.impl.ElixirUnmatchedAtOperationImpl

Exception

Stacktrace

java.lang.Throwable: Don't know how to collect doc comments
java.lang.Throwable: Don't know how to collect doc comments
	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.ElixirDocumentationProvider.collectDocComments(ElixirDocumentationProvider.kt:104)
	at org.elixir_lang.documentation.ElixirDocumentationProvider.collectDocComments(ElixirDocumentationProvider.kt:83)
	at org.elixir_lang.documentation.ElixirDocumentationProvider.collectDocComments(ElixirDocumentationProvider.kt:79)
	at com.intellij.lang.documentation.CompositeDocumentationProvider.collectDocComments(CompositeDocumentationProvider.java:171)
	at com.intellij.codeInsight.documentation.render.InlineDocumentationImplKt.inlineDocumentationItems(inlineDocumentationImpl.kt:16)
	at com.intellij.codeInsight.documentation.render.DocRenderPassFactory.calculateItemsToRender(DocRenderPassFactory.java:81)
	at com.intellij.codeInsight.documentation.render.DocRenderPassFactory$DocRenderPass.doCollectInformation(DocRenderPassFactory.java:66)
	at com.intellij.codeHighlighting.TextEditorHighlightingPass.collectInformation(TextEditorHighlightingPass.java:57)
	at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.lambda$doRun$1(PassExecutorService.java:382)
	at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:1100)
	at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.lambda$doRun$2(PassExecutorService.java:374)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$13(CoreProgressManager.java:604)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant