| Author |
Changing the Import statement refer to same class name in different package
|
Sudheer Kolanu
Greenhorn
Joined: Nov 04, 2010
Posts: 13
|
|
Hello,
I have two classes with same name in different packages. I am referring to one of those in my classes but I need to change the import to other one. Is there a quick way to change the import statements in all my classes other than changing manually.
--
Thanks,
Sudhi.
|
 |
Dhaval J. Patel
Ranch Hand
Joined: Mar 10, 2011
Posts: 89
|
|
|
Not unless you are using an IDE. You can do a search and replace.
|
 |
 |
|
|
subject: Changing the Import statement refer to same class name in different package
|
|
|