caae00e21b2fd316560a406f2e1d8ad98edf1dad
Files Diff
- Added: 9
- Removed: 1
- Renamed: 0
- Modified: 59
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 7 | ||
Rename Method public getSpecVersion() : String renamed to public getApiVersion() : String in class org.eclipse.che.api.workspace.shared.dto.devfile.DevfileDto | From | To | |
Rename Method public setSpecVersion(specVersion String) : void renamed to public setApiVersion(apiVersion String) : void in class org.eclipse.che.api.workspace.server.model.impl.devfile.DevfileImpl | From | To | |
Rename Method public shouldThrowAnExceptionIfDevfileSpecVersionIsNotSupportedDuringConvertingDevfileToWorkspaceConfig() : void renamed to public shouldThrowAnExceptionIfDevfileApiVersionIsNotSupportedDuringConvertingDevfileToWorkspaceConfig() : void in class org.eclipse.che.api.workspace.server.devfile.convert.DevfileConverterTest | From | To | |
Rename Method public setSpecVersion(specVersion String) : void renamed to public setApiVersion(apiVersion String) : void in class org.eclipse.che.api.workspace.shared.dto.devfile.DevfileDto | From | To | |
Rename Method public shouldThrowAnExceptionIfDevfileSpecVersionIsMissingDuringConvertingDevfileToWorkspaceConfig() : void renamed to public shouldThrowAnExceptionIfDevfileApiVersionIsMissingDuringConvertingDevfileToWorkspaceConfig() : void in class org.eclipse.che.api.workspace.server.devfile.convert.DevfileConverterTest | From | To | |
Rename Method public getSpecVersion() : String renamed to public getApiVersion() : String in class org.eclipse.che.api.workspace.server.model.impl.devfile.DevfileImpl | From | To | |
Rename Method public getSpecVersion() : String renamed to public getApiVersion() : String in class org.eclipse.che.api.core.model.workspace.devfile.Devfile | From | To | |
Move Method | 1 | ||
Move Method public getName() : String from class org.eclipse.che.api.workspace.server.model.impl.devfile.DevfileImpl to public getName() : String from class org.eclipse.che.api.workspace.server.model.impl.devfile.MetadataImpl | From | To | |
Move Attribute | 1 | ||
Move Attribute private name : String from class org.eclipse.che.api.workspace.server.model.impl.devfile.DevfileImpl to private name : String from class org.eclipse.che.api.workspace.server.model.impl.devfile.MetadataImpl | From | To | |
Extract Class | 1 | ||
Extract Class org.eclipse.che.api.workspace.server.model.impl.devfile.MetadataImpl from class org.eclipse.che.api.workspace.server.model.impl.devfile.DevfileImpl | From | To | |
Rename Attribute | 2 | ||
Rename Attribute CURRENT_SPEC_VERSION : String to CURRENT_API_VERSION : String in class org.eclipse.che.api.workspace.server.devfile.Constants | From | To | |
Rename Attribute specVersion : String to apiVersion : String in class org.eclipse.che.api.workspace.server.model.impl.devfile.DevfileImpl | From | To | |
Extract Method | 1 | ||
Extract Method public asDto(metadata Metadata) : MetadataDto extracted from private asDto(devfile Devfile) : DevfileDto in class org.eclipse.che.api.workspace.server.DtoConverter | From | To | |
Rename Parameter | 3 | ||
Rename Parameter specVersion : String to apiVersion : String in method public setApiVersion(apiVersion String) : void in class org.eclipse.che.api.workspace.shared.dto.devfile.DevfileDto | From | To | |
Rename Parameter specVersion : String to apiVersion : String in method public DevfileImpl(apiVersion String, projects List<? extends Project>, components List<? extends Component>, commands List<? extends Command>, attributes Map<String,String>, metadata Metadata) in class org.eclipse.che.api.workspace.server.model.impl.devfile.DevfileImpl | From | To | |
Rename Parameter specVersion : String to apiVersion : String in method public setApiVersion(apiVersion String) : void in class org.eclipse.che.api.workspace.server.model.impl.devfile.DevfileImpl | From | To |