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 253220 - NullPointerException at org.netbeans.core.multiview.MultiViewPeer.peerGetActions
Summary: NullPointerException at org.netbeans.core.multiview.MultiViewPeer.peerGetActions
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-28 00:24 UTC by dbcurtis
Modified: 2015-06-28 00:24 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 206379


Attachments
stacktrace (3.02 KB, text/plain)
2015-06-28 00:24 UTC, dbcurtis
Details

Note You need to log in before you can comment on or make changes to this bug.
Description dbcurtis 2015-06-28 00:24:23 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.25-b02, Java(TM) SE Runtime Environment, 1.8.0_25-b18
OS: Windows 8

User Comments:
GUEST: ??

dbcurtis: Getting ready to close all tabs, pointer went onto a .json file that has an error in it, then the exception....




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.core.multiview.MultiViewPeer.peerGetActions(MultiViewPeer.java:535)
   at org.netbeans.core.multiview.MultiViewCloneableTopComponent.getActions(MultiViewCloneableTopComponent.java:179)
   at org.netbeans.core.windows.view.ui.TabbedHandler.handlePopupMenuShowing(TabbedHandler.java:446)
   at org.netbeans.core.windows.view.ui.TabbedHandler.actionPerformed(TabbedHandler.java:343)
   at org.netbeans.core.multitabs.Controller.postActionEvent(Controller.java:133)
   at org.netbeans.core.multitabs.Controller.maybeShowPopup(Controller.java:193)
Comment 1 dbcurtis 2015-06-28 00:24:25 UTC
Created attachment 154413 [details]
stacktrace