RefactoringRule<E>DrawAllocationRefactoringRule, RecycleRefactoringRule, ViewHolderRefactoringRule, WakeLockRefactoringRulepublic interface CaseDetector
| Modifier and Type | Method | Description |
|---|---|---|
static CaseDetector |
combineCaseDetector(CaseDetector... caseDetectorList) |
Compiles a list of case detectors into a single case detector
|
void |
detectCase(DetectionPhaseContext context) |
Detects cases of interest
|
void detectCase(DetectionPhaseContext context)
context - The iteration context of the current iteration in progressstatic CaseDetector combineCaseDetector(CaseDetector... caseDetectorList)
caseDetectorList - A list of case detectors that we wish to join