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 206357 - 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:52 UTC by Alexander Simon
Modified: 2011-12-14 14:27 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 183737


Attachments
stacktrace (2.82 KB, text/plain)
2011-12-14 08:52 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:52:39 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: move file from master FS to remote FS




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.cnd.makeproject.ui.ViewItemPasteType.paste(ViewItemPasteType.java:148)
   at org.openide.explorer.view.DragDropUtilities.performPaste(DragDropUtilities.java:202)
   at org.openide.explorer.view.TreeViewDropSupport.drop(TreeViewDropSupport.java:773)
   at java.awt.dnd.DropTarget.drop(DropTarget.java:434)
   at sun.awt.dnd.SunDropTargetContextPeer.processDropMessage(SunDropTargetContextPeer.java:519)
   at sun.awt.X11.XDropTargetContextPeer.processDropMessage(XDropTargetContextPeer.java:165)
Comment 1 Alexander Simon 2011-12-14 08:52:42 UTC
Created attachment 114131 [details]
stacktrace