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 - NullPointerException at org.netbeans.modules.openide.explorer.ExplorerActionsImpl.updatePasteAction
Summary: NullPointerException at org.netbeans.modules.openide.explorer.ExplorerActions...
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Explorer (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Jan Peska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-15 19:49 UTC by emiddio
Modified: 2017-06-07 08:52 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 186006


Attachments
stacktrace (4.20 KB, text/plain)
2016-09-15 19:49 UTC, emiddio
Details

Note You need to log in before you can comment on or make changes to this bug.
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