a710f36ed21bb6cdd8d974a506de7ccd28d13d93
Files Diff
- Added: 8
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Method | 1 | ||
Move Method private createSetterName(fieldName String, isFluent boolean) : String from class de.plushnikov.intellij.plugin.processor.handler.BuilderHandler to private createSetterName(fieldName String, isFluent boolean) : String from class de.plushnikov.intellij.plugin.processor.handler.singular.NonSingularHandler | From | To | |
Move Attribute | 1 | ||
Move Attribute public SETTER_PREFIX : String from class de.plushnikov.intellij.plugin.processor.handler.BuilderHandler to public SETTER_PREFIX : String from class de.plushnikov.intellij.plugin.processor.handler.singular.NonSingularHandler | From | To | |
Change Variable Type | 1 | ||
Change Variable Type originalFieldElement : PsiElement to originalFieldElement : PsiField in method protected createFieldMethods(psiFields Collection<PsiField>, innerClass PsiClass, psiAnnotation PsiAnnotation, existedMethodNames Collection<String>) : Collection<PsiMethod> in class de.plushnikov.intellij.plugin.processor.handler.BuilderHandler | From | To |