b583256dfed9c28281c98f8d150f4778cc548bfe
Files Diff
- Added: 31
- Removed: 11
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Rename Method | 4 | ||
Move And Rename Method protected configureCoreUI() : void from class org.eclipse.che.ide.core.CoreGinModule to protected configure() : void from class org.eclipse.che.ide.core.UiModule | From | To | |
Move And Rename Method private configureJsonRpc() : void from class org.eclipse.che.ide.core.CoreGinModule to protected configure() : void from class org.eclipse.che.ide.core.JsonRpcModule | From | To | |
Move And Rename Method private configureWebSocket() : void from class org.eclipse.che.ide.core.CoreGinModule to protected configure() : void from class org.eclipse.che.ide.core.WebSocketModule | From | To | |
Move And Rename Method private configureApiBinding() : void from class org.eclipse.che.ide.core.CoreGinModule to protected configure() : void from class org.eclipse.che.ide.macro.MacroApiModule | From | To | |
Move Method | 2 | ||
Move Method protected providePartStackEventHandler(partAgentPresenter FocusManager) : PartStackEventHandler from class org.eclipse.che.ide.core.CoreGinModule to protected providePartStackEventHandler(partAgentPresenter FocusManager) : PartStackPresenter.PartStackEventHandler from class org.eclipse.che.ide.part.PartApiModule | From | To | |
Move Method protected defaultPerspectiveId() : String from class org.eclipse.che.ide.core.CoreGinModule to protected defaultPerspectiveId() : String from class org.eclipse.che.ide.part.PartApiModule | From | To | |
Rename Variable | 1 | ||
Rename Variable requestReceivers : GinMapBinder<String,JsonRpcRequestReceiver> to componentsBinder : GinMapBinder<String,Component> in method protected configure() : void in class org.eclipse.che.ide.core.CoreGinModule | From | To | |
Inline Method | 13 | ||
Inline Method private configureImportWizard() : void inlined to protected configure() : void in class org.eclipse.che.ide.core.CoreGinModule | From | To | |
Inline Method protected configureEditorAPI() : void inlined to protected configure() : void in class org.eclipse.che.ide.core.CoreGinModule | From | To | |
Inline Method private configureClientServerEventService() : void inlined to protected configure() : void in class org.eclipse.che.ide.core.CoreGinModule | From | To | |
Inline Method private configureComponents() : void inlined to protected configure() : void in class org.eclipse.che.ide.core.CoreGinModule | From | To | |
Inline Method private configurePlatformApiGwtClients() : void inlined to protected configure() : void in class org.eclipse.che.ide.core.CoreGinModule | From | To | |
Inline Method private configureProjectWizard() : void inlined to protected configure() : void in class org.eclipse.che.ide.core.CoreGinModule | From | To | |
Inline Method private configureProjectTree() : void inlined to protected configure() : void in class org.eclipse.che.ide.core.CoreGinModule | From | To | |
Change Return Type | 1 | ||
Change Return Type PartStackEventHandler to PartStackPresenter.PartStackEventHandler in method protected providePartStackEventHandler(partAgentPresenter FocusManager) : PartStackPresenter.PartStackEventHandler in class org.eclipse.che.ide.part.PartApiModule | From | To | |
Rename Class | 3 | ||
Rename Class org.eclipse.che.ide.editor.EditorGinModule renamed to org.eclipse.che.ide.editor.EditorApiModule | From | To | |
Rename Class org.eclipse.che.ide.filetypes.FileTypeModule renamed to org.eclipse.che.ide.filetypes.FileTypeApiModule | From | To | |
Rename Class org.eclipse.che.ide.editor.preferences.EditorPreferencesGinModule renamed to org.eclipse.che.ide.editor.preferences.EditorPreferencesModule | From | To | |
Move Class | 7 | ||
Move Class org.eclipse.che.ide.core.ProfileComponent moved to org.eclipse.che.ide.user.ProfileComponent | From | To | |
Move Class org.eclipse.che.ide.api.user.PreferencesServiceClientImpl moved to org.eclipse.che.ide.preferences.PreferencesServiceClientImpl | From | To | |
Move Class org.eclipse.che.ide.api.workspace.WorkspaceServiceClientImpl moved to org.eclipse.che.ide.workspace.WorkspaceServiceClientImpl | From | To | |
Move Class org.eclipse.che.ide.api.user.UserServiceClientImpl moved to org.eclipse.che.ide.user.UserServiceClientImpl | From | To | |
Move Class org.eclipse.che.ide.core.ZeroClipboardInjector moved to org.eclipse.che.ide.clipboard.ZeroClipboardInjector | From | To | |
Move Class org.eclipse.che.ide.api.user.UserProfileServiceClientImpl moved to org.eclipse.che.ide.user.UserProfileServiceClientImpl | From | To | |
Move Class org.eclipse.che.ide.api.factory.FactoryServiceClientImpl moved to org.eclipse.che.ide.factory.FactoryServiceClientImpl | From | To | |
Extract Variable | 1 | ||
Extract Variable componentsBinder : GinMapBinder<String,Component> in method protected configure() : void from class org.eclipse.che.ide.core.CoreGinModule | From | To | |
Change Variable Type | 1 | ||
Change Variable Type requestReceivers : GinMapBinder<String,JsonRpcRequestReceiver> to componentsBinder : GinMapBinder<String,Component> in method protected configure() : void in class org.eclipse.che.ide.core.CoreGinModule | From | To | |
Inline Variable | 1 | ||
Inline Variable prefBinder : GinMultibinder<PreferencePagePresenter> in method protected configure() : void from class org.eclipse.che.ide.editor.preferences.EditorPreferencesGinModule | From | To |