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 7169 - Editor support does not gracefully handle file move
Summary: Editor support does not gracefully handle file move
Status: CLOSED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC Windows 3.1/NT
: P4 minor (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-07-25 16:24 UTC by ssffleming
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ssffleming 2000-07-25 16:24:59 UTC
To reproduce:

1.  Open a java source file in the editor
2.  Rename the directory the file is in

The editor will pop-up a message indicating that the source has been
externally changed (this is not quite right) and then if you confirm to
update an exception is thrown.
Comment 1 Jaroslav Tulach 2000-07-25 16:28:59 UTC
This is not file move, but only rename of parent folder. To deal with this
situation the DataLoaderPool.addOperationListener has been added that allows
Java module to listen on rename of a folder.

As soon as the programmers working on Java module find it handy, they can
implement such behaviour.
Comment 2 Svata Dedic 2000-08-03 10:27:59 UTC
*** This bug has been marked as a duplicate of 6364 ***
Comment 3 Quality Engineering 2003-07-01 13:12:07 UTC
Resolved for 3.3.x or earlier, no new info since then -> closing.
Comment 4 Quality Engineering 2003-07-01 13:19:43 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.