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 175909 - [68cat] scala.tools.nsc.FatalError: Companions 'object RationalTest' and 'class RationalTest' must be defined in same file.
Summary: [68cat] scala.tools.nsc.FatalError: Companions 'object RationalTest' and 'cla...
Status: NEW
Alias: None
Product: contrib
Classification: Unclassified
Component: Scala (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: _ dcaoyuan
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-02 09:27 UTC by aldobrucale
Modified: 2009-11-02 09:28 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 161364


Attachments
stacktrace (3.30 KB, text/plain)
2009-11-02 09:28 UTC, aldobrucale
Details

Note You need to log in before you can comment on or make changes to this bug.
Description aldobrucale 2009-11-02 09:27:55 UTC
Build: NetBeans IDE Dev (Build 200910310201)
VM: Java HotSpot(TM) Client VM, 14.2-b01, Java(TM) SE Runtime Environment, 1.6.0_16-b01
OS: Linux, 2.6.28-16-generic, i386

User Comments:
aldobrucale: autocompletion in Scala



Stacktrace: 
scala.tools.nsc.FatalError: Companions 'object RationalTest' and 'class RationalTest' must be defined in same file.
        at scala.tools.nsc.symtab.Symbols$Symbol.isCoDefinedWith(Symbols.java:1221)
        at scala.tools.nsc.symtab.Symbols$Symbol$$anonfun$linkedSym$1.apply(Symbols.java:1250)
        at scala.tools.nsc.symtab.Symbols$Symbol$$anonfun$linkedSym$1.apply(Symbols.java:1250)
        at scala.tools.nsc.symtab.Symbols$Symbol.filter(Symbols.java:1033)
        at scala.tools.nsc.symtab.Symbols$Symbol.suchThat(Symbols.java:1037)
        at scala.tools.nsc.symtab.Symbols$Symbol.linkedSym(Symbols.java:1250)
Comment 1 aldobrucale 2009-11-02 09:28:03 UTC
Created attachment 90406 [details]
stacktrace