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 199964 - [70cat] java.util.NoSuchElementException at scala.ref.ReferenceWrapper$class.apply
Summary: [70cat] java.util.NoSuchElementException at scala.ref.ReferenceWrapper$class....
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-07-08 03:01 UTC by misterm
Modified: 2011-07-08 03:01 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 179772


Attachments
stacktrace (4.17 KB, text/plain)
2011-07-08 03:01 UTC, misterm
Details

Note You need to log in before you can comment on or make changes to this bug.
Description misterm 2011-07-08 03:01:53 UTC
Build: NetBeans IDE Dev (Build 20110704-3ee08322d9ec)
VM: Java HotSpot(TM) Client VM, 16.2-b04, Java(TM) SE Runtime Environment, 1.6.0_19-b04
OS: Windows 7

Stacktrace: 
java.util.NoSuchElementException
   at scala.ref.ReferenceWrapper$class.apply(ReferenceWrapper.java:23)
   at scala.ref.WeakReference.apply(WeakReference.java:15)
   at scala.tools.nsc.typechecker.Namers$Namer$$anonfun$templateSig$2.apply(Namers.java:777)
   at scala.tools.nsc.typechecker.Namers$Namer$$anonfun$templateSig$2.apply(Namers.java:776)
   at scala.Option.map(Option.java:134)
   at scala.tools.nsc.typechecker.Namers$Namer.templateSig(Namers.java:776)
Comment 1 misterm 2011-07-08 03:01:58 UTC
Created attachment 109310 [details]
stacktrace