9465a574d900a3c3be3a6387f75127f26131a587
Files Diff
- Added: 6
- Removed: 2
- Renamed: 0
- Modified: 30
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Method | 2 | ||
Move Method public getErrorCode(exception Throwable) : int from class org.eclipse.che.ide.projectimport.ErrorMessageUtils to public getErrorCode(exception Throwable) : int from class org.eclipse.che.ide.util.ExceptionUtils | From | To | |
Move Method public getAttributes(exception Throwable) : Map<String,String> from class org.eclipse.che.ide.projectimport.ErrorMessageUtils to public getAttributes(exception Throwable) : Map<String,String> from class org.eclipse.che.ide.util.ExceptionUtils | From | To | |
Move And Rename Class | 1 | ||
Move And Rename Class org.eclipse.che.ide.ext.github.client.authenticator.GitHubAuthenticator moved and renamed to org.eclipse.che.ide.api.oauth.OAuth2Authenticator | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type gitHubAuthenticator : GitHubAuthenticator to gitHubAuthenticator : OAuth2Authenticator in class org.eclipse.che.ide.ext.github.client.importer.page.GithubImporterPagePresenter | From | To | |
Change Attribute Type gitHubAuthenticator : GitHubAuthenticator to gitHubAuthenticator : OAuth2Authenticator in class org.eclipse.che.ide.ext.github.client.importer.page.GithubImporterPagePresenterTest | From | To | |
Extract Method | 1 | ||
Extract Method private doImport(pathToProject String, projectName String, sourceStorage SourceStorageDto) : Promise<Void> extracted from protected importProject(pathToProject String, projectName String, sourceStorage SourceStorageDto) : Promise<Void> in class org.eclipse.che.ide.projectimport.wizard.ProjectImporter | From | To |