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 - NoSuchMethodException: javax.swing.plaf.basic.BasicEditorPaneUI.getEditorUI()
Summary: NoSuchMethodException: javax.swing.plaf.basic.BasicEditorPaneUI.getEditorUI()
Status: RESOLVED DUPLICATE of bug 214847
Alias: None
Product: editor
Classification: Unclassified
Component: Search (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-24 08:05 UTC by Tomas Mysik
Modified: 2012-06-27 12:00 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 189984


Attachments
stacktrace (3.72 KB, text/plain)
2012-06-24 08:05 UTC, Tomas Mysik
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***