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 180738 - NullPointerException at org.netbeans.modules.cnd.makeproject.configurations.ui.ProjectPropPanel.save
Summary: NullPointerException at org.netbeans.modules.cnd.makeproject.configurations.u...
Status: RESOLVED DUPLICATE of bug 180731
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-15 08:08 UTC by Alexander Pepin
Modified: 2010-02-15 08:13 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 165186


Attachments
stacktrace (3.30 KB, text/plain)
2010-02-15 08:08 UTC, Alexander Pepin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Pepin 2010-02-15 08:08:44 UTC
Build: NetBeans IDE Dev (Build 201002121631)
VM: Java HotSpot(TM) Client VM, 14.2-b01, Java(TM) SE Runtime Environment, 1.6.0_16-b01
OS: Windows Vista

User Comments:
apepin: NPE on property changing




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.cnd.makeproject.configurations.ui.ProjectPropPanel.save(ProjectPropPanel.java:127)
   at org.netbeans.modules.cnd.makeproject.ui.customizer.MakeCustomizer.save(MakeCustomizer.java:378)
   at org.netbeans.modules.cnd.makeproject.api.MakeCustomizerProvider$OptionListener.actionPerformed(MakeCustomizerProvider.java:256)
   at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
   at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
   at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
Comment 1 Alexander Pepin 2010-02-15 08:08:48 UTC
Created attachment 94166 [details]
stacktrace
Comment 2 Alexander Pepin 2010-02-15 08:13:07 UTC

*** This bug has been marked as a duplicate of bug 180731 ***