3ad4d88ca89128890dd7e7d0d12485722ae8be96
Files Diff
- Added: 1
- Removed: 1
- Renamed: 0
- Modified: 12
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public setBaz1(baz1 Integer) : void renamed to public setVariableD(variableD Integer) : void in class de.plushnikov.usages.FindUsages | From | To | |
| Rename Method public getBaz1() : Integer renamed to public getVariableD() : Integer in class de.plushnikov.usages.FindUsages | From | To | |
| Rename Variable | 1 | ||
| Rename Variable accessors : List<PsiMethod> to psiGetterMethods : PsiMethod[] in method public getSecondaryElements() : PsiElement[] in class de.plushnikov.intellij.plugin.extension.LombokFieldFindUsagesHandlerFactory.createFindUsagesHandler | From | To | |
| Rename Attribute | 3 | ||
| Rename Attribute bar2 : Integer to variableC : Integer in class de.plushnikov.usages.FindUsages | From | To | |
| Rename Attribute baz1 : Integer to variableD : Integer in class de.plushnikov.usages.FindUsages | From | To | |
| Rename Attribute _foo : Integer to _variableA : Integer in class de.plushnikov.usages.FindUsages | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type accessors : List<PsiMethod> to psiGetterMethods : PsiMethod[] in method public getSecondaryElements() : PsiElement[] in class de.plushnikov.intellij.plugin.extension.LombokFieldFindUsagesHandlerFactory.createFindUsagesHandler | From | To | |
| Extract Variable | 2 | ||
| Extract Variable psiFieldName : String in method public getSecondaryElements() : PsiElement[] from class de.plushnikov.intellij.plugin.extension.LombokFieldFindUsagesHandlerFactory.createFindUsagesHandler | From | To | |
| Extract Variable psiFieldName : String in method public createFindUsagesHandler(element PsiElement, forHighlightUsages boolean) : FindUsagesHandler from class de.plushnikov.intellij.plugin.extension.LombokFieldFindUsagesHandlerFactory | From | To | |
| Extract Method | 2 | ||
| Extract Method public getGetterName(accessorsInfo AccessorsInfo, psiFieldName String, isBoolean boolean, psiClass PsiClass) : String extracted from protected getGetterName(psiField PsiField, psiClass PsiClass) : String in class de.plushnikov.intellij.plugin.processor.AbstractProcessor | From | To | |
| Extract Method public getSetterName(accessorsInfo AccessorsInfo, psiFieldName String, isBoolean boolean) : String extracted from protected getSetterName(psiField PsiField, isBoolean boolean) : String in class de.plushnikov.intellij.plugin.processor.field.SetterFieldProcessor | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter baz1 : Integer to variableD : Integer in method public setVariableD(variableD Integer) : void in class de.plushnikov.usages.FindUsages | From | To |