bc1128d97eccaf570870984cbe81a81ef38b2562
Files Diff
- Added: 4
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private createSetterName(psiAnnotation PsiAnnotation, fieldName String) : String renamed to private isFluentBuilder(psiAnnotation PsiAnnotation) : boolean in class de.plushnikov.intellij.plugin.processor.handler.BuilderHandler | From | To | |
| Change Return Type | 1 | ||
| Change Return Type String to boolean in method private isFluentBuilder(psiAnnotation PsiAnnotation) : boolean in class de.plushnikov.intellij.plugin.processor.handler.BuilderHandler | From | To | |
| Extract Variable | 2 | ||
| Extract Variable psiTypeWithGenerics : PsiType in method public createBuilderMethod(containingClass PsiClass, builderPsiClass PsiClass, psiAnnotation PsiAnnotation) : PsiMethod from class de.plushnikov.intellij.plugin.processor.handler.BuilderHandler | From | To | |
| Extract Variable psiCodeBlock : PsiCodeBlock in method protected createFieldMethods(psiFields Collection<PsiField>, innerClass PsiClass, psiAnnotation PsiAnnotation, existedMethodNames Collection<String>) : Collection<PsiMethod> from class de.plushnikov.intellij.plugin.processor.handler.BuilderHandler | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter builderClass : PsiClass to psiBuilderClass : PsiClass in method public createMethods(psiParentClass PsiClass, psiMethod PsiMethod, psiBuilderClass PsiClass, psiBuilderType PsiType, psiAnnotation PsiAnnotation, fields Collection<PsiField>) : Collection<PsiMethod> in class de.plushnikov.intellij.plugin.processor.handler.BuilderHandler | From | To |