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 189921

Summary: delegate fileobject.copy() to ProvidedExtensions
Product: platform Reporter: Tomas Stupka <tstupka>
Component: FilesystemsAssignee: apireviews <apireviews>
Status: RESOLVED FIXED    
Severity: normal CC: apireviews, jtulach, ovrabec
Priority: P3 Keywords: API_REVIEW_FAST
Version: 7.0   
Hardware: PC   
OS: Mac OS X   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 187485    
Attachments: proposed patch
proposed patch for VCS
proposed vcs patch
proposed masterfs patch

Description Tomas Stupka 2010-08-26 16:08:41 UTC
currently the filesystem implements fo.copy() as create instead of calling vcs to handle a copy operation appropriately.
Comment 1 Tomas Stupka 2010-08-27 09:32:46 UTC
Created attachment 101711 [details]
proposed patch
Comment 2 Tomas Stupka 2010-08-27 09:42:16 UTC
Created attachment 101713 [details]
proposed patch for VCS
Comment 3 Jaroslav Tulach 2010-08-27 12:52:49 UTC
Y01 versioning shall require masterfs > 2.28

Otherwise probably OK.
Comment 4 Tomas Stupka 2010-08-31 15:55:03 UTC
Created attachment 101784 [details]
proposed vcs patch
Comment 5 Tomas Stupka 2010-08-31 15:55:51 UTC
Created attachment 101785 [details]
proposed masterfs patch
Comment 6 Tomas Stupka 2010-08-31 15:56:08 UTC
> Y01 versioning shall require masterfs > 2.28
fixed
Comment 7 Tomas Stupka 2010-09-07 10:00:19 UTC
http://hg.netbeans.org/cdev/rev/f6b401413f70
fixed
Comment 8 Tomas Stupka 2010-09-07 10:00:23 UTC
http://hg.netbeans.org/cdev/rev/278f6149c407
fixed
Comment 9 Quality Engineering 2010-09-08 03:30:45 UTC
Integrated into 'main-golden', will be available in build *201009080000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/f6b401413f70
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #189921 - delegate fileobject.copy() to ProvidedExtensions