[info] Loading project definition from /home/work/experiments/Analysis/project [info] Set current project to Analysis (in build file:/home/work/experiments/Analysis/) [info] Compiling 5 Scala sources to /home/work/experiments/Analysis/target/scala-2.10/classes... [error]  [error]  while compiling: /home/work/experiments/Analysis/src/main/scala/com/orange/analysis/Reporting.scala [error]  during phase: typer [error]  library version: version 2.10.0 [error]  compiler version: version 2.10.0 [error]  reconstructed args: -d /home/work/experiments/Analysis/target/scala-2.10/classes -deprecation -classpath /home/work/experiments/Analysis/target/scala-2.10/classes:/home/work/.ivy2/cache/org.scala-lang/jline/jars/jline-2.10.0.jar:/home/work/.ivy2/cache/org.fusesource.jansi/jansi/jars/jansi-1.4.jar:/home/work/.sbt/boot/scala-2.10.0/lib/scala-compiler.jar:/home/work/.ivy2/cache/org.scala-lang/scala-reflect/jars/scala-reflect-2.10.0.jar:/home/work/.ivy2/cache/org.scala-lang/scalap/jars/scalap-2.10.0.jar:/home/work/.ivy2/cache/org.scala-lang/scala-swing/jars/scala-swing-2.10.0.jar:/home/work/.ivy2/cache/org.scala-lang/scala-actors/jars/scala-actors-2.10.0.jar:/home/work/.ivy2/cache/com.github.scala-incubator.io/scala-io-core_2.10/jars/scala-io-core_2.10-0.4.1.jar:/home/work/.ivy2/cache/com.jsuereth/scala-arm_2.10/jars/scala-arm_2.10-1.2.jar:/home/work/.ivy2/cache/javax.transaction/jta/jars/jta-1.1.jar:/home/work/.ivy2/cache/com.github.scala-incubator.io/scala-io-file_2.10/jars/scala-io-file_2.10-0.4.1.jar:/home/work/.ivy2/cache/com.github.scopt/scopt_2.10/jars/scopt_2.10-2.1.0.jar:/home/work/.ivy2/cache/com.typesafe.akka/akka-actor_2.10/bundles/akka-actor_2.10-2.1.0.jar:/home/work/.ivy2/cache/com.typesafe/config/bundles/config-1.0.0.jar:/home/work/.ivy2/cache/com.typesafe/scalalogging-slf4j_2.10/jars/scalalogging-slf4j_2.10-1.0.0.jar:/home/work/.ivy2/cache/org.slf4j/slf4j-api/jars/slf4j-api-1.7.2.jar:/home/work/.ivy2/cache/ch.qos.logback/logback-classic/jars/logback-classic-1.0.7.jar:/home/work/.ivy2/cache/ch.qos.logback/logback-core/jars/logback-core-1.0.7.jar:/home/work/.ivy2/cache/joda-time/joda-time/jars/joda-time-1.6.2.jar:/home/work/.ivy2/cache/commons-pool/commons-pool/jars/commons-pool-1.5.6.jar:/home/work/.ivy2/cache/org.apache.ant/ant/jars/ant-1.8.2.jar:/home/work/.ivy2/cache/org.apache.ant/ant-launcher/jars/ant-launcher-1.8.2.jar:/home/work/.ivy2/cache/org.apache.httpcomponents/httpclient/jars/httpclient-4.1.3.jar:/home/work/.ivy2/cache/org.apache.httpcomponents/httpcore/jars/httpcore-4.1.4.jar:/home/work/.ivy2/cache/commons-logging/commons-logging/jars/commons-logging-1.1.1.jar:/home/work/.ivy2/cache/commons-codec/commons-codec/jars/commons-codec-1.4.jar:/home/work/.ivy2/cache/com.itextpdf.tool/xmlworker/jars/xmlworker-1.2.1.jar:/home/work/.ivy2/cache/com.itextpdf/itextpdf/jars/itextpdf-5.3.4.jar:/home/work/.ivy2/cache/jfree/jfreechart/jars/jfreechart-1.0.13.jar:/home/work/.ivy2/cache/jfree/jcommon/jars/jcommon-1.0.16.jar:/home/work/.ivy2/cache/org.apache.commons/commons-compress/jars/commons-compress-1.0.jar:/home/work/.ivy2/cache/com.jcraft/jsch/jars/jsch-0.1.49.jar:/home/work/.ivy2/cache/net.minidev/json-smart/jars/json-smart-2.0-RC2.jar:/home/work/.ivy2/cache/net.minidev/asm/jars/asm-1.0-RC1.jar:/home/work/.ivy2/cache/asm/asm/jars/asm-3.3.1.jar -feature -Yoverride-vars -Xexperimental -Yoverride-objects -unchecked -Yinfer-argument-types -bootclasspath /opt/sun-jdk-1.6.0.37/jre/lib/resources.jar:/opt/sun-jdk-1.6.0.37/jre/lib/rt.jar:/opt/sun-jdk-1.6.0.37/jre/lib/sunrsasign.jar:/opt/sun-jdk-1.6.0.37/jre/lib/jsse.jar:/opt/sun-jdk-1.6.0.37/jre/lib/jce.jar:/opt/sun-jdk-1.6.0.37/jre/lib/charsets.jar:/opt/sun-jdk-1.6.0.37/jre/lib/modules/jdk.boot.jar:/opt/sun-jdk-1.6.0.37/jre/classes:/home/work/.sbt/boot/scala-2.10.0/lib/scala-library.jar [error]  [error]  last tree to typer: Ident(StackedChart) [error]  symbol: value in class (flags: ) [error]  symbol definition: val :  [error]  tpe:  [error]  symbol owners: value -> class -> package  [error]  context owners: value $anonfun -> value $anonfun -> method metricsReport -> object Reporting -> package analysis [error]  [error] == Enclosing template or block == [error]  [error] Block( [error]  // 5 statements [error]  ValDef( // var detailedCPUSection: com.orange.analysis.Reporting.Section [error]   [error]  "detailedCPUSection" [error]  // tree.tpe=com.orange.analysis.Reporting.Section [error]  Apply( [error]  "Section" [error]  "CPU USAGE FOR EACH HOST" [error]  ) [error]  ) [error]  ValDef( // val user: List[fr.janalyse.series.Series[fr.janalyse.series.Cell]] [error]   [error]  "user" [error]  // tree.tpe=List[fr.janalyse.series.Series[fr.janalyse.series.Cell]] [error]  Apply( // def map[B, That](f: A => B)(implicit bf: scala.collection.generic.CanBuildFrom[Repr,B,That]): That in trait TraversableLike [error]  "userTimeSeries"."map" // def map[B, That](f: A => B)(implicit bf: scala.collection.generic.CanBuildFrom[Repr,B,That]): That in trait TraversableLike, tree.tpe=[B, That](f: fr.janalyse.series.Series[fr.janalyse.series.Cell] => B)(implicit bf: scala.collection.generic.CanBuildFrom[List[fr.janalyse.series.Series[fr.janalyse.series.Cell]],B,That])That [error]  Function( // val $anonfun: , tree.tpe=fr.janalyse.series.Series[fr.janalyse.series.Cell] => fr.janalyse.series.Series[fr.janalyse.series.Cell] [error]  ValDef( // series: fr.janalyse.series.Series[fr.janalyse.series.Cell] [error]   [error]  "series" [error]  // tree.tpe=fr.janalyse.series.Series[fr.janalyse.series.Cell] [error]   [error]  ) [error]  Apply( // def rename(newName: String,newAlias: String): fr.janalyse.series.Series[C] in class Series, tree.tpe=fr.janalyse.series.Series[fr.janalyse.series.Cell] [error]  "series"."rename" // def rename(newName: String,newAlias: String): fr.janalyse.series.Series[C] in class Series, tree.tpe=(newName: String, newAlias: String)fr.janalyse.series.Series[fr.janalyse.series.Cell] [error]  // 2 arguments [error]  "user cpu" [error]  "series"."alias" // val alias: String in class Series, tree.tpe=String [error]  ) [error]  ) [error]  ) [error]  ) [error]  ValDef( // val system: List[fr.janalyse.series.Series[fr.janalyse.series.Cell]] [error]   [error]  "system" [error]  // tree.tpe=List[fr.janalyse.series.Series[fr.janalyse.series.Cell]] [error]  Apply( // def map[B, That](f: A => B)(implicit bf: scala.collection.generic.CanBuildFrom[Repr,B,That]): That in trait TraversableLike [error]  "systemTimeSeries"."map" // def map[B, That](f: A => B)(implicit bf: scala.collection.generic.CanBuildFrom[Repr,B,That]): That in trait TraversableLike, tree.tpe=[B, That](f: fr.janalyse.series.Series[fr.janalyse.series.Cell] => B)(implicit bf: scala.collection.generic.CanBuildFrom[List[fr.janalyse.series.Series[fr.janalyse.series.Cell]],B,That])That [error]  Function( // val $anonfun: , tree.tpe=fr.janalyse.series.Series[fr.janalyse.series.Cell] => fr.janalyse.series.Series[fr.janalyse.series.Cell] [error]  ValDef( // series: fr.janalyse.series.Series[fr.janalyse.series.Cell] [error]   [error]  "series" [error]  // tree.tpe=fr.janalyse.series.Series[fr.janalyse.series.Cell] [error]   [error]  ) [error]  Apply( // def rename(newName: String,newAlias: String): fr.janalyse.series.Series[C] in class Series, tree.tpe=fr.janalyse.series.Series[fr.janalyse.series.Cell] [error]  "series"."rename" // def rename(newName: String,newAlias: String): fr.janalyse.series.Series[C] in class Series, tree.tpe=(newName: String, newAlias: String)fr.janalyse.series.Series[fr.janalyse.series.Cell] [error]  // 2 arguments [error]  "system cpu" [error]  "series"."alias" // val alias: String in class Series, tree.tpe=String [error]  ) [error]  ) [error]  ) [error]  ) [error]  ValDef( // val waitio: List[fr.janalyse.series.Series[fr.janalyse.series.Cell]] [error]   [error]  "waitio" [error]  // tree.tpe=List[fr.janalyse.series.Series[fr.janalyse.series.Cell]] [error]  Apply( // def map[B, That](f: A => B)(implicit bf: scala.collection.generic.CanBuildFrom[Repr,B,That]): That in trait TraversableLike [error]  "waitIOSeries"."map" // def map[B, That](f: A => B)(implicit bf: scala.collection.generic.CanBuildFrom[Repr,B,That]): That in trait TraversableLike, tree.tpe=[B, That](f: fr.janalyse.series.Series[fr.janalyse.series.Cell] => B)(implicit bf: scala.collection.generic.CanBuildFrom[List[fr.janalyse.series.Series[fr.janalyse.series.Cell]],B,That])That [error]  Function( // val $anonfun: , tree.tpe=fr.janalyse.series.Series[fr.janalyse.series.Cell] => fr.janalyse.series.Series[fr.janalyse.series.Cell] [error]  ValDef( // series: fr.janalyse.series.Series[fr.janalyse.series.Cell] [error]   [error]  "series" [error]  // tree.tpe=fr.janalyse.series.Series[fr.janalyse.series.Cell] [error]   [error]  ) [error]  Apply( // def rename(newName: String,newAlias: String): fr.janalyse.series.Series[C] in class Series, tree.tpe=fr.janalyse.series.Series[fr.janalyse.series.Cell] [error]  "series"."rename" // def rename(newName: String,newAlias: String): fr.janalyse.series.Series[C] in class Series, tree.tpe=(newName: String, newAlias: String)fr.janalyse.series.Series[fr.janalyse.series.Cell] [error]  // 2 arguments [error]  "waitio cpu" [error]  "series"."alias" // val alias: String in class Series, tree.tpe=String [error]  ) [error]  ) [error]  ) [error]  ) [error]  Apply( [error]  user.++(system).$plus$plus(waitio).groupBy(((x$40: fr.janalyse.series.Series[fr.janalyse.series.Cell]) => x$40.alias))."foreach" [error]  Function( // val $anonfun:  [error]  ValDef( // x$42: (String, List[fr.janalyse.series.Series[fr.janalyse.series.Cell]]) [error]   [error]  "x$42" [error]  // tree.tpe=(String, List[fr.janalyse.series.Series[fr.janalyse.series.Cell]]) [error]   [error]  ) [error]  Match( [error]  Annotated( // tree.tpe=(String, List[fr.janalyse.series.Series[fr.janalyse.series.Cell]]) @unchecked [error]  Apply( // def (): unchecked in class unchecked, tree.tpe=(String, List[fr.janalyse.series.Series[fr.janalyse.series.Cell]]) @unchecked [error]  new scala.unchecked."" // def (): unchecked in class unchecked, tree.tpe=()unchecked [error]  Nil [error]  ) [error]  "x$42" // x$42: (String, List[fr.janalyse.series.Series[fr.janalyse.series.Cell]]), tree.tpe=(String, List[fr.janalyse.series.Series[fr.janalyse.series.Cell]]) [error]  ) [error]  CaseDef( [error]  Apply( // object Tuple2 in package scala [error]  "scala"."Tuple2" // object Tuple2 in package scala, tree.tpe=Tuple2.type [error]  // 2 arguments [error]  Bind( // val host: String, tree.tpe=String [error]  "host" [error]  "_" // tree.tpe=String [error]  ) [error]  Bind( // val cpumetrics: List[fr.janalyse.series.Series[fr.janalyse.series.Cell]], tree.tpe=List[fr.janalyse.series.Series[fr.janalyse.series.Cell]] [error]  "cpumetrics" [error]  "_" // tree.tpe=List[fr.janalyse.series.Series[fr.janalyse.series.Cell]] [error]  ) [error]  ) [error]  Apply( // val : in class  [error]  "detailedCPUSection"."$plus$eq" // val : in class , tree.tpe= [error]  Apply( [error]  "newTabChartSection" [error]  // 8 arguments [error]  AssignOrNamedArg( [error]  "sectionTitle" [error]  Apply( [error]  StringContext("CPU Usage for ", "")."s" [error]  "host" // val host: String, tree.tpe=String [error]  ) [error]  ) [error]  AssignOrNamedArg( [error]  "seriesTitle" [error]  "CPU" [error]  ) [error]  AssignOrNamedArg( [error]  "seriesList" [error]  Apply( // def map[B, That](f: A => B)(implicit bf: scala.collection.generic.CanBuildFrom[Repr,B,That]): That in trait TraversableLike [error]  "cpumetrics"."map" // def map[B, That](f: A => B)(implicit bf: scala.collection.generic.CanBuildFrom[Repr,B,That]): That in trait TraversableLike, tree.tpe=[B, That](f: fr.janalyse.series.Series[fr.janalyse.series.Cell] => B)(implicit bf: scala.collection.generic.CanBuildFrom[List[fr.janalyse.series.Series[fr.janalyse.series.Cell]],B,That])That [error]  Function( // val $anonfun: , tree.tpe=fr.janalyse.series.Series[fr.janalyse.series.Cell] => fr.janalyse.series.Series[fr.janalyse.series.Cell] [error]  ValDef( // s: fr.janalyse.series.Series[fr.janalyse.series.Cell] [error]   [error]  "s" [error]  // tree.tpe=fr.janalyse.series.Series[fr.janalyse.series.Cell] [error]   [error]  ) [error]  Apply( // def rename(newName: String,newAlias: String): fr.janalyse.series.Series[C] in class Series, tree.tpe=fr.janalyse.series.Series[fr.janalyse.series.Cell] [error]  "s"."rename" // def rename(newName: String,newAlias: String): fr.janalyse.series.Series[C] in class Series, tree.tpe=(newName: String, newAlias: String)fr.janalyse.series.Series[fr.janalyse.series.Cell] [error]  // 2 arguments [error]  "s"."name" // val name: String in class Series, tree.tpe=String [error]  "s"."name" // val name: String in class Series, tree.tpe=String [error]  ) [error]  ) [error]  ) [error]  ) [error]  AssignOrNamedArg( [error]  "norm4chart" [error]  Apply( [error]  "Some" [error]  Function( // val $anonfun:  [error]  ValDef( // x$41: fr.janalyse.series.Series[fr.janalyse.series.Cell] [error]   [error]  "x$41" [error]  // tree.tpe=fr.janalyse.series.Series[fr.janalyse.series.Cell] [error]   [error]  ) [error]  Apply( // def statSample(newtm: fr.janalyse.series.TimeModel): fr.janalyse.series.Series[fr.janalyse.series.StatCell] in class Series [error]  "x$41"."statSample" // def statSample(newtm: fr.janalyse.series.TimeModel): fr.janalyse.series.Series[fr.janalyse.series.StatCell] in class Series, tree.tpe=(newtm: fr.janalyse.series.TimeModel)fr.janalyse.series.Series[fr.janalyse.series.StatCell] [error]  "period" // val period: Long, tree.tpe=Long [error]  ) [error]  ) [error]  ) [error]  ) [error]  AssignOrNamedArg( [error]  "unitdesc" [error]  "%" [error]  ) [error]  AssignOrNamedArg( [error]  "showRange" [error]  true [error]  ) [error]  AssignOrNamedArg( [error]  "showTrend" [error]  true [error]  ) [error]  AssignOrNamedArg( [error]  "chartFactory" [error]  "StackedChart" // val : in class , tree.tpe= [error]  ) [error]  ) [error]  ) [error]  ) [error]  ) [error]  ) [error]  ) [error]  Apply( [error]  "section"."$plus$eq" [error]  "detailedCPUSection" [error]  ) [error] ) [error]  [error] == Expanded type of tree == [error]  [error]  [error]  [error] uncaught exception during compilation: java.lang.NullPointerException java.lang.NullPointerException at scala.tools.nsc.typechecker.Typers$Typer.adapt(Typers.scala:1131) at scala.tools.nsc.typechecker.Typers$Typer.typed(Typers.scala:5467) at scala.tools.nsc.typechecker.Typers$Typer.typedArg(Typers.scala:2880) at scala.tools.nsc.typechecker.Typers$Typer$$anonfun$60.apply(Typers.scala:3021) at scala.tools.nsc.typechecker.Typers$Typer$$anonfun$60.apply(Typers.scala:3013) at scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:244) at scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:244) at scala.collection.immutable.List.foreach(List.scala:309) at scala.collection.TraversableLike$class.map(TraversableLike.scala:244) at scala.collection.AbstractTraversable.map(Traversable.scala:105) at scala.tools.nsc.typechecker.Typers$Typer.handleOverloaded$1(Typers.scala:3013) at scala.tools.nsc.typechecker.Typers$Typer.doTypedApply(Typers.scala:3033) at scala.tools.nsc.typechecker.Typers$Typer$$anonfun$86.apply(Typers.scala:4423) at scala.tools.nsc.typechecker.Typers$Typer$$anonfun$86.apply(Typers.scala:4423) at scala.tools.nsc.typechecker.Typers$Typer.silent(Typers.scala:721) at scala.tools.nsc.typechecker.Typers$Typer.tryTypedApply$1(Typers.scala:4423) at scala.tools.nsc.typechecker.Typers$Typer.normalTypedApply$1(Typers.scala:4476) at scala.tools.nsc.typechecker.Typers$Typer.typedApply$1(Typers.scala:4509) at scala.tools.nsc.typechecker.Typers$Typer.typed1(Typers.scala:5381) at scala.tools.nsc.typechecker.Typers$Typer.typed(Typers.scala:5458) at scala.tools.nsc.typechecker.Typers$Typer.typedAssign$1(Typers.scala:4165) at scala.tools.nsc.typechecker.Typers$Typer.typed1(Typers.scala:5395) at scala.tools.nsc.typechecker.Typers$Typer.convertToAssignment$1(Typers.scala:4559) at scala.tools.nsc.typechecker.Typers$Typer.onError$3(Typers.scala:4448) at scala.tools.nsc.typechecker.Typers$Typer.normalTypedApply$1(Typers.scala:4497) at scala.tools.nsc.typechecker.Typers$Typer.typedApply$1(Typers.scala:4509) at scala.tools.nsc.typechecker.Typers$Typer.typed1(Typers.scala:5381) at scala.tools.nsc.typechecker.Typers$Typer.typed(Typers.scala:5458) at scala.tools.nsc.typechecker.Typers$Typer.typed(Typers.scala:5526) at scala.tools.nsc.typechecker.Typers$Typer.typedCase(Typers.scala:2381) at scala.tools.nsc.typechecker.Typers$Typer$$anonfun$typedCases$1.apply(Typers.scala:2415) at scala.tools.nsc.typechecker.Typers$Typer$$anonfun$typedCases$1.apply(Typers.scala:2414) at scala.collection.immutable.List.loop$1(List.scala:164) at scala.collection.immutable.List.mapConserve(List.scala:180) at scala.tools.nsc.typechecker.Typers$Typer.typedCases(Typers.scala:2414) at scala.tools.nsc.typechecker.Typers$Typer.typedMatch(Typers.scala:2427) at scala.tools.nsc.typechecker.Typers$Typer.typedVirtualizedMatch$1(Typers.scala:4231) at scala.tools.nsc.typechecker.Typers$Typer.typed1(Typers.scala:5393) at scala.tools.nsc.typechecker.Typers$Typer.typed(Typers.scala:5458) at scala.tools.nsc.typechecker.Typers$Typer.typed(Typers.scala:5526) at scala.tools.nsc.typechecker.Typers$Typer.scala$tools$nsc$typechecker$Typers$Typer$$typedFunction(Typers.scala:2696) at scala.tools.nsc.typechecker.Typers$Typer.typedFunction$1(Typers.scala:5373) at scala.tools.nsc.typechecker.Typers$Typer.typed1(Typers.scala:5392) at scala.tools.nsc.typechecker.Typers$Typer.typed(Typers.scala:5458) at scala.tools.nsc.typechecker.Typers$Typer.typedArg(Typers.scala:2880) at scala.tools.nsc.typechecker.Typers$Typer.scala$tools$nsc$typechecker$Typers$Typer$$typedArgToPoly$1(Typers.scala:3234) at scala.tools.nsc.typechecker.Typers$Typer$$anonfun$64.apply(Typers.scala:3242) at scala.tools.nsc.typechecker.Typers$Typer$$anonfun$64.apply(Typers.scala:3242) at scala.reflect.internal.util.Collections$class.map2(Collections.scala:51) at scala.reflect.internal.SymbolTable.map2(SymbolTable.scala:12) at scala.tools.nsc.typechecker.Typers$Typer.handlePolymorphicCall$1(Typers.scala:3242) at scala.tools.nsc.typechecker.Typers$Typer.doTypedApply(Typers.scala:3254) at scala.tools.nsc.typechecker.Typers$Typer.normalTypedApply$1(Typers.scala:4477) at scala.tools.nsc.typechecker.Typers$Typer.typedApply$1(Typers.scala:4509) at scala.tools.nsc.typechecker.Typers$Typer.typed1(Typers.scala:5381) at scala.tools.nsc.typechecker.Typers$Typer.typed(Typers.scala:5458) at scala.tools.nsc.typechecker.Typers$Typer.scala$tools$nsc$typechecker$Typers$Typer$$typedStat$1(Typers.scala:2770) at scala.tools.nsc.typechecker.Typers$Typer$$anonfun$55.apply(Typers.scala:2870) at scala.tools.nsc.typechecker.Typers$Typer$$anonfun$55.apply(Typers.scala:2870) at scala.collection.immutable.List.loop$1(List.scala:164) at scala.collection.immutable.List.mapConserve(List.scala:180) at scala.tools.nsc.typechecker.Typers$Typer.typedStats(Typers.scala:2870) at scala.tools.nsc.typechecker.Typers$Typer.typedBlock(Typers.scala:2340) at scala.tools.nsc.typechecker.Typers$Typer.typed1(Typers.scala:5387) at scala.tools.nsc.typechecker.Typers$Typer.typed(Typers.scala:5458) at scala.tools.nsc.typechecker.Typers$Typer.scala$tools$nsc$typechecker$Typers$Typer$$typedStat$1(Typers.scala:2770) at scala.tools.nsc.typechecker.Typers$Typer$$anonfun$55.apply(Typers.scala:2870) at scala.tools.nsc.typechecker.Typers$Typer$$anonfun$55.apply(Typers.scala:2870) at scala.collection.immutable.List.loop$1(List.scala:164) at scala.collection.immutable.List.mapConserve(List.scala:180) at scala.tools.nsc.typechecker.Typers$Typer.typedStats(Typers.scala:2870) at scala.tools.nsc.typechecker.Typers$Typer.typedBlock(Typers.scala:2340) at scala.tools.nsc.typechecker.Typers$Typer.typed1(Typers.scala:5387) at scala.tools.nsc.typechecker.Typers$Typer.typed(Typers.scala:5458) at scala.tools.nsc.typechecker.Typers$Typer.scala$tools$nsc$typechecker$Typers$Typer$$typedStat$1(Typers.scala:2770) at scala.tools.nsc.typechecker.Typers$Typer$$anonfun$55.apply(Typers.scala:2870) at scala.tools.nsc.typechecker.Typers$Typer$$anonfun$55.apply(Typers.scala:2870) at scala.collection.immutable.List.loop$1(List.scala:164) at scala.collection.immutable.List.mapConserve(List.scala:180) at scala.tools.nsc.typechecker.Typers$Typer.typedStats(Typers.scala:2870) at scala.tools.nsc.typechecker.Typers$Typer.typedBlock(Typers.scala:2340) at scala.tools.nsc.typechecker.Typers$Typer.typed1(Typers.scala:5387) at scala.tools.nsc.typechecker.Typers$Typer.typed(Typers.scala:5458) at scala.tools.nsc.typechecker.Typers$Typer.transformedOrTyped(Typers.scala:5658) at scala.tools.nsc.typechecker.Typers$Typer.typedDefDef(Typers.scala:2169) at scala.tools.nsc.typechecker.Typers$Typer.typed1(Typers.scala:5386) at scala.tools.nsc.typechecker.Typers$Typer.typed(Typers.scala:5458) at scala.tools.nsc.typechecker.Typers$Typer.scala$tools$nsc$typechecker$Typers$Typer$$typedStat$1(Typers.scala:2770) at scala.tools.nsc.typechecker.Typers$Typer$$anonfun$55.apply(Typers.scala:2870) at scala.tools.nsc.typechecker.Typers$Typer$$anonfun$55.apply(Typers.scala:2870) at scala.collection.immutable.List.loop$1(List.scala:164) at scala.collection.immutable.List.mapConserve(List.scala:180) at scala.tools.nsc.typechecker.Typers$Typer.typedStats(Typers.scala:2870) at scala.tools.nsc.typechecker.Typers$Typer.typedTemplate(Typers.scala:1862) at scala.tools.nsc.typechecker.Typers$Typer.typedModuleDef(Typers.scala:1769) at scala.tools.nsc.typechecker.Typers$Typer.typed1(Typers.scala:5401) at scala.tools.nsc.typechecker.Typers$Typer.typed(Typers.scala:5458) at scala.tools.nsc.typechecker.Typers$Typer.scala$tools$nsc$typechecker$Typers$Typer$$typedStat$1(Typers.scala:2770) at scala.tools.nsc.typechecker.Typers$Typer$$anonfun$55.apply(Typers.scala:2870) at scala.tools.nsc.typechecker.Typers$Typer$$anonfun$55.apply(Typers.scala:2870) at scala.collection.immutable.List.loop$1(List.scala:164) at scala.collection.immutable.List.mapConserve(List.scala:180) at scala.tools.nsc.typechecker.Typers$Typer.typedStats(Typers.scala:2870) at scala.tools.nsc.typechecker.Typers$Typer.typedPackageDef$1(Typers.scala:5127) at scala.tools.nsc.typechecker.Typers$Typer.typed1(Typers.scala:5404) at scala.tools.nsc.typechecker.Typers$Typer.typed(Typers.scala:5458) at scala.tools.nsc.typechecker.Typers$Typer.typed(Typers.scala:5509) at scala.tools.nsc.typechecker.Analyzer$typerFactory$$anon$3.apply(Analyzer.scala:98) at scala.tools.nsc.Global$GlobalPhase.applyPhase(Global.scala:461) at scala.tools.nsc.typechecker.Analyzer$typerFactory$$anon$3$$anonfun$run$1.apply(Analyzer.scala:90) at scala.tools.nsc.typechecker.Analyzer$typerFactory$$anon$3$$anonfun$run$1.apply(Analyzer.scala:90) at scala.collection.Iterator$class.foreach(Iterator.scala:727) at scala.collection.AbstractIterator.foreach(Iterator.scala:1156) at scala.tools.nsc.typechecker.Analyzer$typerFactory$$anon$3.run(Analyzer.scala:90) at scala.tools.nsc.Global$Run.compileUnitsInternal(Global.scala:1574) at scala.tools.nsc.Global$Run.compileUnits(Global.scala:1548) at scala.tools.nsc.Global$Run.compileSources(Global.scala:1544) at scala.tools.nsc.Global$Run.compile(Global.scala:1654) at xsbt.CachedCompiler0.run(CompilerInterface.scala:90) at xsbt.CachedCompiler0.run(CompilerInterface.scala:72) at xsbt.CompilerInterface.run(CompilerInterface.scala:26) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at sbt.compiler.AnalyzingCompiler.call(AnalyzingCompiler.scala:73) at sbt.compiler.AnalyzingCompiler.compile(AnalyzingCompiler.scala:35) at sbt.compiler.AnalyzingCompiler.compile(AnalyzingCompiler.scala:29) at sbt.compiler.AggressiveCompile$$anonfun$4$$anonfun$compileScala$1$1.apply$mcV$sp(AggressiveCompile.scala:71) at sbt.compiler.AggressiveCompile$$anonfun$4$$anonfun$compileScala$1$1.apply(AggressiveCompile.scala:71) at sbt.compiler.AggressiveCompile$$anonfun$4$$anonfun$compileScala$1$1.apply(AggressiveCompile.scala:71) at sbt.compiler.AggressiveCompile.sbt$compiler$AggressiveCompile$$timed(AggressiveCompile.scala:101) at sbt.compiler.AggressiveCompile$$anonfun$4.compileScala$1(AggressiveCompile.scala:70) at sbt.compiler.AggressiveCompile$$anonfun$4.apply(AggressiveCompile.scala:88) at sbt.compiler.AggressiveCompile$$anonfun$4.apply(AggressiveCompile.scala:60) at sbt.inc.IncrementalCompile$$anonfun$doCompile$1.apply(Compile.scala:24) at sbt.inc.IncrementalCompile$$anonfun$doCompile$1.apply(Compile.scala:22) at sbt.inc.Incremental$.cycle(Incremental.scala:40) at sbt.inc.Incremental$.compile(Incremental.scala:25) at sbt.inc.IncrementalCompile$.apply(Compile.scala:20) at sbt.compiler.AggressiveCompile.compile2(AggressiveCompile.scala:96) at sbt.compiler.AggressiveCompile.compile1(AggressiveCompile.scala:44) at sbt.compiler.AggressiveCompile.apply(AggressiveCompile.scala:31) at sbt.Compiler$.apply(Compiler.scala:79) at sbt.Defaults$$anonfun$compileTask$1.apply(Defaults.scala:572) at sbt.Defaults$$anonfun$compileTask$1.apply(Defaults.scala:572) at sbt.Scoped$$anonfun$hf2$1.apply(Structure.scala:578) at sbt.Scoped$$anonfun$hf2$1.apply(Structure.scala:578) at scala.Function1$$anonfun$compose$1.apply(Function1.scala:49) at sbt.Scoped$Reduced$$anonfun$combine$1$$anonfun$apply$12.apply(Structure.scala:311) at sbt.Scoped$Reduced$$anonfun$combine$1$$anonfun$apply$12.apply(Structure.scala:311) at sbt.$tilde$greater$$anonfun$$u2219$1.apply(TypeFunctions.scala:41) at sbt.std.Transform$$anon$5.work(System.scala:71) at sbt.Execute$$anonfun$submit$1$$anonfun$apply$1.apply(Execute.scala:232) at sbt.Execute$$anonfun$submit$1$$anonfun$apply$1.apply(Execute.scala:232) at sbt.ErrorHandling$.wideConvert(ErrorHandling.scala:18) at sbt.Execute.work(Execute.scala:238) at sbt.Execute$$anonfun$submit$1.apply(Execute.scala:232) at sbt.Execute$$anonfun$submit$1.apply(Execute.scala:232) at sbt.ConcurrentRestrictions$$anon$4$$anonfun$1.apply(ConcurrentRestrictions.scala:159) at sbt.CompletionService$$anon$2.call(CompletionService.scala:30) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) at java.util.concurrent.FutureTask.run(FutureTask.java:138) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) at java.util.concurrent.FutureTask.run(FutureTask.java:138) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) at java.lang.Thread.run(Thread.java:662) [error] (compile:compile) java.lang.NullPointerException [error] Total time: 23 s, completed 21 janv. 2013 14:38:31