Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » refactoring - rename
refactoring - rename [message #198724] Tue, 15 March 2005 22:06 Go to next message
Eclipse UserFriend
Hi,

I want to rename a class using Refactor -> rename action.
I want to use "Update textual matches in comments and strings" option to
update all the textual matches. Is there a way to restrict the match
only to the current package? Right now it seems to be searching for a
match in the entire project. My project is big and I know the name is
used only in the files in the package to which the file belongs.

Thanks
Anand
Re: refactoring - rename [message #198734 is a reply to message #198724] Wed, 16 March 2005 04:12 Go to previous message
Eclipse UserFriend
Anand Narasimhan wrote:
> Hi,
>
> I want to rename a class using Refactor -> rename action.
> I want to use "Update textual matches in comments and strings" option to
> update all the textual matches. Is there a way to restrict the match
> only to the current package?
No.

> Right now it seems to be searching for a
> match in the entire project. My project is big and I know the name is
> used only in the files in the package to which the file belongs.
You have to do this manually with text search / replace.

Markus
Previous Topic:Getting an AST & bindings from an IElementChangedListener?
Next Topic:3.1 M5: too much Java5 ?
Goto Forum:
  


Current Time: Sun Nov 09 19:23:13 EST 2025

Powered by FUDForum. Page generated in 0.03889 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top