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 148141 - scala.tools.nsc.symtab.Symbols$CyclicReference: illegal cyclic reference involving value fromAirport
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: 6.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: _ dcaoyuan
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-24 04:07 UTC by misterm
Modified: 2008-09-24 04:07 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 88537


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description misterm 2008-09-24 04:07:53 UTC
Build: NetBeans IDE Dev (Build 200808061401)
VM: Java HotSpot(TM) Client VM, 1.5.0_13-119, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_13-b05-237
OS: Mac OS X, 10.5.4, i386
User comments: Typing in getOrElse on an Option when the autocomplete tried to show
STACKTRACE: (first 10 lines)
scala.tools.nsc.symtab.Symbols$CyclicReference: illegal cyclic reference involving value fromAirport
        at scala.tools.nsc.symtab.Symbols$Symbol.info(Symbols.java:487)
        at scala.tools.nsc.symtab.Symbols$Symbol.tpe(Symbols.java:472)
        at scala.tools.nsc.symtab.Symbols$Symbol.isConstant(Symbols.java:334)
        at org.netbeans.modules.scala.editing.ast.ScalaElement.getKind(ScalaElement.java:342)
        at org.netbeans.modules.scala.editing.ast.ScalaElement.getKind(ScalaElement.java:150)
        at org.netbeans.modules.scala.editing.ScalaCompletionProposal.getKind(ScalaCompletionProposal.java:102)
        at 
org.netbeans.modules.gsfret.editor.completion.GsfCompletionItem$DelegatedItem.getSortPriority(GsfCompletionItem.java:10
6)
        at org.netbeans.modules.editor.completion.CompletionItemComparator.compare(CompletionItemComparator.java:78)
        at org.netbeans.modules.editor.completion.CompletionItemComparator.compare(CompletionItemComparator.java:54)
        at java.util.Arrays.mergeSort(Arrays.java:1284)