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 268473 - NullPointerException at org.netbeans.modules.cnd.makeproject.ui.ViewItemPasteType.pasteImpl
Summary: NullPointerException at org.netbeans.modules.cnd.makeproject.ui.ViewItemPaste...
Status: RESOLVED INCOMPLETE
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-11 16:52 UTC by Exceptions Reporter
Modified: 2016-10-17 13:34 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 226697


Attachments
stacktrace (541 bytes, text/plain)
2016-10-11 16:52 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2016-10-11 16:52:43 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Mac OS X

User Comments:
GUEST: <Please provide a description of the problem or the steps to reproduce>
 f net beans




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.cnd.makeproject.ui.ViewItemPasteType.pasteImpl(ViewItemPasteType.java:139)
   at org.netbeans.modules.cnd.makeproject.ui.ViewItemPasteType$1.run(ViewItemPasteType.java:113)
   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)
   at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2058)
Comment 1 Exceptions Reporter 2016-10-11 16:52:45 UTC
Created attachment 162457 [details]
stacktrace
Comment 2 Alexander Simon 2016-10-17 13:34:26 UTC
Please provide steps to reproduce the bug.