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 257767 - NoSuchMethodError: org.netbeans.modules.cnd.utils.cache.CndFileUtils.isRemoteFileSystem(Lorg/openide/filesystems/FileObject;)Z
Summary: NoSuchMethodError: org.netbeans.modules.cnd.utils.cache.CndFileUtils.isRemote...
Status: RESOLVED DUPLICATE of bug 257747
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-29 17:51 UTC by Exceptions Reporter
Modified: 2016-02-02 11:36 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 222302


Attachments
stacktrace (2.96 KB, text/plain)
2016-01-29 17:52 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2016-01-29 17:51:59 UTC
Build: NetBeans IDE Dev (Build 201512170002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.31-b07, Java(TM) SE Runtime Environment, 1.8.0_31-b13
OS: Windows 7

User Comments:
GUEST: during clean in maven project




Stacktrace: 
java.lang.NoSuchMethodError: org.netbeans.modules.cnd.utils.cache.CndFileUtils.isRemoteFileSystem(Lorg/openide/filesystems/FileObject;)Z
   at org.netbeans.modules.cnd.modelimpl.platform.CsmEventDispatcher$FileListener.accept(CsmEventDispatcher.java:488)
   at org.netbeans.modules.cnd.modelimpl.platform.CsmEventDispatcher$FileListener.fileDataCreated(CsmEventDispatcher.java:503)
   at org.openide.filesystems.FCLSupport$DispatchEventWrapper.dispatchEventImpl(FCLSupport.java:172)
   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 Exceptions Reporter 2016-01-29 17:52:01 UTC
Created attachment 158298 [details]
stacktrace
Comment 2 Alexander Simon 2016-02-02 11:36:27 UTC

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