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 152865 - scala.tools.nsc.symtab.Types$TypeError: illegal cyclic inheritance involving class Object
Summary: scala.tools.nsc.symtab.Types$TypeError: illegal cyclic inheritance involving ...
Status: NEW
Alias: None
Product: contrib
Classification: Unclassified
Component: Scala (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: _ dcaoyuan
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-10 12:17 UTC by misterm
Modified: 2008-11-10 12:17 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 137483


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description misterm 2008-11-10 12:17:22 UTC
Build: NetBeans IDE 6.5 RC1 (Build 200810171318)
VM: Java HotSpot(TM) Client VM, 10.0-b19, Java(TM) SE Runtime Environment, 1.6.0_04-b12
OS: Windows XP, 5.1, x86
User comments: 
STACKTRACE: (first 10 lines)
scala.tools.nsc.symtab.Types$TypeError: illegal cyclic inheritance involving class Object
        at scala.tools.nsc.symtab.Types$TypeRef.baseTypeSeq(Types.java:1497)
        at scala.tools.nsc.symtab.Types$Type.baseTypeIndex(Types.java:555)
        at scala.tools.nsc.symtab.Types$CompoundType.isNew$1(Types.java:1057)
        at scala.tools.nsc.symtab.Types$CompoundType.addMixinBaseClasses$1(Types.java:1066)
        at scala.tools.nsc.symtab.Types$CompoundType.computeBaseClasses$1(Types.java:1068)
        at scala.tools.nsc.symtab.Types$CompoundType$$anonfun$baseClasses$.apply(Types.java:1078)
        at scala.tools.nsc.symtab.Types$CompoundType$$anonfun$baseClasses$.apply(Types.java:1078)
        at scala.tools.nsc.symtab.Types$CompoundType.memo(Types.java:1088)
        at scala.tools.nsc.symtab.Types$CompoundType.baseClasses(Types.java:1078)
        at scala.tools.nsc.symtab.Types$CompoundType$$anonfun$baseClasses$.apply(Types.java:1078)