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 227146 - scala.reflect.internal.MissingRequirementError: object scala.beans.BeanInfo in compiler mirror not found.
Summary: scala.reflect.internal.MissingRequirementError: object scala.beans.BeanInfo i...
Status: NEW
Alias: None
Product: contrib
Classification: Unclassified
Component: Scala (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal with 1 vote (vote)
Assignee: _ dcaoyuan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-07 09:45 UTC by Exceptions Reporter
Modified: 2014-05-14 16:51 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 197568


Attachments
stacktrace (6.17 KB, text/plain)
2013-03-07 09:45 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2013-03-07 09:45:34 UTC
Build: NetBeans IDE 7.3 (Build 201302132200)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.7-b01, Java(TM) SE Runtime Environment, 1.7.0_13-b20
OS: Linux

Stacktrace: 
scala.reflect.internal.MissingRequirementError: object scala.beans.BeanInfo in compiler mirror not found.
   at scala.reflect.internal.MissingRequirementError$.signal(MissingRequirementError.java:16)
   at scala.reflect.internal.MissingRequirementError$.notFound(MissingRequirementError.java:17)
   at scala.reflect.internal.Mirrors$RootsBase$$anonfun$getModuleOrClass$3.apply(Mirrors.java:49)
   at scala.reflect.internal.Mirrors$RootsBase$$anonfun$getModuleOrClass$3.apply(Mirrors.java:49)
   at scala.reflect.internal.Symbols$Symbol.orElse(Symbols.java:2173)
   at scala.reflect.internal.Mirrors$RootsBase.getModuleOrClass(Mirrors.java:48)
Comment 1 Exceptions Reporter 2013-03-07 09:45:35 UTC
Created attachment 132319 [details]
stacktrace