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 150322 - scala.tools.nsc.symtab.Types$TypeError: illegal cyclic reference involving class JComponent
Summary: scala.tools.nsc.symtab.Types$TypeError: illegal cyclic reference involving cl...
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-10-16 06:34 UTC by misterm
Modified: 2008-10-16 06:34 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 128635


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description misterm 2008-10-16 06:34:32 UTC
Build: NetBeans IDE Dev (Build 200809231435)
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 reference involving class JComponent
        at scala.tools.nsc.symtab.Types$CompoundType.baseClasses(Types.java:1082)
        at scala.tools.nsc.symtab.Types$Type.findMember(Types.java:668)
        at scala.tools.nsc.symtab.Types$Type.member(Types.java:373)
        at scala.tools.nsc.symtab.classfile.ClassfileParser$innerClasses$.innerSymbol$1(ClassfileParser.java:915)
        at scala.tools.nsc.symtab.classfile.ClassfileParser$innerClasses$.classSymbol(ClassfileParser.java:924)
        at scala.tools.nsc.symtab.classfile.ClassfileParser.classNameToSymbol(ClassfileParser.java:339)
        at scala.tools.nsc.symtab.classfile.ClassfileParser$ConstantPool.getClassSymbol(ClassfileParser.java:173)
        at scala.tools.nsc.symtab.classfile.ClassfileParser$ConstantPool.getSuperClass(ClassfileParser.java:286)
        at scala.tools.nsc.symtab.classfile.ClassfileParser.parseClass(ClassfileParser.java:368)
        at scala.tools.nsc.symtab.classfile.ClassfileParser.parse(ClassfileParser.java:85)