In eclipse, how can I delete a specific import from each file in a package?
For example, I need to remove the following from an entire package:
import android.R;
I am NOT asking how to remove unused imports, just how to remove a specific line of code..in this case, an import.
import android.R;and File name patterns to*.javaNote, that this is not a refactoring. Replacing text may lead to dozens of compiletime errors, that have to be fixed manually.