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 - [70cat] scala.tools.nsc.symtab.Types$TypeError: type mismatch; found : akka.actor.ActorRef required: br.com.michaelnascimento.crawler.SessionManager
Summary: [70cat] scala.tools.nsc.symtab.Types$TypeError: type mismatch; found : akk...
Status: NEW
Alias: None
Product: contrib
Classification: Unclassified
Component: Scala (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: _ dcaoyuan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-08 03:47 UTC by misterm
Modified: 2011-07-08 03:47 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 179775


Attachments
stacktrace (2.65 KB, text/plain)
2011-07-08 03:47 UTC, misterm
Details

Note You need to log in before you can comment on or make changes to this bug.
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