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 151570 - [65cat] NullPointerException at org.netbeans.modules.cnd.makeproject.MakeProjectConfigurationProvider.setActiveConfiguration
Summary: [65cat] NullPointerException at org.netbeans.modules.cnd.makeproject.MakeProj...
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: 2008-10-28 11:14 UTC by sunbiz
Modified: 2009-02-19 20:29 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 133415


Attachments
stacktrace (2.95 KB, text/plain)
2008-10-28 11:14 UTC, sunbiz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sunbiz 2008-10-28 11:14:27 UTC
Build: NetBeans IDE Dev (Build 200810240201)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-rc2-b32
OS: Windows Vista, 6.0, x86

Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.cnd.makeproject.MakeProjectConfigurationProvider.setActiveConfiguration(MakeProjectConfigurationProvider.java:83)
        at org.netbeans.modules.project.ui.actions.ActiveConfigAction$.run(ActiveConfigAction.java:497)
        at org.netbeans.modules.project.ui.actions.ActiveConfigAction$.run(ActiveConfigAction.java:496)
        at org.openide.util.Mutex.writeAccess(Mutex.java:433)
        at org.netbeans.modules.project.ui.actions.ActiveConfigAction.setActiveConfiguration(ActiveConfigAction.java:495)
        at org.netbeans.modules.project.ui.actions.ActiveConfigAction.activeConfigurationSelected(ActiveConfigAction.java:223)
Comment 1 sunbiz 2008-10-28 11:14:34 UTC
Created attachment 72753 [details]
stacktrace
Comment 2 Thomas Preisler 2008-11-14 20:21:01 UTC
What steps lead up to this exception? Is it reproducible?

I'm afraid I will need some details in order for me to understand what is going on.


Comment 3 Thomas Preisler 2008-12-11 22:08:29 UTC
Can't reproduce. Please reopen with detailed info if you can reproduce the NPE.