Skip to content

Instantly share code, notes, and snippets.

@jilen
Created April 11, 2019 09:55
Show Gist options
  • Save jilen/5c69f2f7aa472ebd0b62ea470f5750bf to your computer and use it in GitHub Desktop.
Save jilen/5c69f2f7aa472ebd0b62ea470f5750bf to your computer and use it in GitHub Desktop.
Exception in thread "pool-2-thread-3" Exception in thread "pool-2-thread-4" java.lang.AbstractMethodError: scala/tools/nsc/typechecker/Typers.scala$tools$nsc$typechecker$Typers$_setter_$scala$tools$nsc$typechecker$Typers$$superConstructorCalls_$eq(Lscala/collection/mutable/AnyRefMap;)Vjava.lang.AbstractMethodError: scala/tools/nsc/typechecker/Typers.scala$tools$nsc$typechecker$Typers$_setter_$scala$tools$nsc$typechecker$Typers$$superConstructorCalls_$eq(Lscala/collection/mutable/AnyRefMap;)V
at scala.tools.nsc.typechecker.Typers.$init$(Typers.scala:55)
at scala.meta.internal.pc.MetalsGlobal$$anon$1.<init>(MetalsGlobal.scala:40)
at scala.meta.internal.pc.MetalsGlobal.analyzer$lzycompute(MetalsGlobal.scala:38)
at scala.meta.internal.pc.MetalsGlobal.analyzer(MetalsGlobal.scala:38)
at scala.meta.internal.pc.MetalsGlobal.analyzer(MetalsGlobal.scala:22)
at scala.tools.nsc.Global.<init>(Global.scala:988)
at scala.tools.nsc.interactive.Global.<init>(Global.scala:119)
at scala.meta.internal.pc.MetalsGlobal.<init>(MetalsGlobal.scala:28)
at scala.meta.internal.pc.ScalaPresentationCompiler.newCompiler(ScalaPresentationCompiler.scala:169)
at scala.meta.internal.pc.ScalaPresentationCompiler.$anonfun$access$1(ScalaPresentationCompiler.scala:55)
at scala.meta.internal.pc.ScalaPresentationCompiler$$Lambda$1384.00000000A04C63F0.apply(Unknown Source)
at scala.meta.internal.pc.CompilerAccess.loadCompiler(CompilerAccess.scala:158)
at scala.meta.internal.pc.CompilerAccess.withSharedCompiler(CompilerAccess.scala:91)
at scala.tools.nsc.typechecker.Typers.$init$(Typers.scala:55) at scala.meta.internal.pc.CompilerAccess.withNonCancelableCompiler(CompilerAccess.scala:80)
at scala.meta.internal.pc.MetalsGlobal$$anon$1.<init>(MetalsGlobal.scala:40) at scala.meta.internal.pc.ScalaPresentationCompiler.hover(ScalaPresentationCompiler.scala:115)
at scala.meta.internal.pc.MetalsGlobal.analyzer$lzycompute(MetalsGlobal.scala:38) at scala.meta.internal.metals.Compilers.$anonfun$load$4(Compilers.scala:92)
at scala.meta.internal.pc.MetalsGlobal.analyzer(MetalsGlobal.scala:38) at scala.meta.internal.metals.Compilers$$Lambda$1401.0000000064009D50.apply(Unknown Source)
at scala.meta.internal.pc.MetalsGlobal.analyzer(MetalsGlobal.scala:22) at scala.Option.foreach(Option.scala:274)
at scala.meta.internal.metals.Compilers.$anonfun$load$3(Compilers.scala:90) at scala.tools.nsc.Global.<init>(Global.scala:988)
at scala.meta.internal.metals.Compilers.$anonfun$load$3$adapted(Compilers.scala:89) at scala.tools.nsc.interactive.Global.<init>(Global.scala:119)
at scala.meta.internal.metals.Compilers$$Lambda$875.00000000A029DA40.apply(Unknown Source) at scala.meta.internal.pc.MetalsGlobal.<init>(MetalsGlobal.scala:28)
at scala.collection.immutable.List.foreach(List.scala:392) at scala.meta.internal.pc.ScalaPresentationCompiler.newCompiler(ScalaPresentationCompiler.scala:169)
at scala.meta.internal.metals.Compilers.$anonfun$load$1(Compilers.scala:89) at scala.meta.internal.pc.ScalaPresentationCompiler.$anonfun$access$1(ScalaPresentationCompiler.scala:55)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment