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 12105 - Attributes of FileObjects are not preserved after copy/move/rename
Summary: Attributes of FileObjects are not preserved after copy/move/rename
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: PC All
: P2 blocker (vote)
Assignee: _ rkubacki
URL:
Keywords:
Depends on: 12208
Blocks:
  Show dependency tree
 
Reported: 2001-05-11 09:06 UTC by _ rkubacki
Modified: 2001-07-20 20:49 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
patch (4.95 KB, patch)
2001-07-20 20:49 UTC, _ rkubacki
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description _ rkubacki 2001-05-11 09:06:04 UTC
When copy/move/rename operations are accomplished in a filesystem that
represents web module attributes are not correctly updated.
Comment 1 _ rkubacki 2001-05-16 09:44:32 UTC
This bug causes problem when modification are performed on FileObjects under
Classes directory of web filesystem. Especialy it is related to several bugs
about Servlet moving/copying/renaming where some ugly workarounds are implemented.
Comment 2 Petr Jiricka 2001-06-11 16:53:19 UTC
See also 12208.
Comment 3 _ rkubacki 2001-06-28 18:44:16 UTC
Created attachment 1770 [details]
patch
Comment 4 _ rkubacki 2001-06-29 09:10:56 UTC
The implementation of MFS is fixed. Hacks are removed now in pilsen_fcs
Comment 5 Marek Fukala 2001-07-13 08:46:30 UTC
Tested in 010711_1 and verified.