Guest User

Untitled

a guest
Aug 15th, 2015
351
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.68 KB | None | 0 0
  1. error:
  2. while compiling: <console>
  3. during phase: jvm
  4. library version: version 2.10.4
  5. compiler version: version 2.10.4
  6. reconstructed args:
  7.  
  8. last tree to typer: Apply(constructor $read)
  9. symbol: constructor $read in class $read (flags: <method> <triedcooking>)
  10. symbol definition: def <init>(): $line19.$read
  11. tpe: $line19.$read
  12. symbol owners: constructor $read -> class $read -> package $line19
  13. context owners: class iwC -> package $line19
  14.  
  15. == Enclosing template or block ==
  16.  
  17. Template( // val <local $iwC>: <notype>, tree.tpe=$line19.iwC
  18. "java.lang.Object", "scala.Serializable" // parents
  19. ValDef(
  20. private
  21. "_"
  22. <tpt>
  23. <empty>
  24. )
  25. // 5 statements
  26. ValDef( // private[this] val $iw: $line19.iwC
  27. private <local> <triedcooking>
  28. "$iw "
  29. <tpt> // tree.tpe=$line19.iwC
  30. <empty>
  31. )
  32. DefDef( // val $iw(): $line19.iwC
  33. <method> <stable> <accessor>
  34. "$iw"
  35. []
  36. List(Nil)
  37. <tpt> // tree.tpe=$line19.iwC
  38. $read$$iwC.this."$iw " // private[this] val $iw: $line19.iwC, tree.tpe=$line19.iwC
  39. )
  40. ValDef( // protected val $outer: $line19.$read
  41. protected <synthetic> <paramaccessor> <triedcooking>
  42. "$outer "
  43. <tpt> // tree.tpe=$line19.$read
  44. <empty>
  45. )
  46. DefDef( // val $outer(): $line19.$read
  47. <method> <synthetic> <stable> <expandedname>
  48. "$line19$$read$$iwC$$$outer"
  49. []
  50. List(Nil)
  51. <tpt> // tree.tpe=$line19.$read
  52. $read$$iwC.this."$outer " // protected val $outer: $line19.$read, tree.tpe=$line19.$read
  53. )
  54. DefDef( // def <init>(arg$outer: $line19.$read): $line19.iwC
  55. <method> <triedcooking>
  56. "<init>"
  57. []
  58. // 1 parameter list
  59. ValDef( // $outer: $line19.$read
  60. <param> <triedcooking>
  61. "$outer"
  62. <tpt> // tree.tpe=$line19.$read
  63. <empty>
  64. )
  65. <tpt> // tree.tpe=$line19.iwC
  66. Block( // tree.tpe=Unit
  67. // 3 statements
  68. If( // tree.tpe=Unit
  69. Apply( // final def eq(x$1: Object): Boolean in class Object, tree.tpe=Boolean
  70. "$outer"."eq" // final def eq(x$1: Object): Boolean in class Object, tree.tpe=(x$1: Object)Boolean
  71. null
  72. )
  73. Throw( // tree.tpe=Nothing
  74. Apply( // def <init>(): NullPointerException in class NullPointerException, tree.tpe=NullPointerException
  75. new NullPointerException."<init>" // def <init>(): NullPointerException in class NullPointerException, tree.tpe=()NullPointerException
  76. Nil
  77. )
  78. )
  79. Assign( // tree.tpe=Unit
  80. $read$$iwC.this."$outer " // protected val $outer: $line19.$read, tree.tpe=$line19.$read
  81. "$outer" // $outer: $line19.$read, tree.tpe=$line19.$read
  82. )
  83. )
  84. Apply( // def <init>(): Object in class Object, tree.tpe=Object
  85. $read$$iwC.super."<init>" // def <init>(): Object in class Object, tree.tpe=()Object
  86. Nil
  87. )
  88. Assign( // tree.tpe=Unit
  89. $read$$iwC.this."$iw " // private[this] val $iw: $line19.iwC, tree.tpe=$line19.iwC
  90. Apply( // def <init>(arg$outer: $line19.iwC): $line19.iwC, tree.tpe=$line19.iwC
  91. new $line19.iwC."<init>" // def <init>(arg$outer: $line19.iwC): $line19.iwC, tree.tpe=(arg$outer: $line19.iwC)$line19.iwC
  92. This("$iwC")class iwC extends Serializable in package $line19, tree.tpe=$line19.iwC
  93. )
  94. )
  95. ()
  96. )
  97. )
  98. )
  99.  
  100. == Expanded type of tree ==
  101.  
  102. TypeRef(TypeSymbol(class $read extends Serializable))
  103.  
  104. uncaught exception during compilation: java.lang.AssertionError
  105. java.lang.AssertionError: assertion failed: Tried to find '$line19' in '/tmp/spark-fcc2519d-6c7c-4957-ae0c-a9ce9e0c98de' but it is not a directory
Advertisement
Add Comment
Please, Sign In to add comment