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 268048

Summary: NullPointerException at org.netbeans.modules.openide.explorer.ExplorerActionsImpl.updatePasteAction
Product: platform Reporter: emiddio <emiddio>
Component: ExplorerAssignee: Jan Peska <JPESKA>
Status: NEW ---    
Severity: normal CC: FrantaM, netbiolab12
Priority: P3    
Version: Dev   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 186006
Attachments: stacktrace

Description emiddio 2016-09-15 19:49:08 UTC
Build: NetBeans IDE Dev (Build 201609120002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.92-b14, Java(TM) SE Runtime Environment, 1.8.0_92-b14
OS: Windows 7

User Comments:
GUEST: Working with Node.js (WIndows 8.1) debugging a js script inspecting an array of printers.

GUEST: Debugging using Netbeans IDE 8.0

GUEST: Just debugging a project

emiddio: switching windows

GUEST: A java.lang.NullPointerException exception has occurred.
Please report this at http://www.netbeans.org/community/issues.html,
including a copy of your messages.log file as an attachment.
The messages.log file is located in your C:\Users\Robert\AppData\Roaming\NetBeans\8.0.1\var\log folder.

GUEST: Debugging a C++ application

GUEST: Please provide a description of the problem or the steps to reproduce




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.openide.explorer.ExplorerActionsImpl.updatePasteAction(ExplorerActionsImpl.java:338)
   at org.netbeans.modules.openide.explorer.ExplorerActionsImpl.updateActions(ExplorerActionsImpl.java:281)
   at org.netbeans.modules.openide.explorer.ExplorerActionsImpl$ActionStateUpdater.run(ExplorerActionsImpl.java:844)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1443)
   at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:68)
   at org.openide.util.lookup.Lookups.executeWith(Lookups.java:303)
Comment 1 emiddio 2016-09-15 19:49:11 UTC
Created attachment 162065 [details]
stacktrace