178a7ddea7f70cd6e9fb69beb3aa472d6350641b
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 13
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type psiField : PsiField to psiVariable : PsiVariable in method public addBuilderMethod(methods List<PsiMethod>, psiVariable PsiVariable, innerClass PsiClass, fluentBuilder boolean, returnType PsiType, singularAnnotation PsiAnnotation, accessorsInfo AccessorsInfo) : void in class de.plushnikov.intellij.plugin.processor.handler.singular.AbstractSingularHandler | From | To | |
Rename Variable | 2 | ||
Rename Variable psiFieldType : PsiType to psiType : PsiType in method public getHandlerFor(psiVariable PsiVariable, singularAnnotation PsiAnnotation) : AbstractSingularHandler in class de.plushnikov.intellij.plugin.processor.handler.singular.SingularHandlerFactory | From | To | |
Rename Variable existedConstrcutor : PsiMethod to existedConstructor : PsiMethod in method public createConstructors(psiClass PsiClass, psiAnnotation PsiAnnotation) : Collection<PsiMethod> in class de.plushnikov.intellij.plugin.processor.handler.BuilderHandler | From | To | |
Extract Variable | 3 | ||
Extract Variable fieldType : PsiType in method public addBuilderField(fields List<PsiField>, psiVariable PsiVariable, innerClass PsiClass, accessorsInfo AccessorsInfo) : void from class de.plushnikov.intellij.plugin.processor.handler.singular.AbstractSingularHandler | From | To | |
Extract Variable builderFieldValueType : PsiType in method public addBuilderField(fields List<PsiField>, psiVariable PsiVariable, innerClass PsiClass, accessorsInfo AccessorsInfo) : void from class de.plushnikov.intellij.plugin.processor.handler.singular.SingularMapHandler | From | To | |
Extract Variable builderFieldKeyType : PsiType in method public addBuilderField(fields List<PsiField>, psiVariable PsiVariable, innerClass PsiClass, accessorsInfo AccessorsInfo) : void from class de.plushnikov.intellij.plugin.processor.handler.singular.SingularMapHandler | From | To | |
Change Variable Type | 1 | ||
Change Variable Type originalFieldElement : PsiField to originalFieldElement : PsiVariable in method protected createFieldMethods(psiFields Collection<PsiField>, parentClass PsiClass, innerClass PsiClass, psiAnnotation PsiAnnotation, existedMethodNames Collection<String>) : Collection<PsiMethod> in class de.plushnikov.intellij.plugin.processor.handler.BuilderHandler | From | To | |
Change Attribute Type | 6 | ||
Change Attribute Type COLLECTION_TYPES : Collection<String> to COLLECTION_TYPES : Map<String,String> in class de.plushnikov.intellij.plugin.processor.handler.singular.SingularHandlerFactory | From | To | |
Change Attribute Type VALID_SINGULAR_TYPES : Collection<String> to VALID_SINGULAR_TYPES : Map<String,String> in class de.plushnikov.intellij.plugin.processor.handler.singular.SingularHandlerFactory | From | To | |
Change Attribute Type GUAVA_COLLECTION_TYPES : Collection<String> to GUAVA_COLLECTION_TYPES : Map<String,String> in class de.plushnikov.intellij.plugin.processor.handler.singular.SingularHandlerFactory | From | To | |
Change Attribute Type MAP_TYPES : Collection<String> to MAP_TYPES : Map<String,String> in class de.plushnikov.intellij.plugin.processor.handler.singular.SingularHandlerFactory | From | To | |
Change Attribute Type occupations : Set<String> to occupations : List<String> in class de.plushnikov.builder.singular.SingularBuilderExample | From | To | |
Change Attribute Type GUAVA_MAP_TYPES : Collection<String> to GUAVA_MAP_TYPES : Map<String,String> in class de.plushnikov.intellij.plugin.processor.handler.singular.SingularHandlerFactory | From | To | |
Rename Parameter | 1 | ||
Rename Parameter psiField : PsiField to psiVariable : PsiVariable in method public addBuilderMethod(methods List<PsiMethod>, psiVariable PsiVariable, innerClass PsiClass, fluentBuilder boolean, returnType PsiType, singularAnnotation PsiAnnotation, accessorsInfo AccessorsInfo) : void in class de.plushnikov.intellij.plugin.processor.handler.singular.AbstractSingularHandler | From | To |