|
Change Parameter Type projects : List<JavaProject> to projects : List<JavaProjectStructure> in method public ProjectsAndPackagesModel(projects List<JavaProjectStructure>, refactorInfo RefactorInfo, selectionModel SingleSelectionModel<Object>, resources JavaResources) in class org.eclipse.che.ide.ext.java.client.refactoring.move.wizard.ProjectsAndPackagesModel |
From |
To |
|
Change Parameter Type projects : List<JavaProject> to projects : List<JavaProjectStructure> in method public setTreeOfDestinations(refactorInfo RefactorInfo, projects List<JavaProjectStructure>) : void in class org.eclipse.che.ide.ext.java.client.refactoring.move.wizard.MoveView |
From |
To |
|
Change Parameter Type status : NameValidationStatus to status : RefactoringStatus in method public showErrorMessage(status RefactoringStatus) : void in class org.eclipse.che.ide.ext.java.client.refactoring.rename.wizard.RenameViewImpl |
From |
To |
|
Change Parameter Type status : NameValidationStatus to status : RefactoringStatus in method public showStatusMessage(status RefactoringStatus) : void in class org.eclipse.che.ide.ext.java.client.refactoring.rename.wizard.RenameView |
From |
To |
|
Change Parameter Type projects : List<JavaProject> to projects : List<JavaProjectStructure> in method public setTreeOfDestinations(refactorInfo RefactorInfo, projects List<JavaProjectStructure>) : void in class org.eclipse.che.ide.ext.java.client.refactoring.move.wizard.MoveViewImpl |
From |
To |
|
Change Parameter Type notification : Notification to notification : StatusNotification in method private createResource(path Path, kind ResourceKind, notification StatusNotification) : void in class org.eclipse.che.plugin.languageserver.ide.editor.quickassist.ApplyWorkspaceEditAction |
From |
To |
|
Change Parameter Type status : NameValidationStatus to status : RefactoringStatus in method public showStatusMessage(status RefactoringStatus) : void in class org.eclipse.che.ide.ext.java.client.refactoring.rename.wizard.RenameViewImpl |
From |
To |
|
Change Parameter Type notification : Notification to notification : StatusNotification in method private applyResourceChanges(notification StatusNotification, edit CheWorkspaceEdit) : Promise<Void> in class org.eclipse.che.plugin.languageserver.ide.editor.quickassist.ApplyWorkspaceEditAction |
From |
To |
|
Change Parameter Type notification : Notification to notification : StatusNotification in method private moveResource(resource Resource, path Path, notification StatusNotification) : void in class org.eclipse.che.plugin.languageserver.ide.editor.quickassist.ApplyWorkspaceEditAction |
From |
To |
|
Change Parameter Type status : NameValidationStatus to status : RefactoringStatus in method private showMessage(status RefactoringStatus) : void in class org.eclipse.che.ide.ext.java.client.refactoring.rename.wizard.RenameViewImpl |
From |
To |
|
Change Parameter Type status : NameValidationStatus to status : RefactoringStatus in method public showErrorMessage(status RefactoringStatus) : void in class org.eclipse.che.ide.ext.java.client.refactoring.rename.wizard.RenameView |
From |
To |
|
Change Variable Type resourceChange : ResourceChange to resourceChange : CheResourceChange in method private prepareResourceChangeNodes(resourceChanges List<CheResourceChange>) : void in class org.eclipse.che.ide.ext.java.client.refactoring.preview.PreviewPresenter |
From |
To |
|
Change Variable Type project : JavaProject to project : JavaProjectStructure in method public getNodeInfo(value T) : NodeInfo<?> in class org.eclipse.che.ide.ext.java.client.refactoring.move.wizard.ProjectsAndPackagesModel |
From |
To |
|
Change Variable Type moveRefactoring : CreateMoveRefactoring to moveParams : CreateMoveParams in method private createMoveParameters() : CreateMoveParams in class org.eclipse.che.ide.ext.java.client.refactoring.move.wizard.MovePresenter |
From |
To |
|
Change Variable Type elements : List<ElementToMove> to elements : List<org.eclipse.che.jdt.ls.extension.api.dto.Resource> in method private createMoveParameters() : CreateMoveParams in class org.eclipse.che.ide.ext.java.client.refactoring.move.wizard.MovePresenter |
From |
To |
|
Change Variable Type element : ElementToMove to element : Resource in method private createMoveParameters() : CreateMoveParams in class org.eclipse.che.ide.ext.java.client.refactoring.move.wizard.MovePresenter |
From |
To |