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 240895 - NullPointerException at org.netbeans.modules.cnd.makefile.wizard.BaseDirectoryPanel.removeNotify
Summary: NullPointerException at org.netbeans.modules.cnd.makefile.wizard.BaseDirector...
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: sh (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-23 15:49 UTC by Vladimir Kvashin
Modified: 2014-01-24 06:23 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 206898


Attachments
stacktrace (6.13 KB, text/plain)
2014-01-23 15:49 UTC, Vladimir Kvashin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Kvashin 2014-01-23 15:49:10 UTC
Build: NetBeans IDE Dev (Build 20140123-acdf71219129)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.45-b08, Java(TM) SE Runtime Environment, 1.7.0_45-b18
OS: Linux

User Comments:
vkvashin: I worked with a full remote project; I don't remember exactly what I did




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.cnd.makefile.wizard.BaseDirectoryPanel.removeNotify(BaseDirectoryPanel.java:193)
   at java.awt.Container.removeNotify(Container.java:2800)
   at javax.swing.JComponent.removeNotify(JComponent.java:4759)
   at java.awt.Container.removeNotify(Container.java:2800)
   at javax.swing.JComponent.removeNotify(JComponent.java:4759)
   at java.awt.Container.removeNotify(Container.java:2800)
Comment 1 Vladimir Kvashin 2014-01-23 15:49:11 UTC
Created attachment 144300 [details]
stacktrace
Comment 2 Vladimir Kvashin 2014-01-24 06:23:11 UTC
fixed in cnd-main
http://hg.netbeans.org/cnd-main/rev/703f20342299
please note that commmit comment is wrong in this commit (it says it fixes other bug)