OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RefactoringUtil
(Results
1 - 6
of
6
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
AndroidTypeMoveParticipant.java
118
RefactoringUtil
.logInfo("Invalid or missing the "
220
RefactoringUtil
.log(e);
278
int start =
RefactoringUtil
.getTagNameRangeStart(element, document);
286
int start =
RefactoringUtil
.getAttributeValueRangeStart(classNode, document);
298
int start =
RefactoringUtil
.getAttributeValueRangeStart(classNode, document);
307
int start =
RefactoringUtil
.getAttributeValueRangeStart(classNode, document);
331
if (!
RefactoringUtil
.isManifestClassAttribute(attr)) {
337
int start =
RefactoringUtil
.getAttributeValueRangeStart(attr, document);
345
int start =
RefactoringUtil
.getAttributeValueRangeStart(attr, document);
AndroidTypeRenameParticipant.java
145
RefactoringUtil
.logInfo(
184
if (!
RefactoringUtil
.isRefactorAppPackage() && mNewFqcn.indexOf('.') == -1) {
356
RefactoringUtil
.log(e);
419
int start =
RefactoringUtil
.getTagNameRangeStart(element, document);
428
int start =
RefactoringUtil
.getAttributeValueRangeStart(classNode, document);
440
int start =
RefactoringUtil
.getAttributeValueRangeStart(classNode, document);
449
int start =
RefactoringUtil
.getAttributeValueRangeStart(classNode, document);
455
int start =
RefactoringUtil
.getAttributeValueRangeStart(classNode, document);
484
int start =
RefactoringUtil
.getAttributeValueRangeStart(nameNode, document);
501
if (!
RefactoringUtil
.isManifestClassAttribute(attr))
[
all
...]
AndroidPackageRenameParticipant.java
183
RefactoringUtil
.logInfo("Invalid or missing the "
202
if (
RefactoringUtil
.isRefactorAppPackage()
245
RefactoringUtil
.logInfo(getName() + ": Cannot rename generated package.");
380
RefactoringUtil
.log(e);
444
int start =
RefactoringUtil
.getTagNameRangeStart(element, document);
467
int start =
RefactoringUtil
.getAttributeValueRangeStart(classNode, document);
494
int start =
RefactoringUtil
.getAttributeValueRangeStart(pkg, document);
505
if (!
RefactoringUtil
.isManifestClassAttribute(attr)) {
511
int start =
RefactoringUtil
.getAttributeValueRangeStart(attr, document);
520
int start =
RefactoringUtil
.getAttributeValueRangeStart(attr, document)
[
all
...]
RefactoringUtil.java
49
public class
RefactoringUtil
{
117
RefactoringUtil
.sRefactorAppPackage = refactorAppPackage;
FixImportsJob.java
134
RefactoringUtil
.log(e);
143
RefactoringUtil
.log(e);
RenameResourceParticipant.java
470
RefactoringUtil
.log(e);
558
int start =
RefactoringUtil
.getAttributeValueRangeStart(nameNode, document);
577
int start =
RefactoringUtil
.getAttributeValueRangeStart(attr, document);
615
int start =
RefactoringUtil
.getAttributeValueRangeStart(attr, document);
Completed in 2112 milliseconds