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 256676 - NullPointerException at org.openide.explorer.view.Visualizer.findNode
Summary: NullPointerException at org.openide.explorer.view.Visualizer.findNode
Status: NEW
Alias: None
Product: utilities
Classification: Unclassified
Component: Search (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-18 23:51 UTC by RichTWebGuy
Modified: 2015-11-20 07:45 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 221238


Attachments
stacktrace (2.31 KB, text/plain)
2015-11-18 23:51 UTC, RichTWebGuy
Details

Note You need to log in before you can comment on or make changes to this bug.
Description RichTWebGuy 2015-11-18 23:51:07 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Linux

User Comments:
RichTWebGuy: had just started it up and waiting for it to finish source scan




Stacktrace: 
java.lang.NullPointerException
   at org.openide.explorer.view.Visualizer.findNode(Visualizer.java:90)
   at org.netbeans.modules.search.ui.AbstractSearchResultsPanel.testNodeInRow(AbstractSearchResultsPanel.java:643)
   at org.netbeans.modules.search.ui.AbstractSearchResultsPanel.findRowIndexInOutline(AbstractSearchResultsPanel.java:630)
   at org.netbeans.modules.search.ui.AbstractSearchResultsPanel.getChildrenInDisplayedOrder(AbstractSearchResultsPanel.java:597)
   at org.netbeans.modules.search.ui.AbstractSearchResultsPanel.getChildren(AbstractSearchResultsPanel.java:585)
   at org.netbeans.modules.search.ui.AbstractSearchResultsPanel.findDown(AbstractSearchResultsPanel.java:545)
Comment 1 RichTWebGuy 2015-11-18 23:51:10 UTC
Created attachment 157400 [details]
stacktrace
Comment 2 Ondrej Vrabec 2015-11-20 07:45:32 UTC
search passes null object to Visualizer.findNode