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 269701 - NullPointerException at org.netbeans.modules.docbook.DocBookNavigatorPanel.panelDeactivated
Summary: NullPointerException at org.netbeans.modules.docbook.DocBookNavigatorPanel.pa...
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Navigator (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Jan Peska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-01 08:27 UTC by gtg
Modified: 2017-02-01 08:27 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 227888


Attachments
stacktrace (3.52 KB, text/plain)
2017-02-01 08:27 UTC, gtg
Details

Note You need to log in before you can comment on or make changes to this bug.
Description gtg 2017-02-01 08:27:40 UTC
Build: NetBeans IDE Dev (Build 201701170001)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.92-b14, Java(TM) SE Runtime Environment, 1.8.0_92-b14
OS: Linux

User Comments:
gtg: After view of XML file - the Navigator is empty when when to other type file and Navigator stay on the wrong XML file.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.docbook.DocBookNavigatorPanel.panelDeactivated(DocBookNavigatorPanel.java:157)
   at org.netbeans.modules.navigator.NavigatorController.activatePanel(NavigatorController.java:295)
   at org.netbeans.modules.navigator.NavigatorController.propertyChange(NavigatorController.java:713)
   at java.beans.PropertyChangeSupport.fire(PropertyChangeSupport.java:335)
   at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:327)
   at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:263)
Comment 1 gtg 2017-02-01 08:27:42 UTC
Created attachment 163529 [details]
stacktrace