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 270560

Summary: AbstractMethodError: org.netbeans.modules.remotefs.versioning.impl.RemoteVcsSupportImpl.toURI(Lorg/netbeans/modules/versioning/core/api/VCSFileProxy;)Ljava/net/URI;
Product: cnd Reporter: ashpynov
Component: Remote VCSAssignee: Vladimir Kvashin <vkvashin>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: Dev   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 229046
Attachments: stacktrace

Description ashpynov 2017-05-04 13:40:34 UTC
Build: NetBeans IDE Dev (Build 201703150002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.101-b13, Java(TM) SE Runtime Environment, 1.8.0_101-b13
OS: Windows 7

User Comments:
ashpynov: restart right after built-in autoupdate




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.subversion.remote.Subversion.isIgnored(Subversion.java:412)
   at org.netbeans.modules.subversion.remote.FileStatusCache.createMissingEntryFileInformation(FileStatusCache.java:1182)
   at org.netbeans.modules.subversion.remote.FileStatusCache.createFileInformation(FileStatusCache.java:997)
   at org.netbeans.modules.subversion.remote.FileStatusCache.refresh(FileStatusCache.java:620)
Comment 1 ashpynov 2017-05-04 13:40:37 UTC
Created attachment 164245 [details]
stacktrace