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 212733 - NoSuchMethodError: org.netbeans.modules.csl.spi.GsfUtilities.setLineIndentation(Lorg/netbeans/editor/BaseDocument;II)V
Summary: NoSuchMethodError: org.netbeans.modules.csl.spi.GsfUtilities.setLineIndentati...
Status: NEW
Alias: None
Product: contrib
Classification: Unclassified
Component: Scala (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal with 1 vote (vote)
Assignee: _ dcaoyuan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-19 02:30 UTC by misterm
Modified: 2013-02-12 19:57 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 188107


Attachments
stacktrace (3.04 KB, text/plain)
2012-05-19 02:30 UTC, misterm
Details
stacktrace (3.04 KB, text/plain)
2012-06-02 23:37 UTC, misterm
Details
stacktrace (3.79 KB, text/plain)
2012-10-04 08:02 UTC, Exceptions Reporter
Details
stacktrace (3.77 KB, text/plain)
2013-01-21 19:43 UTC, allysnoi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description misterm 2012-05-19 02:30:40 UTC
Build: NetBeans IDE Dev (Build 20120518-c2fc5ef7e6b5)
VM: Java HotSpot(TM) Client VM, 16.2-b04, Java(TM) SE Runtime Environment, 1.6.0_19-b04
OS: Windows 7

Stacktrace: 
java.lang.NoSuchMethodError: org.netbeans.modules.csl.spi.GsfUtilities.setLineIndentation(Lorg/netbeans/editor/BaseDocument;II)V
   at org.netbeans.modules.scala.editor.ScalaKeystrokeHandler.reindent(ScalaKeystrokeHandler.java:912)
   at org.netbeans.modules.scala.editor.ScalaKeystrokeHandler.afterCharInserted(ScalaKeystrokeHandler.java:797)
   at org.netbeans.modules.csl.core.CslEditorKit$GsfDefaultKeyTypedAction.insertString(CslEditorKit.java:259)
   at org.netbeans.editor.BaseKit$DefaultKeyTypedAction.performTextInsertion(BaseKit.java:1307)
   at org.netbeans.editor.BaseKit$DefaultKeyTypedAction.access$100(BaseKit.java:1073)
   at org.netbeans.editor.BaseKit$DefaultKeyTypedAction$2.run(BaseKit.java:1175)
Comment 1 misterm 2012-05-19 02:30:46 UTC
Created attachment 119639 [details]
stacktrace
Comment 2 misterm 2012-06-02 23:37:13 UTC
Created attachment 120248 [details]
stacktrace
Comment 3 Exceptions Reporter 2012-08-15 11:45:49 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=188107
Comment 4 Exceptions Reporter 2012-10-04 08:02:13 UTC
Created attachment 125357 [details]
stacktrace

Editor doesn't allow me to enter "case". When pressing "e" this error occurs.
Comment 5 allysnoi 2013-01-21 19:43:37 UTC
Created attachment 130468 [details]
stacktrace
Comment 6 quigonjeff 2013-02-12 19:57:14 UTC
Hi. Exactly the same thing is happening to me. Can I help to fix the problem in someway? Send traces or something like that?