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 - Do not invoke refactoring if a source root is renamed
Summary: Do not invoke refactoring if a source root is renamed
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 4.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Daniel Prusa
URL:
Keywords:
Depends on:
Blocks: 49776
  Show dependency tree
 
Reported: 2004-10-04 17:56 UTC by Jesse Glick
Modified: 2007-04-03 18:02 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 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