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/arity (SalesPoint.Accounts.User.__struct__/1) at org.elixir_lang.beam.psi.impl.ModuleImpl.setMirror(ModuleImpl.kt:100) #2825

Open rbaezam opened 2 years ago

rbaezam commented 2 years ago

System

Plugin Version: 13.2.0 Application: IntelliJ IDEA Ultimate Edition (2022.2.1) Operating System: Mac OS X (12.5.1)

Event

Exception

Stacktrace

java.lang.Throwable: No decompiled source function with name/arity (SalesPoint.Accounts.User.__struct__/1) ``` java.lang.Throwable: No decompiled source function with name/arity (SalesPoint.Accounts.User.__struct__/1) at com.intellij.openapi.diagnostic.Logger.error(Logger.java:184) at org.elixir_lang.beam.psi.impl.ModuleImpl.setMirror(ModuleImpl.kt:100) 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:407) at org.elixir_lang.beam.psi.BeamFileImpl.getMirror$lambda-6$lambda-5(BeamFileImpl.kt:388) 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:387) 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 2 years ago

Please zip the SalesPoint.Accounts.User.beam and attach the zip to this issue so I can reproduce the issue and debug what's happening with the decompiler or parser.