intellij-elixir icon indicating copy to clipboard operation
intellij-elixir copied to clipboard

No decompiled source function with name/arity (SalesPoint.Accounts.User.__struct__/1) at org.elixir_lang.beam.psi.impl.ModuleImpl.setMirror(ModuleImpl.kt:100)

Open rbaezam opened this issue 1 year ago • 1 comments

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)

rbaezam avatar Aug 30 '22 22:08 rbaezam

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.

KronicDeth avatar Sep 11 '22 14:09 KronicDeth