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 - NullPointerException at org.netbeans.modules.jumpto.file.FileSearchAction.getSelectedFiles
Summary: NullPointerException at org.netbeans.modules.jumpto.file.FileSearchAction.get...
Status: RESOLVED INVALID
Alias: None
Product: utilities
Classification: Unclassified
Component: Jump To (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-19 17:19 UTC by Jesse Glick
Modified: 2017-06-19 17:21 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 229496


Attachments
stacktrace (2.94 KB, text/plain)
2017-06-19 17:19 UTC, Jesse Glick
Details

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