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 49903

Summary: Do not invoke refactoring if a source root is renamed
Product: editor Reporter: Jesse Glick <jglick>
Component: RefactoringAssignee: Daniel Prusa <dprusa>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 4.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 49776    

Description Jesse Glick 2004-10-04 17:56:30 UTC
If a source root (e.g. $projdir/src) is renamed,
no refactoring should be invoked; the Java files
are still in the same relative package positions.
See issue #49776 for background.
Comment 1 Martin Matula 2004-10-05 20:40:35 UTC
Dan, please try to fix this.
Comment 2 Daniel Prusa 2004-10-06 14:41:58 UTC
Checking in RefactoringOperationListener.java;
/cvs/refactoring/src/org/netbeans/modules/refactoring/ui/RefactoringOperationListener.java,v
 <--  RefactoringOperationListener.java
new revision: 1.12; previous revision: 1.11