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 194505 - NullPointerException at org.netbeans.modules.cnd.makeproject.api.configurations.MakeConfigurationDescriptor.addFilesFromRoot
Summary: NullPointerException at org.netbeans.modules.cnd.makeproject.api.configuratio...
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P2 normal (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-19 21:51 UTC by Exceptions Reporter
Modified: 2011-01-25 08:36 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 175154


Attachments
stacktrace (1.61 KB, text/plain)
2011-01-19 21: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 2011-01-19 21:51:46 UTC
This issue was reported manually by vv159170.
It already has 1 duplicates 


Build: NetBeans IDE Dev (Build 201012150001)
VM: OpenJDK 64-Bit Server VM, 19.0-b09, OpenJDK Runtime Environment, 1.6.0_20-b20
OS: Linux

Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.cnd.makeproject.api.configurations.MakeConfigurationDescriptor.addFilesFromRoot(MakeConfigurationDescriptor.java:1281)
   at org.netbeans.modules.cnd.makeproject.api.configurations.MakeConfigurationDescriptor.initLogicalFolders(MakeConfigurationDescriptor.java:307)
   at org.netbeans.modules.cnd.makeproject.MakeProjectGenerator$1.run(MakeProjectGenerator.java:291)
   at org.netbeans.modules.cnd.makeproject.MakeProject.onProjectOpened(MakeProject.java:957)
   at org.netbeans.modules.cnd.makeproject.MakeProject.access$1000(MakeProject.java:148)
   at org.netbeans.modules.cnd.makeproject.MakeProject$ProjectOpenedHookImpl.projectOpened(MakeProject.java:1012)
Comment 1 Exceptions Reporter 2011-01-19 21:51:49 UTC
Created attachment 105175 [details]
stacktrace
Comment 2 Vladimir Kvashin 2011-01-20 08:14:08 UTC
http://hg.netbeans.org/cnd-main/rev/27db46432e5a
Comment 3 Quality Engineering 2011-01-22 06:14:12 UTC
Integrated into 'main-golden', will be available in build *201101220001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/27db46432e5a
User: Vladimir Kvashin <vkvashin@netbeans.org>
Log: fixed #194505 -  NPE at MakeConfigurationDescriptor.addFilesFromRoot