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 193138

Summary: NullPointerException at org.netbeans.modules.cnd.makeproject.api.configurations.CompilerSet2Configuration.<init>
Product: cnd Reporter: Exceptions Reporter <exceptions_reporter>
Component: ProjectAssignee: issues@cnd <issues>
Status: RESOLVED INCOMPLETE    
Severity: normal CC: vv159170
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 88823
Attachments: stacktrace

Description Exceptions Reporter 2010-12-09 12:50:57 UTC
This issue was reported manually by vv159170.
It already has 12 duplicates 


Build: NetBeans IDE 6.5 Beta (Build 200808111757)
VM: Java HotSpot(TM) Client VM, 10.0-b19, Java(TM) SE Runtime Environment, 1.6.0_05-b13
OS: Windows XP

User Comments:
GUEST: trying to open a new C/C++ project

GUEST: starting a c/c++ project application

GUEST: Creating a new project from existing sources/makefile.

GUEST: creating a c++ project




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.cnd.makeproject.api.configurations.CompilerSet2Configuration.<init>(CompilerSet2Configuration.java:68)
   at org.netbeans.modules.cnd.makeproject.api.configurations.MakeConfiguration.<init>(MakeConfiguration.java:117)
   at org.netbeans.modules.cnd.makeproject.api.configurations.MakeConfiguration.<init>(MakeConfiguration.java:110)
   at org.netbeans.modules.cnd.makeproject.ui.wizards.NewMakeProjectWizardIterator.instantiate(NewMakeProjectWizardIterator.java:306)
   at org.openide.loaders.TemplateWizard$InstantiatingIteratorBridge.instantiate(TemplateWizard.java:1025)
   at org.openide.loaders.TemplateWizard.handleInstantiate(TemplateWizard.java:595)
Comment 1 Exceptions Reporter 2010-12-09 12:51:01 UTC
Created attachment 103845 [details]
stacktrace
Comment 2 Thomas Preisler 2010-12-14 20:51:01 UTC
Cannot reproduce and didn't see anything obviously wrong by looking at the code. All reports are pretty old (1-2 years) and the code have changed quite a bit since so not sure what to do without a reproducible test case. Will close as INCOMPLETE. Please reopen with a reposducible test case if you see it again.