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 196115 - scala.tools.nsc.symtab.Symbols$CyclicReference: illegal cyclic reference involving method main
Summary: scala.tools.nsc.symtab.Symbols$CyclicReference: illegal cyclic reference invo...
Status: NEW
Alias: None
Product: contrib
Classification: Unclassified
Component: Scala (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: _ dcaoyuan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-28 17:06 UTC by jsacha
Modified: 2012-01-18 03:48 UTC (History)
5 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 170481


Attachments
stacktrace (5.95 KB, text/plain)
2011-02-28 17:06 UTC, jsacha
Details
stacktrace (5.26 KB, text/plain)
2011-07-08 03:28 UTC, misterm
Details
stacktrace (6.00 KB, text/plain)
2011-07-08 03:41 UTC, misterm
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jsacha 2011-02-28 17:06:27 UTC
Build: NetBeans IDE 7.0 Beta 2 (Build 201102140001)
VM: Java HotSpot(TM) 64-Bit Server VM, 19.0-b09, Java(TM) SE Runtime Environment, 1.6.0_23-b05
OS: Windows 7

User Comments:
jsacha: Errot while opening a Scala file.

jsacha: Opening Scala project.

GUEST: Nothing yet. Netbeans was booting and opening my project.

GUEST: I closed the Declaration tab.

GUEST: walking throug autocomplete menu

Fauxide: 1.I was creating a Scala project with existing sources
2. I added the \play-1.1-beta2\samples-and-tests\yabe folder and the exception occured
http://www.playframework.org/




Stacktrace: 
scala.tools.nsc.symtab.Symbols$CyclicReference: illegal cyclic reference involving method main
   at scala.tools.nsc.symtab.Symbols$Symbol$$anonfun$info$3.apply(Symbols.java:734)
   at scala.tools.nsc.symtab.Symbols$Symbol$$anonfun$info$3.apply(Symbols.java:732)
   at scala.Function0$class.apply$mcV$sp(Function0.java:39)
   at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.java:17)
   at scala.tools.nsc.symtab.Symbols$Symbol.lock(Symbols.java:377)
   at scala.tools.nsc.symtab.Symbols$Symbol.info(Symbols.java:732)
Comment 1 jsacha 2011-02-28 17:06:31 UTC
Created attachment 106562 [details]
stacktrace
Comment 2 misterm 2011-07-08 03:28:48 UTC
Created attachment 109312 [details]
stacktrace
Comment 3 misterm 2011-07-08 03:41:23 UTC
Created attachment 109314 [details]
stacktrace