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 101444 - NullPointerException in PredefinedPanel.save()
Summary: NullPointerException in PredefinedPanel.save()
Status: CLOSED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker (vote)
Assignee: Vladimir Voskresensky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-17 19:48 UTC by Alexander Simon
Modified: 2007-11-02 16:06 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Simon 2007-04-17 19:48:40 UTC
java.lang.NullPointerException
        at
org.netbeans.modules.cnd.makeproject.ui.options.PredefinedPanel.save(PredefinedPanel.java:93)
        at
org.netbeans.modules.cnd.makeproject.ui.options.ParserSettingsPanel.save(ParserSettingsPanel.java:99)
        at
org.netbeans.modules.cnd.makeproject.ui.options.CodeAssistancePanelController.applyChanges(CodeAssistancePanelController.java:38)
        at
org.netbeans.modules.cnd.ui.options.CndOptionsPanelController.applyChanges(CndOptionsPanelController.java:57)
        at org.netbeans.modules.options.OptionsPanel.save(OptionsPanel.java:401)
        at
org.netbeans.modules.options.OptionsWindowAction$OptionsPanelListener$1.run(OptionsWindowAction.java:187)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:499)
[catch] at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:932)
Comment 1 _ gordonp 2007-04-18 01:12:25 UTC
Raising to P1. This posts an exception window every time Tools->Options
is displayed.
Comment 2 Vladimir Voskresensky 2007-04-18 06:32:44 UTC
fixed.
- remember panel

cvs log:
Checking in PredefinedPanel.java;
/cvs/cnd/makeproject/src/org/netbeans/modules/cnd/makeproject/ui/options/PredefinedPanel.java,v
 <--  PredefinedPanel.java
new revision: 1.1.2.2.10.8; previous revision: 1.1.2.2.10.7
done