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 177664 - NoClassDefFoundError: scala/Math$
Summary: NoClassDefFoundError: scala/Math$
Status: RESOLVED FIXED
Alias: None
Product: contrib
Classification: Unclassified
Component: Scala (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: _ dcaoyuan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-26 05:37 UTC by Eduardo.m Costa
Modified: 2009-11-26 06:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 162961


Attachments
stacktrace (2.38 KB, text/plain)
2009-11-26 05:37 UTC, Eduardo.m Costa
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Eduardo.m Costa 2009-11-26 05:37:38 UTC
Build: NetBeans IDE Dev (Build 200911091156)
VM: Java HotSpot(TM) Client VM, 10.0-b19, Java(TM) SE Runtime Environment, 1.6.0_04-b12
OS: Windows XP, 5.1, x86

User Comments:
_m4c0_: autocomplete in a netbeans platform project with scala sources



Stacktrace: 
java.lang.NoClassDefFoundError: scala/Math$
        at org.netbeans.modules.scala.core.interactive.RangePositions$class.org$netbeans$modules$scala$core$interactive$RangePositions$$maxFree(RangePositions.java:75)
        at org.netbeans.modules.scala.core.interactive.Global.org$netbeans$modules$scala$core$interactive$RangePositions$$maxFree(Global.java:20)
        at org.netbeans.modules.scala.core.interactive.RangePositions$class.findOverlapping(RangePositions.java:127)
        at org.netbeans.modules.scala.core.interactive.Global.findOverlapping(Global.java:20)
        at org.netbeans.modules.scala.core.interactive.RangePositions$class.validate$1(RangePositions.java:222)
        at org.netbeans.modules.scala.core.interactive.RangePositions$class.validatePositions(RangePositions.java:239)
Comment 1 Eduardo.m Costa 2009-11-26 05:37:43 UTC
Created attachment 91725 [details]
stacktrace
Comment 2 _ dcaoyuan 2009-11-26 06:37:06 UTC
It's caused by deprecated scala.Math in recent Scala trunk code, should be back in more recent scala nightly built. And have fixed in plugin trunk.