1852642c6837d40537e9715f6c80ef5830a4518a
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public getRefspec() : String renamed to public getBranch() : String in class org.eclipse.che.api.workspace.server.model.impl.devfile.SourceImpl | From | To | |
Rename Method public getRefspec() : String renamed to public getBranch() : String in class org.eclipse.che.api.core.model.workspace.devfile.Source | From | To | |
Rename Method public setRefspec(refspec String) : void renamed to public setBranch(branch String) : void in class org.eclipse.che.api.workspace.server.model.impl.devfile.SourceImpl | From | To | |
Rename Variable | 1 | ||
Rename Variable refspec : String to startPoint : String in method public toDevfileProject(projectConfig ProjectConfigImpl) : ProjectImpl in class org.eclipse.che.api.devfile.server.convert.ProjectConverter | From | To | |
Rename Attribute | 3 | ||
Rename Attribute REFSPEC_PARAMETER_NAME : String to BRANCH_PARAMETER_NAME : String in class org.eclipse.che.api.core.model.workspace.config.SourceStorage | From | To | |
Rename Attribute refspec : String to branch : String in class org.eclipse.che.api.workspace.server.model.impl.devfile.SourceImpl | From | To | |
Rename Attribute REFSPEC_PARAMETER_NAME : String to START_POINT_PARAMETER_NAME : String in class org.eclipse.che.api.core.model.workspace.config.SourceStorage | From | To | |
Rename Parameter | 2 | ||
Rename Parameter refspec : String to branch : String in method public setBranch(branch String) : void in class org.eclipse.che.api.workspace.server.model.impl.devfile.SourceImpl | From | To | |
Rename Parameter refspec : String to branch : String in method public SourceImpl(type String, location String, branch String, startPoint String, tag String, commitId String) in class org.eclipse.che.api.workspace.server.model.impl.devfile.SourceImpl | From | To |