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 193490 - [70cat] NullPointerException at org.netbeans.modules.cnd.discovery.wizard.bridge.ProjectBridge.setHeaderTool
Summary: [70cat] NullPointerException at org.netbeans.modules.cnd.discovery.wizard.bri...
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P2 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-16 12:52 UTC by mortennobel
Modified: 2010-12-29 07:10 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 175065


Attachments
stacktrace (1.35 KB, text/plain)
2010-12-16 12:52 UTC, mortennobel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mortennobel 2010-12-16 12:52:39 UTC
Build: NetBeans IDE Dev (Build 201012150001)
VM: Java HotSpot(TM) Client VM, 16.2-b04, Java(TM) SE Runtime Environment, 1.6.0_19-b04
OS: Windows 7

User Comments:
mortennobel: Imported a new CPP project (with existing sources) and the error occoured when expanding the project




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.cnd.discovery.wizard.bridge.ProjectBridge.setHeaderTool(ProjectBridge.java:435)
   at org.netbeans.modules.cnd.discovery.projectimport.ImportExecutable.fixExcludedHeaderFiles(ImportExecutable.java:633)
   at org.netbeans.modules.cnd.discovery.projectimport.ImportProject.fixExcludedHeaderFiles(ImportProject.java:1150)
   at org.netbeans.modules.cnd.discovery.projectimport.ImportProject.access$1500(ImportProject.java:135)
   at org.netbeans.modules.cnd.discovery.projectimport.ImportProject$6.projectParsingFinished(ImportProject.java:1074)
   at org.netbeans.modules.cnd.modelimpl.csm.core.ProgressSupport.fireProjectParsingFinished(ProgressSupport.java:154)
Comment 1 mortennobel 2010-12-16 12:52:42 UTC
Created attachment 104151 [details]
stacktrace
Comment 2 Alexander Simon 2010-12-22 14:48:31 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/0cf8868c895a
Comment 3 Quality Engineering 2010-12-29 07:10:33 UTC
Integrated into 'main-golden', will be available in build *201012290001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/0cf8868c895a
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #193490 [70cat] NullPointerException at org.netbeans.modules.cnd.discovery.wizard.bridge.ProjectBridge.setHeaderTool