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 216227 - AssertionError: assertion failed: mismatch anonymous class $anon List() List(100, 100)
Summary: AssertionError: assertion failed: mismatch anonymous class $anon List() List(...
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-08-01 01:49 UTC by jsacha
Modified: 2012-10-22 02:11 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 162185


Attachments
stacktrace (12.16 KB, text/plain)
2012-08-01 01:49 UTC, jsacha
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jsacha 2012-08-01 01:49:18 UTC
Build: NetBeans IDE 7.2 (Build 201207171143)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.1-b03, Java(TM) SE Runtime Environment, 1.7.0_05-b05
OS: Windows 7

Stacktrace: 
java.lang.AssertionError: assertion failed: mismatch anonymous class $anon List() List(100, 100)
   at scala.Predef$.assert(Predef.java:103)
   at scala.tools.nsc.typechecker.Typers$Typer.decompose$1(Typers.java:1580)
   at scala.tools.nsc.typechecker.Typers$Typer.computeParamAliases(Typers.java:1587)
   at scala.tools.nsc.typechecker.Typers$Typer.typedDefDef(Typers.java:1759)
   at scala.tools.nsc.typechecker.Typers$Typer.typed1(Typers.java:3879)
   at scala.tools.nsc.typechecker.Typers$Typer.typed(Typers.java:4219)
Comment 1 jsacha 2012-08-01 01:49:21 UTC
Created attachment 122607 [details]
stacktrace