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 - NullPointerException at org.netbeans.modules.cnd.makeproject.api.configurations.Item.propertyChange
Summary: NullPointerException at org.netbeans.modules.cnd.makeproject.api.configuratio...
Status: RESOLVED WORKSFORME
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Thomas Preisler
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-04 10:27 UTC by Alexey Vladykin
Modified: 2009-08-07 12:33 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 154826


Attachments
stacktrace (1.11 KB, text/plain)
2009-08-04 10:28 UTC, Alexey Vladykin
Details

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