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 269860 - NullPointerException at org.netbeans.modules.jumpto.file.FileSearchAction.getSelectedFiles
Summary: NullPointerException at org.netbeans.modules.jumpto.file.FileSearchAction.get...
Status: NEW
Alias: None
Product: utilities
Classification: Unclassified
Component: Jump To (show other bugs)
Version: Dev
Hardware: All All
: P3 normal with 1 vote (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-17 21:48 UTC by Jesse Glick
Modified: 2017-03-14 20:24 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 228105


Attachments
stacktrace (2.85 KB, text/plain)
2017-02-17 21:48 UTC, Jesse Glick
Details
stacktrace (2.85 KB, text/plain)
2017-02-27 18:09 UTC, Jesse Glick
Details
stacktrace (2.85 KB, text/plain)
2017-03-14 20:24 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-02-17 21:48:40 UTC
Build: NetBeans IDE Dev (Build 20170217-9672783085a7)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.112-b15, Java(TM) SE Runtime Environment, 1.8.0_112-b15
OS: Linux

User Comments:
jglick: Trying to jump to a *.groovy source.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.jumpto.file.FileSearchAction.getSelectedFiles(FileSearchAction.java:367)
   at org.netbeans.modules.jumpto.file.FileSearchAction.actionPerformed(FileSearchAction.java:172)
   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 java.awt.Component.processEvent(Component.java:6310)
Comment 1 Jesse Glick 2017-02-17 21:48:42 UTC
Created attachment 163657 [details]
stacktrace
Comment 2 Jesse Glick 2017-02-27 18:09:25 UTC
Created attachment 163721 [details]
stacktrace

Alt-Ctrl-O
Comment 3 Jesse Glick 2017-03-14 20:24:39 UTC
Created attachment 163837 [details]
stacktrace

Not sure.