60d9320fb58b12b062fc19ba5ffaaf597f168931
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private getUserRepos() : void renamed to private getUserRepositoriesAndOrganizations() : void in class org.eclipse.che.ide.ext.github.client.importer.page.GithubImporterPagePresenter | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type ghUser : GHUser to ghPerson : GHPerson in method public createUser(ghPerson GHPerson) : GitHubUser in class org.eclipse.che.ide.ext.github.server.GitHubDTOFactory | From | To | |
Change Parameter Type ghCollaborators : GHPersonSet<GHUser> to ghPersons : GHPersonSet<? extends GHPerson> in method public createCollaborators(ghPersons GHPersonSet<? extends GHPerson>) : Collaborators in class org.eclipse.che.ide.ext.github.server.GitHubDTOFactory | From | To | |
Rename Variable | 1 | ||
Rename Variable collaborator : GHUser to ghPerson : GHPerson in method public createCollaborators(ghPersons GHPersonSet<? extends GHPerson>) : Collaborators in class org.eclipse.che.ide.ext.github.server.GitHubDTOFactory | From | To | |
Change Return Type | 8 | ||
Change Return Type void to Promise<List<GitHubUser>> in method public getOrganizations() : Promise<List<GitHubUser>> in class org.eclipse.che.ide.ext.github.client.GitHubClientService | From | To | |
Change Return Type void to Promise<List<GitHubUser>> in method public getOrganizations() : Promise<List<GitHubUser>> in class org.eclipse.che.ide.ext.github.client.GitHubClientServiceImpl | From | To | |
Change Return Type void to Promise<List<GitHubRepository>> in method public getRepositoriesList() : Promise<List<GitHubRepository>> in class org.eclipse.che.ide.ext.github.client.GitHubClientService | From | To | |
Change Return Type void to Promise<GitHubUser> in method public getUserInfo() : Promise<GitHubUser> in class org.eclipse.che.ide.ext.github.client.GitHubClientService | From | To | |
Change Return Type List<String> to List<GitHubUser> in method public listOrganizations() : List<GitHubUser> in class org.eclipse.che.ide.ext.github.server.rest.GitHubService | From | To | |
Change Return Type void to Promise<List<GitHubRepository>> in method public getRepositoriesList() : Promise<List<GitHubRepository>> in class org.eclipse.che.ide.ext.github.client.GitHubClientServiceImpl | From | To | |
Change Return Type void to Promise<GitHubUser> in method public getUserInfo() : Promise<GitHubUser> in class org.eclipse.che.ide.ext.github.client.GitHubClientServiceImpl | From | To | |
Change Return Type GitHubRepositoryList to List<GitHubRepository> in method public listRepositories() : List<GitHubRepository> in class org.eclipse.che.ide.ext.github.server.rest.GitHubService | From | To | |
Change Variable Type | 1 | ||
Change Variable Type collaborator : GHUser to ghPerson : GHPerson in method public createCollaborators(ghPersons GHPersonSet<? extends GHPerson>) : Collaborators in class org.eclipse.che.ide.ext.github.server.GitHubDTOFactory | From | To | |
Rename Parameter | 2 | ||
Rename Parameter ghUser : GHUser to ghPerson : GHPerson in method public createUser(ghPerson GHPerson) : GitHubUser in class org.eclipse.che.ide.ext.github.server.GitHubDTOFactory | From | To | |
Rename Parameter ghCollaborators : GHPersonSet<GHUser> to ghPersons : GHPersonSet<? extends GHPerson> in method public createCollaborators(ghPersons GHPersonSet<? extends GHPerson>) : Collaborators in class org.eclipse.che.ide.ext.github.server.GitHubDTOFactory | From | To |