38d136b1cb99a40adfc489e31bdfb51f0ad5cfb3
Files Diff
- Added: 30
- Removed: 0
- Renamed: 0
- Modified: 14
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move And Rename Method | 1 | ||
| Move And Rename Method protected addAllMethodParameter(singularName String, psiFieldType PsiType, methodBuilder LombokLightMethodBuilder) : void from class de.plushnikov.intellij.plugin.processor.handler.singular.SingularCollectionHandler to public createCollectionType(psiType PsiType, psiManager PsiManager, collectionQualifiedName String) : PsiType from class de.plushnikov.intellij.plugin.util.PsiTypeUtil | From | To | |
| Change Parameter Type | 2 | ||
| Change Parameter Type psiParameterTypes : PsiType[] to psiFieldType : PsiType in method private createOneAddMethodCodeBlock(innerClass PsiClass, fluentBuilder boolean, singularName String, psiFieldName String, psiFieldType PsiType) : PsiCodeBlock in class de.plushnikov.intellij.plugin.processor.handler.singular.AbstractSingularHandler | From | To | |
| Change Parameter Type psiParameterTypes : PsiType[] to psiFieldType : PsiType in method private createAllAddMethodCodeBlock(innerClass PsiClass, fluentBuilder boolean, psiFieldName String, psiFieldType PsiType) : PsiCodeBlock in class de.plushnikov.intellij.plugin.processor.handler.singular.AbstractSingularHandler | From | To | |
| Rename Variable | 1 | ||
| Rename Variable project : Project to psiManager : PsiManager in method protected addAllMethodParameter(methodBuilder LombokLightMethodBuilder, psiFieldType PsiType, singularName String) : void in class de.plushnikov.intellij.plugin.processor.handler.singular.SingularGuavaCollectionHandler | From | To | |
| Change Return Type | 1 | ||
| Change Return Type void to PsiType in method public createCollectionType(psiType PsiType, psiManager PsiManager, collectionQualifiedName String) : PsiType in class de.plushnikov.intellij.plugin.util.PsiTypeUtil | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type project : Project to psiManager : PsiManager in method protected addAllMethodParameter(methodBuilder LombokLightMethodBuilder, psiFieldType PsiType, singularName String) : void in class de.plushnikov.intellij.plugin.processor.handler.singular.SingularGuavaCollectionHandler | From | To | |
| Extract Method | 1 | ||
| Extract Method private rebuildTypeParameter(listOwner PsiTypeParameterListOwner, resultOwner PsiTypeParameterListOwner) : void extracted from private rebuildMethod(project Project, fromMethod PsiMethod) : PsiMethod in class de.plushnikov.intellij.plugin.action.delombok.BaseDelombokHandler | From | To | |
| Rename Parameter | 5 | ||
| Rename Parameter psiType : PsiType to psiFieldType : PsiType in method protected getBuilderFieldType(psiFieldType PsiType, project Project) : PsiType in class de.plushnikov.intellij.plugin.processor.handler.singular.AbstractSingularHandler | From | To | |
| Rename Parameter psiType : PsiType to psiFieldType : PsiType in method protected getBuilderFieldType(psiFieldType PsiType, project Project) : PsiType in class de.plushnikov.intellij.plugin.processor.handler.singular.SingularGuavaCollectionHandler | From | To | |
| Rename Parameter psiParameterTypes : PsiType[] to psiFieldType : PsiType in method private createAllAddMethodCodeBlock(innerClass PsiClass, fluentBuilder boolean, psiFieldName String, psiFieldType PsiType) : PsiCodeBlock in class de.plushnikov.intellij.plugin.processor.handler.singular.AbstractSingularHandler | From | To | |
| Rename Parameter psiParameterTypes : PsiType[] to psiFieldType : PsiType in method private createOneAddMethodCodeBlock(innerClass PsiClass, fluentBuilder boolean, singularName String, psiFieldName String, psiFieldType PsiType) : PsiCodeBlock in class de.plushnikov.intellij.plugin.processor.handler.singular.AbstractSingularHandler | From | To | |
| Rename Parameter singularName : String to collectionQualifiedName : String in method public createCollectionType(psiType PsiType, psiManager PsiManager, collectionQualifiedName String) : PsiType in class de.plushnikov.intellij.plugin.util.PsiTypeUtil | From | To |