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 72789 - Remove unused folders after delete refactoring
Summary: Remove unused folders after delete refactoring
Status: RESOLVED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 5.x
Hardware: All All
: P4 blocker (vote)
Assignee: rmatous
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-17 18:59 UTC by Jesse Glick
Modified: 2006-11-03 19:38 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 Jesse Glick 2006-02-17 18:59:14 UTC
After creating an action in a module and then Safely Deleting it, you are left
with an empty subfolder of Actions. All <folder>s newly emptied by a refactoring
operation should probably be deleted from the layer.

Might rather be handled by WritableXMLFileSystem, in which case reassign to me
in project subcomponent.
Comment 1 rmatous 2006-02-21 16:34:46 UTC
/cvs/apisupport/refactoring/src/org/netbeans/modules/apisupport/refactoring/NbSafeDeleteRefactoringPlugin.java,v
 new revision: 1.10; previous revision: 1.9

Somehow fixed.