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 - 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-05-04 13:40 UTC by ashpynov
Modified: 2017-05-04 20:15 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 229046


Attachments
stacktrace (1.35 KB, text/plain)
2017-05-04 13:40 UTC, ashpynov
Details

Note You need to log in before you can comment on or make changes to this bug.
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