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 270662 - NullPointerException at org.clank.java.stdimpl.aliases.StdVector.assignWithSupplier
Summary: NullPointerException at org.clank.java.stdimpl.aliases.StdVector.assignWithSu...
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-05-17 10:46 UTC by Vladimir Kvashin
Modified: 2017-05-17 11:00 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 229183


Attachments
stacktrace (5.29 KB, text/plain)
2017-05-17 10:46 UTC, Vladimir Kvashin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Kvashin 2017-05-17 10:46:35 UTC
Build: NetBeans IDE Dev (Build 20170512-9a67ef38c754)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.131-b11, Java(TM) SE Runtime Environment, 1.8.0_131-b11
OS: Linux

User Comments:
vkvashin: Open a C/C++ project - exception while parsing




Stacktrace: 
java.lang.NullPointerException
   at org.clank.java.stdimpl.aliases.StdVector.assignWithSupplier(StdVector.java:143)
   at org.clank.java.stdimpl.aliases.StdVector.<init>(StdVector.java:50)
   at org.clank.java.stdimpl.aliases.StdVector.<init>(StdVector.java:45)
   at org.clank.java.std$vector.<init>(std.java:5304)
   at org.clang.tools.services.support.FileInfoCallback.<init>(FileInfoCallback.java:69)
   at org.clang.tools.services.ClankRunPreprocessorSettings.<init>(ClankRunPreprocessorSettings.java:66)
Comment 1 Vladimir Kvashin 2017-05-17 10:46:38 UTC
Created attachment 164336 [details]
stacktrace
Comment 2 Vladimir Kvashin 2017-05-17 11:00:36 UTC
fixed in c0e9722850f9, cc08a5545272 in sputnik