public class RemoveMiddlemanProcessor extends FixableUsagesRefactoringProcessor
BaseRefactoringProcessor.ConflictsInTestsException, BaseRefactoringProcessor.UnknownReferenceTypeExceptionmyPrepareSuccessfulSwingThreadCallback, myProject, myRefactoringScope| Constructor and Description |
|---|
RemoveMiddlemanProcessor(PsiField field,
java.util.List<MemberInfo> memberInfos) |
| Modifier and Type | Method and Description |
|---|---|
protected UsageViewDescriptor |
createUsageViewDescriptor(UsageInfo [] usageInfos) |
void |
findUsages(java.util.List<FixableUsageInfo> usages) |
protected java.lang.String |
getCommandName() |
protected void |
performRefactoring(UsageInfo [] usageInfos)
Is called in a command and inside atomic action.
|
protected boolean |
preprocessUsages(Ref<UsageInfo[]> refUsages)
Is called inside atomic action.
|
checkConflicts, findUsagescreateConflictsDialog, customizeUsagesView, doRun, execute, getAfterData, getBeforeData, getElementsToWrite, getRefactoringId, getTransaction, getUndoConfirmationPolicy, isGlobalUndoAction, isPreviewUsages, isPreviewUsages, isToBeChanged, performPsiSpoilingRefactoring, prepareConflictsDialog, prepareSuccessful, previewRefactoring, processConflicts, refreshElements, run, runWithDisabledPreview, setPrepareSuccessfulSwingThreadCallback, setPreviewUsages, shouldDisableAccessChecks, showConflicts, showConflicts, skipNonCodeUsagespublic RemoveMiddlemanProcessor(PsiField field, java.util.List<MemberInfo> memberInfos)
protected UsageViewDescriptor createUsageViewDescriptor(UsageInfo [] usageInfos)
createUsageViewDescriptor in class BaseRefactoringProcessorpublic void findUsages(java.util.List<FixableUsageInfo> usages)
findUsages in class FixableUsagesRefactoringProcessorprotected boolean preprocessUsages(Ref<UsageInfo[]> refUsages)
BaseRefactoringProcessorpreprocessUsages in class BaseRefactoringProcessorrefUsages - usages to be filteredprotected void performRefactoring(UsageInfo [] usageInfos)
BaseRefactoringProcessorperformRefactoring in class FixableUsagesRefactoringProcessorprotected java.lang.String getCommandName()
getCommandName in class BaseRefactoringProcessor