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 270239 - 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-03-29 08:28 UTC by gtg
Modified: 2017-03-29 08:28 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 228588


Attachments
stacktrace (1.50 KB, text/plain)
2017-03-29 08:28 UTC, gtg
Details

Note You need to log in before you can comment on or make changes to this bug.
Description gtg 2017-03-29 08:28:25 UTC
Build: NetBeans IDE Dev (Build 201703100002)
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: Opening wrong XML file.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.docbook.DocBookNavigatorPanel.panelDeactivated(DocBookNavigatorPanel.java:157)
   at org.netbeans.modules.navigator.NavigatorController.showProviders(NavigatorController.java:496)
   at org.netbeans.modules.navigator.NavigatorController.access$400(NavigatorController.java:101)
   at org.netbeans.modules.navigator.NavigatorController$1$1.run(NavigatorController.java:421)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:756)
Comment 1 gtg 2017-03-29 08:28:26 UTC
Created attachment 163969 [details]
stacktrace