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 143559 - Invoking Find throws exception
Summary: Invoking Find throws exception
Status: RESOLVED DUPLICATE of bug 143375
Alias: None
Product: utilities
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@utilities
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-12 06:17 UTC by _ tboudreau
Modified: 2008-08-12 12:20 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ tboudreau 2008-08-12 06:17:47 UTC
Right click and invoke Find on any node in projects or files.  No dialog appears and the following exception is thrown.  Yesterdays dev build.

java.lang.NullPointerException
	at org.netbeans.modules.search.BasicSearchForm.updateWarningBackrefState(BasicSearchForm.java:580)
	at org.netbeans.modules.search.BasicSearchForm.initInteraction(BasicSearchForm.java:470)
	at org.netbeans.modules.search.BasicSearchForm.<init>(BasicSearchForm.java:130)
	at org.netbeans.modules.search.SearchPanel.<init>(SearchPanel.java:174)
	at org.netbeans.modules.search.SearchPanel.<init>(SearchPanel.java:130)
	at org.netbeans.modules.search.FindInFilesAction.performAction(FindInFilesAction.java:335)
	at org.netbeans.modules.search.FindInFilesAction.access$100(FindInFilesAction.java:94)
	at org.netbeans.modules.search.FindInFilesAction$LookupSensitive.actionPerformed(FindInFilesAction.java:434)
	at org.openide.util.actions.CallbackSystemAction$DelegateAction$1.run(CallbackSystemAction.java:592)
	at org.netbeans.modules.openide.util.ActionsBridge.doPerformAction(ActionsBridge.java:77)
	at org.openide.util.actions.CallbackSystemAction$DelegateAction.actionPerformed(CallbackSystemAction.java:596)
	at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2028)
	at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2351)
	at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
	at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
	at javax.swing.AbstractButton.doClick(AbstractButton.java:389)
	at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1220)
	at apple.laf.CUIAquaMenuItem.doClick(CUIAquaMenuItem.java:119)
	at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1261)
	at java.awt.Component.processMouseEvent(Component.java:6126)
	at javax.swing.JComponent.processMouseEvent(JComponent.java:3265)
	at java.awt.Component.processEvent(Component.java:5891)
	at java.awt.Container.processEvent(Container.java:2102)
	at java.awt.Component.dispatchEventImpl(Component.java:4497)
	at java.awt.Container.dispatchEventImpl(Container.java:2160)
	at java.awt.Component.dispatchEvent(Component.java:4327)
	at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4366)
	at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4030)
	at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3960)
	at java.awt.Container.dispatchEventImpl(Container.java:2146)
	at java.awt.Window.dispatchEventImpl(Window.java:2440)
	at java.awt.Component.dispatchEvent(Component.java:4327)
[catch] at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
	at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:104)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:300)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:210)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:200)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:195)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:187)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)
Comment 1 Tomas Pavek 2008-08-12 12:20:05 UTC
Already fixed.

*** This issue has been marked as a duplicate of 143375 ***