ec26c8b62018ed3c11faa315102cd2bb1e4577f0
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public createToBuilderMethod(containingClass PsiClass, psiMethod PsiMethod, builderPsiClass PsiClass, psiAnnotation PsiAnnotation) : PsiMethod renamed to public createToBuilderMethodIfNecessary(target Collection<? super PsiElement>, containingClass PsiClass, psiMethod PsiMethod, builderPsiClass PsiClass, psiAnnotation PsiAnnotation) : void in class de.plushnikov.intellij.plugin.processor.handler.BuilderHandler | From | To | |
Change Return Type | 1 | ||
Change Return Type PsiMethod to void in method public createToBuilderMethodIfNecessary(target Collection<? super PsiElement>, containingClass PsiClass, psiMethod PsiMethod, builderPsiClass PsiClass, psiAnnotation PsiAnnotation) : void in class de.plushnikov.intellij.plugin.processor.handler.BuilderHandler | From | To | |
Move Attribute | 1 | ||
Move Attribute public TO_BUILDER_ANNOTATION_KEY : String from class de.plushnikov.intellij.plugin.processor.clazz.builder.BuilderProcessor to private TO_BUILDER_ANNOTATION_KEY : String from class de.plushnikov.intellij.plugin.processor.handler.BuilderHandler | From | To |