345d1b7e62c9b318a26df60db0f5051efce3c0dd
Files Diff
- Added: 5
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 3 | ||
Rename Variable fieldName : String to names : Pair<String,String> in method protected analyzeDtoSetterMethod(method Method, methodModel MethodModel) : void in class org.eclipse.che.plugin.typescript.dto.model.DtoModel | From | To | |
Rename Variable fieldName : String to names : Pair<String,String> in method protected analyzeDtoGetterMethod(method Method, methodModel MethodModel) : void in class org.eclipse.che.plugin.typescript.dto.model.DtoModel | From | To | |
Rename Variable fieldName : String to names : Pair<String,String> in method protected analyzeDtoWithMethod(method Method, methodModel MethodModel) : void in class org.eclipse.che.plugin.typescript.dto.model.DtoModel | From | To | |
Change Return Type | 3 | ||
Change Return Type String to Pair<String,String> in method public getGetterFieldName(method Method) : Pair<String,String> in class org.eclipse.che.plugin.typescript.dto.DTOHelper | From | To | |
Change Return Type String to Pair<String,String> in method public getWithFieldName(method Method) : Pair<String,String> in class org.eclipse.che.plugin.typescript.dto.DTOHelper | From | To | |
Change Return Type String to Pair<String,String> in method public getSetterFieldName(method Method) : Pair<String,String> in class org.eclipse.che.plugin.typescript.dto.DTOHelper | From | To | |
Change Variable Type | 4 | ||
Change Variable Type fieldName : String to names : Pair<String,String> in method protected analyzeDtoSetterMethod(method Method, methodModel MethodModel) : void in class org.eclipse.che.plugin.typescript.dto.model.DtoModel | From | To | |
Change Variable Type typeScriptDtoGenerator : TypeScriptDtoGenerator to typeScriptDtoGenerator : TypeScriptDtoDTSGenerator in method private generateDTs() : void in class org.eclipse.che.plugin.typescript.dto.TypeScriptDTOGeneratorMojo | From | To | |
Change Variable Type fieldName : String to names : Pair<String,String> in method protected analyzeDtoGetterMethod(method Method, methodModel MethodModel) : void in class org.eclipse.che.plugin.typescript.dto.model.DtoModel | From | To | |
Change Variable Type fieldName : String to names : Pair<String,String> in method protected analyzeDtoWithMethod(method Method, methodModel MethodModel) : void in class org.eclipse.che.plugin.typescript.dto.model.DtoModel | From | To | |
Extract Method | 1 | ||
Extract Method private generateDTs() : void extracted from public execute() : void in class org.eclipse.che.plugin.typescript.dto.TypeScriptDTOGeneratorMojo | From | To |