Skip to content

Instantly share code, notes, and snippets.

@moonpolysoft
Created February 17, 2011 01:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save moonpolysoft/830786 to your computer and use it in GitHub Desktop.
Save moonpolysoft/830786 to your computer and use it in GitHub Desktop.
java.util.NoSuchElementException: head of empty list
at scala.collection.immutable.Nil$.head(List.scala:386)
at scala.collection.immutable.Nil$.head(List.scala:383)
at scala.tools.nsc.symtab.Types$class.map2Conserve(Types.scala:4723)
at scala.tools.nsc.symtab.SymbolTable.map2Conserve(SymbolTable.scala:13)
at scala.tools.nsc.symtab.Types$class.map2Conserve(Types.scala:4724)
at scala.tools.nsc.symtab.SymbolTable.map2Conserve(SymbolTable.scala:13)
at scala.tools.nsc.symtab.Types$TypeMap.mapOverArgs(Types.scala:3019)
at scala.tools.nsc.symtab.Types$TypeMap.mapOver(Types.scala:2929)
at scala.tools.nsc.symtab.Types$FindTypeCollector.traverse(Types.scala:3660)
at scala.tools.nsc.symtab.Types$TypeCollector.collect(Types.scala:3136)
at scala.tools.nsc.symtab.Types$Type.find(Types.scala:576)
at scala.tools.nsc.symtab.Types$Type.exists(Types.scala:587)
at scala.tools.nsc.symtab.Types$CompoundType$$anonfun$baseTypeSeq$1.apply(Types.scala:1205)
at scala.tools.nsc.symtab.Types$CompoundType$$anonfun$baseTypeSeq$1.apply(Types.scala:1205)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment