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 6924 - Error when create new files in a newly moved directory node
Summary: Error when create new files in a newly moved directory node
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All All
: P2 normal (vote)
Assignee: anovak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-06-28 18:42 UTC by Sophie Deng
Modified: 2008-12-23 11:49 UTC (History)
2 users (show)

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 Sophie Deng 2000-06-28 18:42:58 UTC
Cannot add new files to a newly moved node under VCS filesystem. When trying do
so via "New From Template", the new file is opened in the Editor, but no new
node is created/displayed in the Explorer.

To reproduce it:
1. In explorer click FileSystems->New->Generic Version Control System.
   The configuration dialog popup, enter an empty directory as the Root
   Directory then click OK.
2. Create a new package, e.g. package1 in the newly mounted directory
3. Create a new class using New From Template ..., e.g. main.java
4. Create a new package, e.g. package2 in the mounted directory
   (So now the directory contains package1 and package2)
5. Highlight package1, and Cut
6. Hilight package2, and Paste
7. Select package1, (now is under package2), create a new file via
   "New From Template". The new file is opened in the Editor, but no
   new node is created in package1 in the Explorer. Refresh does not help.
Comment 1 dmladek 2000-06-29 11:56:59 UTC
This problem is also in normal FS(FileSystem), so that's not a bug of CVS
module but a bug of AbstractFileSystem in openide.
Comment 2 Marian Mirilovic 2002-04-12 15:02:45 UTC
verified 
Comment 3 Quality Engineering 2003-07-01 16:15:04 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.