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 220526 - AssertionError: assertion failed: object ParSeqLike$Elements
Summary: AssertionError: assertion failed: object ParSeqLike$Elements
Status: NEW
Alias: None
Product: contrib
Classification: Unclassified
Component: Scala (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: _ dcaoyuan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-22 02:14 UTC by jsacha
Modified: 2012-10-22 02:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 193860


Attachments
stacktrace (20.15 KB, text/plain)
2012-10-22 02:14 UTC, jsacha
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jsacha 2012-10-22 02:14:54 UTC
Build: NetBeans IDE 7.2 (Build 201207171143)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.3-b01, Java(TM) SE Runtime Environment, 1.7.0_07-b10
OS: Windows 7

Stacktrace: 
java.lang.AssertionError: assertion failed: object ParSeqLike$Elements
   at scala.Predef$.assert(Predef.java:103)
   at scala.tools.nsc.symtab.SymbolLoaders.enterClassAndModule(SymbolLoaders.java:66)
   at scala.tools.nsc.symtab.SymbolLoaders$PackageLoader$$anonfun$doComplete$3.apply(SymbolLoaders.java:197)
   at scala.tools.nsc.symtab.SymbolLoaders$PackageLoader$$anonfun$doComplete$3.apply(SymbolLoaders.java:188)
   at scala.collection.TraversableLike$WithFilter$$anonfun$foreach$1.apply(TraversableLike.java:704)
   at scala.collection.LinearSeqOptimized$class.foreach(LinearSeqOptimized.java:59)
Comment 1 jsacha 2012-10-22 02:14:56 UTC
Created attachment 126283 [details]
stacktrace