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 214671

Summary: NoSuchMethodException: javax.swing.plaf.basic.BasicEditorPaneUI.getEditorUI()
Product: editor Reporter: Tomas Mysik <tmysik>
Component: SearchAssignee: Milutin Kristofic <mkristofic>
Status: RESOLVED DUPLICATE    
Severity: normal CC: kganfield
Priority: P3    
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 189984
Attachments: stacktrace

Description Tomas Mysik 2012-06-24 08:05:35 UTC
This bug was originally marked as duplicate of bug 210101, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.2 RC1 (Build 201206172200)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.8-b03, Java(TM) SE Runtime Environment, 1.6.0_33-b03
OS: Linux

User Comments:
tmysik: pressing F3 in a file to find a text

kganfield: using search function




Stacktrace: 
java.lang.NoSuchMethodException: javax.swing.plaf.basic.BasicEditorPaneUI.getEditorUI()
   at java.lang.Class.getMethod(Class.java:1605)
   at org.netbeans.modules.editor.lib2.ComponentUtils.getEditorUI(ComponentUtils.java:179)
   at org.netbeans.modules.editor.lib2.ComponentUtils.setStatusText(ComponentUtils.java:108)
   at org.netbeans.modules.editor.lib2.search.EditorFindSupport.findReplaceImpl(EditorFindSupport.java:525)
   at org.netbeans.modules.editor.lib2.search.EditorFindSupport.find(EditorFindSupport.java:542)
   at org.netbeans.editor.ActionFactory$FindNextAction.actionPerformed(ActionFactory.java:1160)
Comment 1 Tomas Mysik 2012-06-24 08:05:39 UTC
Created attachment 121261 [details]
stacktrace
Comment 2 Milutin Kristofic 2012-06-27 12:00:25 UTC
This is same asi in Bug #214847, but it is not about switching files, but closing file and continue in next one.

*** This bug has been marked as a duplicate of bug 214847 ***