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 241378 - NullPointerException at org.netbeans.modules.cnd.modeldiscovery.provider.AnalyzeModel$MyConfiguration.getSourceFileProperties
Summary: NullPointerException at org.netbeans.modules.cnd.modeldiscovery.provider.Anal...
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Project Discovery (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-04 11:34 UTC by Vladimir Voskresensky
Modified: 2014-02-06 02:49 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 207262


Attachments
stacktrace (1.20 KB, text/plain)
2014-02-04 11:34 UTC, Vladimir Voskresensky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Voskresensky 2014-02-04 11:34:31 UTC
Build: NetBeans IDE Dev (Build 20140204-1e66014d5675)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.51-b03, Java(TM) SE Runtime Environment, 1.7.0_51-b13
OS: SunOS

User Comments:
vv159170: create project from existing sources




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.cnd.modeldiscovery.provider.AnalyzeModel$MyConfiguration.getSourceFileProperties(AnalyzeModel.java:373)
   at org.netbeans.modules.cnd.modeldiscovery.provider.AnalyzeModel$MyConfiguration.getSourcesConfiguration(AnalyzeModel.java:386)
   at org.netbeans.modules.cnd.modeldiscovery.provider.AnalyzeModel$MyConfiguration.getIncludedFiles(AnalyzeModel.java:415)
   at org.netbeans.modules.cnd.discovery.wizard.DiscoveryExtension.buildModel(DiscoveryExtension.java:400)
   at org.netbeans.modules.cnd.discovery.projectimport.ImportProject.discoveryByModel(ImportProject.java:1583)
   at org.netbeans.modules.cnd.discovery.projectimport.ImportProject.modelDiscovery(ImportProject.java:1366)
Comment 1 Vladimir Voskresensky 2014-02-04 11:34:32 UTC
Created attachment 144766 [details]
stacktrace
Comment 2 Alexander Simon 2014-02-05 15:09:44 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/240a774ce174
Comment 3 Quality Engineering 2014-02-06 02:49:44 UTC
Integrated into 'main-silver', will be available in build *201402060001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/240a774ce174
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #241378 NullPointerException at org.netbeans.modules.cnd.modeldiscovery.provider.AnalyzeModel$MyConfiguration.getSourceFileProperties