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 270909

Summary: NullPointerException at org.netbeans.modules.jumpto.file.FileSearchAction.getSelectedFiles
Product: utilities Reporter: Jesse Glick <jglick>
Component: Jump ToAssignee: Tomas Zezula <tzezula>
Status: RESOLVED INVALID    
Severity: normal    
Priority: P3    
Version: Dev   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 229496
Attachments: stacktrace

Description Jesse Glick 2017-06-19 17:19:41 UTC
Build: NetBeans IDE Dev (Build 20170615-cfcc0027bcd9)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.131-b11, Java(TM) SE Runtime Environment, 1.8.0_131-b11
OS: Linux

User Comments:
jglick: Trying to use jump to file. Totally broken.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.jumpto.file.FileSearchAction.getSelectedFiles(FileSearchAction.java:373)
   at org.netbeans.modules.jumpto.file.FileSearchAction.actionPerformed(FileSearchAction.java:174)
   at org.openide.windows.TopComponent.processKeyBinding(TopComponent.java:1176)
   at javax.swing.JComponent.processKeyBindings(JComponent.java:2943)
   at javax.swing.JComponent.processKeyEvent(JComponent.java:2845)
   at org.openide.explorer.view.TreeView$ExplorerTree.processKeyEvent(TreeView.java:1895)
Comment 1 Jesse Glick 2017-06-19 17:19:43 UTC
Created attachment 164572 [details]
stacktrace
Comment 2 Jesse Glick 2017-06-19 17:21:27 UTC
Never mind, results from the attempt to fix bug #269797.