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 73897 - Find (Ctrl+F) causes java.lang.ClassCastException with Napkin LAF
Summary: Find (Ctrl+F) causes java.lang.ClassCastException with Napkin LAF
Status: RESOLVED WONTFIX
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Jan Chalupa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-22 16:55 UTC by rkostoh
Modified: 2006-10-27 14:34 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
messages.log file for ClassCastException (51.91 KB, text/plain)
2006-03-22 16:57 UTC, rkostoh
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rkostoh 2006-03-22 16:55:46 UTC
I'm using the Napkin look and feel with Netbeans 5.0 and Java 1.5.0_06.  When I
try to use Find (Ctrl+F) in the Projects or Files windows I get the following
ClassCastException.

java.lang.ClassCastException: net.sourceforge.napkinlaf.borders.NapkinWrappedBorder
	at
org.netbeans.modules.vcscore.search.VcsSearchCustomizer.localizeComponents(VcsSearchCustomizer.java:102)
	at
org.netbeans.modules.vcscore.search.VcsSearchCustomizer.<init>(VcsSearchCustomizer.java:33)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
	at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
	at java.lang.Class.newInstance0(Class.java:350)
	at java.lang.Class.newInstance(Class.java:303)
	at
org.netbeans.modules.search.SearchTypePanel.createCustomizer(SearchTypePanel.java:339)
	at org.netbeans.modules.search.SearchTypePanel.<init>(SearchTypePanel.java:104)
	at org.netbeans.modules.search.SearchPanel.<init>(SearchPanel.java:141)
	at org.netbeans.modules.search.SearchPanel.<init>(SearchPanel.java:99)
	at
org.netbeans.modules.search.SearchPerformer.performAction(SearchPerformer.java:164)
	at org.openide.util.actions.NodeAction$3.run(NodeAction.java:531)
	at
org.netbeans.modules.openide.util.ActionsBridge.doPerformAction(ActionsBridge.java:47)
	at
org.openide.util.actions.NodeAction$DelegateAction.actionPerformed(NodeAction.java:527)
	at
org.openide.util.actions.CallbackSystemAction$2.run(CallbackSystemAction.java:553)
	at
org.netbeans.modules.openide.util.ActionsBridge.doPerformAction(ActionsBridge.java:47)
	at
org.openide.util.actions.CallbackSystemAction$DelegateAction.actionPerformed(CallbackSystemAction.java:557)
	at org.openide.windows.TopComponent.processKeyBinding(TopComponent.java:848)
	at javax.swing.JComponent.processKeyBindings(JComponent.java:2809)
	at javax.swing.JComponent.processKeyEvent(JComponent.java:2726)
	at java.awt.Component.processEvent(Component.java:5265)
	at java.awt.Container.processEvent(Container.java:1966)
	at java.awt.Component.dispatchEventImpl(Component.java:3955)
	at java.awt.Container.dispatchEventImpl(Container.java:2024)
	at java.awt.Component.dispatchEvent(Component.java:3803)
	at java.awt.KeyboardFocusManager.redispatchEvent(KeyboardFocusManager.java:1810)
	at
java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(DefaultKeyboardFocusManager.java:672)
	at
java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(DefaultKeyboardFocusManager.java:920)
	at
java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(DefaultKeyboardFocusManager.java:798)
	at
java.awt.DefaultKeyboardFocusManager.dispatchEvent(DefaultKeyboardFocusManager.java:636)
	at java.awt.Component.dispatchEventImpl(Component.java:3841)
	at java.awt.Container.dispatchEventImpl(Container.java:2024)
	at java.awt.Window.dispatchEventImpl(Window.java:1774)
	at java.awt.Component.dispatchEvent(Component.java:3803)
[catch] at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
	at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
	at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
Comment 1 rkostoh 2006-03-22 16:57:19 UTC
Created attachment 29366 [details]
messages.log file for ClassCastException
Comment 2 Marian Mirilovic 2006-10-27 14:34:43 UTC
Please report this issue directly to module owner :
http://sourceforge.net/tracker/?group_id=104116&atid=636983