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 270586 - NullPointerException at org.netbeans.modules.cnd.makeproject.NativeProjectProvider.getUserIncludePaths
Summary: NullPointerException at org.netbeans.modules.cnd.makeproject.NativeProjectPro...
Status: NEW
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-05-08 02:22 UTC by Exceptions Reporter
Modified: 2017-05-09 11:32 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 229082


Attachments
stacktrace (1.64 KB, text/plain)
2017-05-08 02:22 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2017-05-08 02:22:33 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.121-b13, Java(TM) SE Runtime Environment, 1.8.0_121-b13
OS: Windows 7

User Comments:
GUEST: ?




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.cnd.makeproject.NativeProjectProvider.getUserIncludePaths(NativeProjectProvider.java:834)
   at org.netbeans.modules.cnd.makeproject.NativeProjectProvider$NativeFileIndexer.getUserIncludePaths(NativeProjectProvider.java:1323)
   at org.netbeans.modules.cnd.makeproject.api.configurations.ConfigurationDescriptorProvider$Delta.getCRC(ConfigurationDescriptorProvider.java:709)
   at org.netbeans.modules.cnd.makeproject.api.configurations.ConfigurationDescriptorProvider$Delta.checkItem(ConfigurationDescriptorProvider.java:630)
   at org.netbeans.modules.cnd.makeproject.api.configurations.ConfigurationDescriptorProvider$Delta.computeDelta(ConfigurationDescriptorProvider.java:607)
   at org.netbeans.modules.cnd.makeproject.api.configurations.ConfigurationDescriptorProvider$Delta.access$200(ConfigurationDescriptorProvider.java:571)
Comment 1 Exceptions Reporter 2017-05-08 02:22:35 UTC
Created attachment 164273 [details]
stacktrace