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 271044 - NullPointerException at org.netbeans.modules.cnd.makeproject.api.configurations.ConfigurationDescriptorProvider$Delta.<init>
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: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-07-06 09:46 UTC by Maria Tishkova
Modified: 2017-07-22 02:32 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 229639


Attachments
stacktrace (1.18 KB, text/plain)
2017-07-06 09:46 UTC, Maria Tishkova
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Maria Tishkova 2017-07-06 09:46:52 UTC
Build: IDE for C, C++, and Fortran (Oracle Developer Studio 12.6 [2017/05/26 f47f075123a1])
VM: Java HotSpot(TM) 64-Bit Server VM, 25.65-b01, Java(TM) SE Runtime Environment, 1.8.0_65-b17
OS: Linux

User Comments:
mromashova: Tuxedo projects (and any external  projects which extends NativeProject) cannot be opened




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.cnd.makeproject.api.configurations.ConfigurationDescriptorProvider$Delta.<init>(ConfigurationDescriptorProvider.java:587)
   at org.netbeans.modules.cnd.makeproject.api.configurations.ConfigurationDescriptorProvider$Delta.<init>(ConfigurationDescriptorProvider.java:571)
   at org.netbeans.modules.cnd.makeproject.api.configurations.ConfigurationDescriptorProvider.startModifications(ConfigurationDescriptorProvider.java:181)
   at org.netbeans.modules.cnd.makeproject.api.configurations.ConfigurationDescriptorProvider.getConfigurationDescriptor(ConfigurationDescriptorProvider.java:154)
   at org.netbeans.modules.cnd.makeproject.api.configurations.ConfigurationDescriptorProvider.opened(ConfigurationDescriptorProvider.java:423)
   at org.netbeans.modules.cnd.makeproject.MakeProjectImpl.lambda$onProjectOpened$66(MakeProjectImpl.java:1477)
Comment 1 Maria Tishkova 2017-07-06 09:46:55 UTC
Created attachment 164704 [details]
stacktrace
Comment 2 Alexander Simon 2017-07-20 10:51:37 UTC
fixed in change set:
http://hg.netbeans.org/cnd-main/rev/6d3eebe92ad5
Comment 3 Quality Engineering 2017-07-22 02:32:30 UTC
Integrated into 'main-silver', will be available in build *201707220001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/6d3eebe92ad5
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #271044 NullPointerException at org.netbeans.modules.cnd.makeproject.api.configurations.ConfigurationDescriptorProvider$Delta.<init>