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 107046 - rename refactoring should support larger scope than just Java files and JavaEE DDs
Summary: rename refactoring should support larger scope than just Java files and JavaE...
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 6.x
Hardware: PC All
: P3 blocker with 1 vote (vote)
Assignee: Jan Becicka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-18 16:48 UTC by wqtnetbeans
Modified: 2010-09-23 08:39 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description wqtnetbeans 2007-06-18 16:48:25 UTC
The rename refactoring should search and replace occurrences more than just Java file, comments, and JavaEE descriptors.

It should also give the options of including:

. Strings in Java files that have the object being renamed
. Text occurrences in any text files, especially in XML files
. Rename variables that reference the class being renamed
. Rename inheritors/subclasses