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 206356 - NullPointerException at org.netbeans.modules.cnd.makeproject.ui.ViewItemPasteType.paste
Summary: NullPointerException at org.netbeans.modules.cnd.makeproject.ui.ViewItemPaste...
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks: 206358
  Show dependency tree
 
Reported: 2011-12-14 08:49 UTC by Alexander Simon
Modified: 2011-12-14 14:27 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 183736


Attachments
stacktrace (3.71 KB, text/plain)
2011-12-14 08:49 UTC, Alexander Simon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Simon 2011-12-14 08:49:11 UTC
Build: NetBeans IDE Dev (Build 20111208-9a6d846d5dc2)
VM: Java HotSpot(TM) Client VM, 20.2-b06, Java(TM) SE Runtime Environment, 1.6.0_27-b07
OS: SunOS

User Comments:
alexvsimon: copt file from masterFS to remote FS




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.cnd.makeproject.ui.ViewItemPasteType.paste(ViewItemPasteType.java:214)
   at org.openide.actions.PasteAction$ActionPT.actionPerformed(PasteAction.java:801)
   at org.netbeans.core.ModuleActions.invokeAction(ModuleActions.java:109)
   at org.openide.actions.PasteAction$ActionPT.run(PasteAction.java:825)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1411)
   at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1991)
Comment 1 Alexander Simon 2011-12-14 08:49:14 UTC
Created attachment 114130 [details]
stacktrace