ace6ce2bad7d0b8106b843ab1a39d465bed80bfe
Files Diff
- Added: 4
- Removed: 0
- Renamed: 0
- Modified: 13
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public checkTestPackageRenameWithResource12() : void renamed to public checkTest12() : void in class org.eclipse.che.selenium.refactor.packages.RenamePackageTest | From | To | |
Rename Variable | 1 | ||
Rename Variable file : VirtualFile to documentId : TextDocumentIdentifier in method private appResourceChanges(resourceChangesIterator Iterator<CheResourceChange>, notification StatusNotification) : Promise<?> in class org.eclipse.che.plugin.languageserver.ide.editor.quickassist.ApplyWorkspaceEditAction | From | To | |
Change Return Type | 2 | ||
Change Return Type void to Promise<ItemReference> in method private createResource(path Path, kind ResourceKind, notification StatusNotification) : Promise<ItemReference> in class org.eclipse.che.plugin.languageserver.ide.editor.quickassist.ApplyWorkspaceEditAction | From | To | |
Change Return Type void to Promise<Object> in method private moveResource(resourceChangesIterator Iterator<CheResourceChange>, notification StatusNotification, path Path, resource Resource) : Promise<Object> in class org.eclipse.che.plugin.languageserver.ide.editor.quickassist.ApplyWorkspaceEditAction | From | To | |
Rename Attribute | 1 | ||
Rename Attribute EXPECTED_TEXT_IN_RIGHT_EDITOR : String to EXPECTED_TEXT_IN_LEFT_EDITOR : String in class org.eclipse.che.selenium.refactor.preview.PreviewRefactoringTest | From | To | |
Change Variable Type | 1 | ||
Change Variable Type file : VirtualFile to documentId : TextDocumentIdentifier in method private appResourceChanges(resourceChangesIterator Iterator<CheResourceChange>, notification StatusNotification) : Promise<?> in class org.eclipse.che.plugin.languageserver.ide.editor.quickassist.ApplyWorkspaceEditAction | From | To | |
Extract Method | 1 | ||
Extract Method private appResourceChanges(resourceChangesIterator Iterator<CheResourceChange>, notification StatusNotification) : Promise<?> extracted from private moveResource(resource Resource, path Path, notification StatusNotification) : void in class org.eclipse.che.plugin.languageserver.ide.editor.quickassist.ApplyWorkspaceEditAction | From | To |