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 168835 - NoSuchMethodError: scala.tools.nsc.Settings$BooleanSetting.value_$eq(Z)V
Summary: NoSuchMethodError: scala.tools.nsc.Settings$BooleanSetting.value_$eq(Z)V
Status: NEW
Alias: None
Product: contrib
Classification: Unclassified
Component: Scala (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: _ dcaoyuan
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-20 20:06 UTC by wstrange
Modified: 2009-11-26 03:51 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 151465


Attachments
stacktrace (1006 bytes, text/plain)
2009-07-20 20:06 UTC, wstrange
Details

Note You need to log in before you can comment on or make changes to this bug.
Description wstrange 2009-07-20 20:06:45 UTC
Build: NetBeans IDE Dev (Build 200907071400)
VM: Java HotSpot(TM) 64-Bit Server VM, 11.3-b02-77, Java(TM) SE Runtime Environment, 1.6.0_13-b03-196
OS: Mac OS X, 10.5.7, x86_64

User Comments:
GUEST: Editing scala project

GUEST: create standard scala application

GUEST: I was opening a maven project (scala, osgi with bnd plugin)



Stacktrace: 
java.lang.NoSuchMethodError: scala.tools.nsc.Settings$BooleanSetting.value_$eq(Z)V<br/>
        at org.netbeans.modules.scala.editing.ScalaGlobal.getGlobal(ScalaGlobal.java:168)<br/>
        at org.netbeans.modules.scala.editing.ScalaParser.parseBuffer(ScalaParser.java:552)<br/>
        at org.netbeans.modules.scala.editing.ScalaParser.parse(ScalaParser.java:112)<br/>
        at org.netbeans.modules.parsing.impl.SourceCache.getResult(SourceCache.java:198)<br/>
        at org.netbeans.modules.parsing.impl.TaskProcessor$CompilationJob.run(TaskProcessor.java:648)<br/>
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)<br/>
Comment 1 wstrange 2009-07-20 20:06:57 UTC
Created attachment 84946 [details]
stacktrace
Comment 2 Exceptions Reporter 2009-07-20 20:07:23 UTC
This issue already has 7 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=151465
Comment 3 Exceptions Reporter 2009-07-21 00:40:58 UTC
This issue already has 8 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=151465
Comment 4 Exceptions Reporter 2009-08-04 00:15:02 UTC
This issue already has 22 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=151465
Comment 5 _ dcaoyuan 2009-09-08 06:31:33 UTC
Which version of Scala plugin and Scala runtime are you using?
Comment 6 hellochar 2009-09-08 06:47:38 UTC
i'm using plugin 6.7v1 with runtime 2.7.5
Comment 7 _ dcaoyuan 2009-11-26 03:51:24 UTC
scala.editor module was rewritten, has been fixed.