History log of /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/ReplaceStringsVisitor.java
Revision Date Author Comments
d2267de8e8dadc8446a664c6a5e6b7ef5e71bbb7 07-Oct-2012 Raphael Moll <ralf@android.com> ADT Refactoring: merge duplicate packages.

This is a pure-refactor that merges adt.internal.refactoring
into adt.internal.refactorings (note the 's' on the 2nd one).
Makes more sense to not have 2 packages for the same thing.

Change-Id: I1dae60d18222e556f5140be579d4f84bb1bf7cd4
42b2f34604a3f8e8ac191831d8f01a0498760d38 09-Jun-2011 Tor Norbye <tnorbye@google.com> Fix various warnings

I ran the latest version of findbugs on our codebase and fixed some
(not all!) of the warnings.

I also ran with Eclipse 3.7 RC3 and updated our compiler warning
settings for the new warnings that are available.

I also fixed some DOS line endings in some files (formatted with CRLF
instead of LF).

Change-Id: I9a9d34a9b60f2cb609245793815d96a4587007b0
b281c42014e66e6b9ecef5b1911e51ded8d172cb 28-Nov-2010 Raphael Moll <ralf@android.com> ADT string refactoring: replace in all files.

When doing an extract string either from Java or XML:
- can scan/replace in all other Java files.
- can scan/replace in all other XML files.
- in Java, also replace in assignements.
- in XML, also replace existing string name if already defined.

Change-Id: Ifeef5fd444c2c18b9c071955b8e8567d6515ea95
d4963dc4347c871be5faa76920709001490e1d2a 24-Feb-2010 The Android Open Source Project <initial-contribution@android.com> snapshot
e13151727c63786342cddc3ea355425582bd4e7a 13-Jan-2010 The Android Open Source Project <initial-contribution@android.com> android-2.1_r1 snapshot
312c9ed171a7fff530b3b7a4e6a87ead9b0d6522 13-Nov-2009 Jean-Baptiste Queru <jbq@google.com> eclair snapshot
245991f7b16b8733bf14adf1f2dd13c50cab8a93 30-Sep-2009 Raphael <raphael@google.com> ADT XML String Refactoring: fix refusing to edit @+id/blah.

It correctly only refuses to edit @string/blah now.

This CL also does a bit of refactoring; I extracted some methods
and a class to make it a bit easier to read.

BUG 2066460

Change-Id: I95a34d28d6390ab0cc075f05ea83ceec04993ae9