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 262476 - NullPointerException at org.netbeans.modules.cnd.utils.cache.CndFileUtils$FSListener.cleanCachesImpl
Summary: NullPointerException at org.netbeans.modules.cnd.utils.cache.CndFileUtils$FSL...
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Vladimir Voskresensky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-18 12:15 UTC by Rahul.khandelwal
Modified: 2016-06-20 01:41 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 224643


Attachments
stacktrace (2.64 KB, text/plain)
2016-06-18 12:15 UTC, Rahul.khandelwal
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Rahul.khandelwal 2016-06-18 12:15:38 UTC
Build: NetBeans IDE Dev (Build 201606180002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.45-b02, Java(TM) SE Runtime Environment, 1.8.0_45-b15
OS: Windows 8

User Comments:
Rahul.khandelwal: Issue is coming in 18th june 2016 build.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.cnd.utils.cache.CndFileUtils$FSListener.cleanCachesImpl(CndFileUtils.java:895)
   at org.netbeans.modules.cnd.utils.cache.CndFileUtils$FSListener.fileDeleted(CndFileUtils.java:829)
   at org.openide.filesystems.FCLSupport$DispatchEventWrapper.dispatchEventImpl(FCLSupport.java:181)
   at org.openide.filesystems.FCLSupport$DispatchEventWrapperMulti.dispatchAllEventsSync(FCLSupport.java:248)
   at org.openide.filesystems.FCLSupport$DispatchEventWrapper.dispatchEvent(FCLSupport.java:137)
   at org.openide.filesystems.FCLSupport.dispatchEvent(FCLSupport.java:112)
Comment 1 Rahul.khandelwal 2016-06-18 12:15:40 UTC
Created attachment 160088 [details]
stacktrace
Comment 2 Exceptions Reporter 2016-06-18 14:54:22 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=224643
Comment 3 Vladimir Voskresensky 2016-06-19 10:30:17 UTC
result of
http://hg.netbeans.org/cnd-main/rev/b867037628a8
Comment 4 Vladimir Voskresensky 2016-06-19 10:32:37 UTC
http://hg.netbeans.org/cnd-main/rev/e3093dbef7c8
Comment 5 Quality Engineering 2016-06-20 01:41:36 UTC
Integrated into 'main-silver', will be available in build *201606200002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/e3093dbef7c8
User: Vladimir Voskresensky <vv159170@netbeans.org>
Log: fixed #262476 - NullPointerException at org.netbeans.modules.cnd.utils.cache.CndFileUtils$FSListener.cleanCachesImpl