scala.MatchError: null
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via GitHub by nrpeterson
, 1 year agoscala.MatchError: null
at com.opendatagroup.hadrian.jvmcompiler.W$.asInt(jvmcompiler.scala:413)
at com.opendatagroup.hadrian.jvmcompiler.W.asInt(jvmcompiler.scala)
at PFA_Engine_1$2$1$2.apply(Unknown Source)
at PFA_Engine_1$2$1.apply(Unknown Source)
at PFA_Engine_1$2.apply(Unknown Source)
at PFA_Engine_1.action(Unknown Source)
at PFA_Engine_1.action(Unknown Source)
at Main$.main(Main.scala:16)
at Main.main(Main.scala)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at com.intellij.rt.execution.application.AppMain.main(AppMain.java:147)