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 183849 - NoSuchMethodError: scala.collection.mutable.ArrayBuffer.$plus$plus$eq(Lscala/collection/Traversable;)Lscala/collection/mutable/ArrayBuffer;
Summary: NoSuchMethodError: scala.collection.mutable.ArrayBuffer.$plus$plus$eq(Lscala/...
Status: NEW
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: 2010-04-11 18:48 UTC by jeffmcclure
Modified: 2010-04-11 19:29 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 165765


Attachments
stacktrace (1.86 KB, text/plain)
2010-04-11 18:48 UTC, jeffmcclure
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jeffmcclure 2010-04-11 18:48:04 UTC
Build: NetBeans IDE Dev (Build 201004100201)
VM: Java HotSpot(TM) 64-Bit Server VM, 14.3-b01-101, Java(TM) SE Runtime Environment, 1.6.0_17-b04-248-10M3025
OS: Mac OS X

User Comments:
jeffmcclure: Viewing .scala file

GUEST: started latest netbeans with some scala files open




Stacktrace: 
java.lang.NoSuchMethodError: scala.collection.mutable.ArrayBuffer.$plus$plus$eq(Lscala/collection/Traversable;)Lscala/collection/mutable/ArrayBuffer;
   at org.netbeans.modules.scala.core.ScalaGlobal$.getGlobal(ScalaGlobal.java:369)
   at org.netbeans.modules.scala.core.ScalaParserResult.global(ScalaParserResult.java:114)
   at org.netbeans.modules.scala.core.ScalaParserResult.rootScope(ScalaParserResult.java:123)
   at org.netbeans.modules.scala.editor.ScalaStructureAnalyzer.scan(ScalaStructureAnalyzer.java:67)
   at org.netbeans.modules.csl.navigation.ElementScanningTask$1.run(ElementScanningTask.java:121)
   at org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:151)
Comment 1 jeffmcclure 2010-04-11 18:48:09 UTC
Created attachment 97035 [details]
stacktrace
Comment 2 jeffmcclure 2010-04-11 19:29:58 UTC
I uninstalled the scala plugins and re-installed them and it seems to have resolved the issue.