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 185208 - scala.tools.nsc.MissingRequirementError: class scala.runtime.AbstractFunction0 not found.
Summary: scala.tools.nsc.MissingRequirementError: class scala.runtime.AbstractFunction...
Status: RESOLVED INVALID
Alias: None
Product: contrib
Classification: Unclassified
Component: Scala (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: _ dcaoyuan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-28 19:55 UTC by Jaroslav Tulach
Modified: 2016-05-25 06:00 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 168510


Attachments
stacktrace (5.98 KB, text/plain)
2010-04-28 19:55 UTC, Jaroslav Tulach
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jaroslav Tulach 2010-04-28 19:55:18 UTC
Build: NetBeans IDE Dev (Build 100423-db5ea6356e90)
VM: Java HotSpot(TM) Client VM, 16.3-b01, Java(TM) SE Runtime Environment, 1.6.0_20-b02
OS: Linux

User Comments:
GUEST: ctrl + space for auto-complete  with scala plugin

GUEST: trying to use auto completion with scala




Stacktrace: 
scala.tools.nsc.MissingRequirementError: class scala.runtime.AbstractFunction0 not found.
   at scala.tools.nsc.symtab.Definitions$definitions$.getModuleOrClass(Definitions.java:516)
   at scala.tools.nsc.symtab.Definitions$definitions$.getClass(Definitions.java:474)
   at scala.tools.nsc.symtab.Definitions$definitions$$anonfun$1.apply(Definitions.java:269)
   at scala.tools.nsc.symtab.Definitions$definitions$$anonfun$1.apply(Definitions.java:269)
   at scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.java:203)
   at scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.java:203)
Comment 1 Jaroslav Tulach 2010-04-28 19:55:25 UTC
Created attachment 98230 [details]
stacktrace
Comment 2 Jaroslav Tulach 2016-05-25 06:00:51 UTC
Who cares?