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 169788

Summary: NullPointerException at org.netbeans.modules.cnd.makeproject.api.configurations.Item.propertyChange
Product: cnd Reporter: Alexey Vladykin <alexey_vladykin>
Component: -- Other --Assignee: Thomas Preisler <thp>
Status: RESOLVED WORKSFORME    
Severity: blocker    
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=154826
Issue Type: DEFECT Exception Reporter: 154826
Attachments: stacktrace

Description Alexey Vladykin 2009-08-04 10:27:56 UTC
Build: NetBeans IDE Dev (Build 090731)
VM: Java HotSpot(TM) 64-Bit Server VM, 11.3-b02, Java(TM) SE Runtime Environment, 1.6.0_13-b03
OS: Linux, 2.6.29-gentoo-r5, amd64

User Comments:
alexey_vladykin: Dragged and dropped a header file to another directory using the "Files" tab.



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.cnd.makeproject.api.configurations.Item.propertyChange(Item.java:237)
        at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:339)
        at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:276)
        at org.openide.loaders.DataObject.firePropertyChange(DataObject.java:914)
        at org.openide.loaders.DataObject.move(DataObject.java:719)
        at org.openide.loaders.DataFolder$Paste$1.handlePaste(DataFolder.java:1577)
Comment 1 Alexey Vladykin 2009-08-04 10:28:00 UTC
Created attachment 85747 [details]
stacktrace
Comment 2 Thomas Preisler 2009-08-07 12:33:42 UTC
I cannot reproduce this one. Please reopen if you see it again and try to remember what steps were leading up to the exception. Just dragging and dropping 
files in Files tab doesn't do it.