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 258493 - [newcodemodel] NullPointerException at org.clank.java.io.statImpl
Summary: [newcodemodel] NullPointerException at org.clank.java.io.statImpl
Status: RESOLVED DUPLICATE of bug 258439
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 8.2
Hardware: All All
: P1 normal (vote)
Assignee: Vladimir Voskresensky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-22 18:29 UTC by MackSix
Modified: 2016-03-23 11:59 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 223146


Attachments
stacktrace (4.27 KB, text/plain)
2016-03-22 18:29 UTC, MackSix
Details

Note You need to log in before you can comment on or make changes to this bug.
Description MackSix 2016-03-22 18:29:44 UTC
Build: NetBeans IDE Dev (Build 201603210001)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.72-b15, Java(TM) SE Runtime Environment, 1.8.0_72-b15
OS: Windows 7

User Comments:
MackSix: Opening up CPP files in editor




Stacktrace: 
java.lang.NullPointerException
   at org.clank.java.io.statImpl(io.java:1182)
   at org.clank.java.io.lstat(io.java:1138)
   at org.clank.java.io.lstat(io.java:1133)
   at org.llvm.support.sys.impl.PathFsGlobals.remove(PathFsGlobals.java:269)
   at org.llvm.support.sys.fs.remove(fs.java:2092)
   at org.llvm.support.sys.fs.remove(fs.java:2088)
Comment 1 MackSix 2016-03-22 18:29:46 UTC
Created attachment 158972 [details]
stacktrace
Comment 2 Vladimir Voskresensky 2016-03-23 11:59:56 UTC
Thanks for reporting!

The fix is available in build *201603220001* on http://bits.netbeans.org/dev/nightly

*** This bug has been marked as a duplicate of bug 258439 ***