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 - NullPointerException at org.netbeans.modules.cnd.makeproject.api.configurations.CompilerSet2Configuration.<init>
Summary: NullPointerException at org.netbeans.modules.cnd.makeproject.api.configuratio...
Status: RESOLVED INCOMPLETE
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P2 normal (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-09 12:50 UTC by Exceptions Reporter
Modified: 2010-12-14 20:51 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 88823


Attachments
stacktrace (5.54 KB, text/plain)
2010-12-09 12:51 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
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.