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 - delegate fileobject.copy() to ProvidedExtensions
Summary: delegate fileobject.copy() to ProvidedExtensions
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 7.0
Hardware: PC Mac OS X
: P3 normal (vote)
Assignee: apireviews
URL:
Keywords: API_REVIEW_FAST
Depends on:
Blocks: 187485
  Show dependency tree
 
Reported: 2010-08-26 16:08 UTC by Tomas Stupka
Modified: 2010-09-08 03:30 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
proposed patch (14.34 KB, patch)
2010-08-27 09:32 UTC, Tomas Stupka
Details | Diff
proposed patch for VCS (15.51 KB, patch)
2010-08-27 09:42 UTC, Tomas Stupka
Details | Diff
proposed vcs patch (16.07 KB, patch)
2010-08-31 15:55 UTC, Tomas Stupka
Details | Diff
proposed masterfs patch (14.80 KB, patch)
2010-08-31 15:55 UTC, Tomas Stupka
Details | Diff

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