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 190464 - UnsupportedOperationException: Not supported yet.
Summary: UnsupportedOperationException: Not supported yet.
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 6.x
Hardware: All All
: P1 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-20 15:45 UTC by Tomas Stupka
Modified: 2010-09-22 03:08 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 172466


Attachments
stacktrace (8.79 KB, text/plain)
2010-09-20 15:45 UTC, Tomas Stupka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Stupka 2010-09-20 15:45:17 UTC
This issue was reported manually by tstupka.
It already has 8 duplicates 


Build: NetBeans IDE Dev (Build 100913-14f735963bae)
VM: Java HotSpot(TM) 64-Bit Server VM, 16.3-b01-279, Java(TM) SE Runtime Environment, 1.6.0_20-b02-279-10M3065
OS: Mac OS X

User Comments:
GUEST: I tried "save as" on a file. And failed.

tstupka: - netbeans has to run with svn cli client

- copy a file - exception is thrown

GUEST: I tried to "save as" a different filename. Then I got this error.

GUEST: Don't copy file

St.Ev: copy file




Stacktrace: 
java.lang.UnsupportedOperationException: Not supported yet.
   at org.netbeans.modules.subversion.client.cli.CommandlineClient.copy(CommandlineClient.java:298)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:0)
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:597)
   at org.netbeans.modules.subversion.client.SvnClientInvocationHandler.handle(SvnClientInvocationHandler.java:366)
Comment 1 Tomas Stupka 2010-09-20 15:45:23 UTC
Created attachment 102084 [details]
stacktrace
Comment 2 Tomas Stupka 2010-09-20 15:47:26 UTC
definitely a P1
Comment 3 Tomas Stupka 2010-09-21 11:50:25 UTC
http://hg.netbeans.org/cdev/rev/1d2ac8582934
fixed
Comment 4 Quality Engineering 2010-09-22 03:08:52 UTC
Integrated into 'main-golden', will be available in build *201009220000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/1d2ac8582934
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #190464 - UnsupportedOperationException: Not supported yet.