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 270522 - AbstractMethodError: org.netbeans.modules.remotefs.versioning.impl.RemoteVcsSupportImpl.toURI(Lorg/netbeans/modules/versioning/core/api/VCSFileProxy;)Ljava/net/URI;
Summary: AbstractMethodError: org.netbeans.modules.remotefs.versioning.impl.RemoteVcsS...
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Remote VCS (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-04-30 12:31 UTC by Exceptions Reporter
Modified: 2017-05-01 18:18 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 228998


Attachments
stacktrace (879 bytes, text/plain)
2017-04-30 12:31 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2017-04-30 12:31:32 UTC
Build: NetBeans IDE Dev (Build 201704030002)
VM: Java HotSpot(TM) 64-Bit Server VM, 9-ea+163, Java(TM) SE Runtime Environment, 9-ea+163
OS: Mac OS X

User Comments:
GUEST: configure remote cmake project




Stacktrace: 
java.lang.AbstractMethodError: org.netbeans.modules.remotefs.versioning.impl.RemoteVcsSupportImpl.toURI(Lorg/netbeans/modules/versioning/core/api/VCSFileProxy;)Ljava/net/URI;
   at org.netbeans.modules.remotefs.versioning.api.RemoteVcsSupport.toURI(RemoteVcsSupport.java:221)
   at org.netbeans.modules.remotefs.versioning.api.VCSFileProxySupport.toURI(VCSFileProxySupport.java:244)
   at org.netbeans.modules.git.remote.utils.GitUtils.isIgnored(GitUtils.java:263)
   at org.netbeans.modules.git.remote.FileStatusCache$IgnoredFilesHandler.run(FileStatusCache.java:890)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1443)
   at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:68)
Comment 1 Exceptions Reporter 2017-04-30 12:31:35 UTC
Created attachment 164207 [details]
stacktrace