KronicDeth / intellij-elixir

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

No decompiled source function with name (Automzero.DatasetEntity.JSON.get_data) at org.elixir_lang.beam.psi.impl.ModuleImpl.setMirror(ModuleImpl.kt:103) #2990

Open menty44 opened 1 year ago

menty44 commented 1 year ago

System

Plugin Version: 13.2.1 Application: IntelliJ IDEA Ultimate Edition (2022.2.2) Operating System: Mac OS X (11.5.2)

Event

Exception

Stacktrace

java.lang.Throwable: No decompiled source function with name (Automzero.DatasetEntity.JSON.get_data) ``` java.lang.Throwable: No decompiled source function with name (Automzero.DatasetEntity.JSON.get_data) at com.intellij.openapi.diagnostic.Logger.error(Logger.java:184) at org.elixir_lang.beam.psi.impl.ModuleImpl.setMirror(ModuleImpl.kt:103) at org.elixir_lang.beam.psi.impl.ModuleElementImpl.setMirror(ModuleElementImpl.java:55) at org.elixir_lang.beam.psi.impl.ModuleElementImpl.setMirrors(ModuleElementImpl.java:46) at org.elixir_lang.beam.psi.impl.ModuleElementImpl.setMirrors(ModuleElementImpl.java:37) at org.elixir_lang.beam.psi.BeamFileImpl.setMirror(BeamFileImpl.kt:409) at org.elixir_lang.beam.psi.BeamFileImpl.getMirror$lambda-6$lambda-5(BeamFileImpl.kt:389) at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeNonCancelableSection$3(CoreProgressManager.java:223) 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.computeInNonCancelableSection(CoreProgressManager.java:238) at com.intellij.openapi.progress.impl.CoreProgressManager.executeNonCancelableSection(CoreProgressManager.java:222) at org.elixir_lang.beam.psi.BeamFileImpl.getMirror(BeamFileImpl.kt:388) at org.elixir_lang.beam.psi.impl.ModuleElementImpl.getMirror(ModuleElementImpl.java:115) at org.elixir_lang.beam.psi.impl.ModuleImpl.getNavigationElement(ModuleImpl.kt:147) ```
KronicDeth commented 1 year ago

Please zip the Elixir.Automzero.DatasetEntity.JSON.beam and attach the zip to a comment to this issue so that I can reproduce the bug.