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 257746 - 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: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-29 03:00 UTC by paolosca
Modified: 2016-01-29 06:22 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 222292


Attachments
stacktrace (5.82 KB, text/plain)
2016-01-29 03:00 UTC, paolosca
Details

Note You need to log in before you can comment on or make changes to this bug.
Description paolosca 2016-01-29 03:00:57 UTC
Build: NetBeans IDE Dev (Build 201601280002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.72-b15, Java(TM) SE Runtime Environment, 1.8.0_72-b15
OS: Linux

User Comments:
paolosca: Saving a PHP file.




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.fileChanged(CsmEventDispatcher.java:512)
   at org.openide.filesystems.FCLSupport$DispatchEventWrapper.dispatchEventImpl(FCLSupport.java:178)
   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 paolosca 2016-01-29 03:00:59 UTC
Created attachment 158277 [details]
stacktrace
Comment 2 Alexander Simon 2016-01-29 06:22:57 UTC

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