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

Summary: NoSuchMethodError: org.netbeans.modules.editor.lib2.typinghooks.TypedTextInterceptorsManager.openTransaction(Ljavax/swing/text/JTextComponent;Ljavax/swing/text/Position;Ljava/lang/String;)Lorg/netbean
Product: editor Reporter: thilob <thilob>
Component: -- Other --Assignee: Milutin Kristofic <mkristofic>
Status: RESOLVED FIXED    
Severity: normal CC: mps77, zdenek.rod
Priority: P3    
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 198201
Attachments: stacktrace
stacktrace

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