This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 199966

Summary: [70cat] scala.tools.nsc.symtab.Types$TypeError: type mismatch; found : akka.actor.ActorRef required: br.com.michaelnascimento.crawler.SessionManager
Product: contrib Reporter: misterm <misterm>
Component: ScalaAssignee: _ dcaoyuan <dcaoyuan>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 7.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 179775
Attachments: stacktrace

Description misterm 2011-07-08 03:47:12 UTC
Build: NetBeans IDE Dev (Build 20110704-3ee08322d9ec)
VM: Java HotSpot(TM) Client VM, 16.2-b04, Java(TM) SE Runtime Environment, 1.6.0_19-b04
OS: Windows 7

Stacktrace: 
scala.tools.nsc.symtab.Types$TypeError: type mismatch;
 found   : akka.actor.ActorRef
 required: br.com.michaelnascimento.crawler.SessionManager
   at scala.tools.nsc.typechecker.Contexts$Context.error(Contexts.java:291)
   at scala.tools.nsc.typechecker.Infer$Inferencer.error(Infer.java:205)
   at scala.tools.nsc.typechecker.Infer$Inferencer.typeError(Infer.java:215)
   at scala.tools.nsc.typechecker.Infer$Inferencer.typeErrorTree(Infer.java:230)
   at scala.tools.nsc.typechecker.Typers$Typer.adapt(Typers.java:929)
   at scala.tools.nsc.typechecker.Typers$Typer.typed(Typers.java:4224)
Comment 1 misterm 2011-07-08 03:47:16 UTC
Created attachment 109315 [details]
stacktrace