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 225572 - NoSuchMethodError: org.netbeans.modules.editor.lib2.typinghooks.TypedTextInterceptorsManager.openTransaction(Ljavax/swing/text/JTextComponent;Ljavax/swing/text/Position;Ljava/lang/String;)Lorg/netbean
Summary: NoSuchMethodError: org.netbeans.modules.editor.lib2.typinghooks.TypedTextInte...
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-31 06:59 UTC by thilob
Modified: 2013-02-01 03:05 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 198201


Attachments
stacktrace (3.16 KB, text/plain)
2013-01-31 06:59 UTC, thilob
Details
stacktrace (3.16 KB, text/plain)
2013-01-31 08:13 UTC, zdenek.rod
Details

Note You need to log in before you can comment on or make changes to this bug.
Description thilob 2013-01-31 06:59:29 UTC
Build: NetBeans IDE Dev (Build nbms-and-javadoc-10090-on-20130116)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.6-b04, Java(TM) SE Runtime Environment, 1.7.0_11-b21
OS: Windows 7

User Comments:
thilob: editing the default Sample.fxml - want to add a new <?import?>  -Line just below import javafx.scene.layout
Error occured when typing the "<"




Stacktrace: 
java.lang.NoSuchMethodError: org.netbeans.modules.editor.lib2.typinghooks.TypedTextInterceptorsManager.openTransaction(Ljavax/swing/text/JTextComponent;Ljavax/swing/text/Position;Ljava/lang/String;)Lorg/netbeans/modules/editor/lib2/typinghooks/TypedTextInterceptorsManager$Transaction;
   at org.netbeans.editor.BaseKit$DefaultKeyTypedAction.actionPerformed(BaseKit.java:1167)
   at org.netbeans.editor.ext.ExtKit$ExtDefaultKeyTypedAction.actionPerformed(ExtKit.java:1022)
   at org.netbeans.editor.BaseAction.actionPerformed(BaseAction.java:339)
   at javax.swing.SwingUtilities.notifyAction(SwingUtilities.java:1664)
   at javax.swing.JComponent.processKeyBinding(JComponent.java:2879)
   at javax.swing.JComponent.processKeyBindings(JComponent.java:2926)
Comment 1 thilob 2013-01-31 06:59:34 UTC
Created attachment 130865 [details]
stacktrace
Comment 2 zdenek.rod 2013-01-31 08:13:52 UTC
Created attachment 130869 [details]
stacktrace

I pressed shift+o and it cause an error.
Comment 3 Milutin Kristofic 2013-01-31 11:48:56 UTC
Caused by Bug #225293
Fixed by http://hg.netbeans.org/jet-main/rev/a3eb5126472b
Comment 4 mps77 2013-01-31 14:45:32 UTC
onthefly repair on installed Netbeans:

org-netbeans-modules-editor-lib.jar

META-INF\MANIFEST.MF

OpenIDE-Module-Specification-Version: 3.35.0.0.40
Comment 5 Quality Engineering 2013-02-01 03:05:44 UTC
Integrated into 'main-golden', will be available in build *201302010001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/a3eb5126472b
User: Milutin Kristofic <mkristofic@netbeans.org>
Log: #225572 - NoSuchMethodError: org.netbeans.modules.editor.lib2.typinghooks.TypedTextInterceptorsManager.openTransaction