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

Summary: Remove unused folders after delete refactoring
Product: apisupport Reporter: Jesse Glick <jglick>
Component: RefactoringAssignee: rmatous <rmatous>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P4    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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.