e67979d3379eaa435f7ffb6b5bcc673bd23a60ac
Files Diff
- Added: 26
- Removed: 35
- Renamed: 0
- Modified: 36
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type sorted : Map<InstallerFqn,Installer> to sorted : LinkedHashMap<InstallerFqn,Installer> in method private doSort(installerFqn InstallerFqn, sorted LinkedHashMap<InstallerFqn,Installer>, pending Set<InstallerFqn>) : void in class org.eclipse.che.api.installer.server.impl.LocalInstallerRegistry | From | To | |
| Rename Variable | 1 | ||
| Rename Variable dependency : String to dependencyKey : String in method private doSort(installerFqn InstallerFqn, sorted LinkedHashMap<InstallerFqn,Installer>, pending Set<InstallerFqn>) : void in class org.eclipse.che.api.installer.server.impl.LocalInstallerRegistry | From | To | |
| Move Class | 1 | ||
| Move Class org.eclipse.che.api.workspace.shared.Utils moved to org.eclipse.che.api.workspace.server.Utils | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute DEFAULT_VERSION : String to LATEST_VERSION_TAG : String in class org.eclipse.che.api.installer.server.impl.InstallerFqn | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type sorted : Map<InstallerFqn,Installer> to sorted : LinkedHashMap<InstallerFqn,Installer> in method public getOrderedInstallers(installerKeys List<String>) : List<Installer> in class org.eclipse.che.api.installer.server.impl.LocalInstallerRegistry | From | To | |
| Extract Variable | 2 | ||
| Extract Variable installerFqn : InstallerFqn in method public getOrderedInstallers(installerKeys List<String>) : List<Installer> from class org.eclipse.che.api.installer.server.impl.LocalInstallerRegistry | From | To | |
| Extract Variable installerFqn : InstallerFqn in method public remove(installerKey String) : void from class org.eclipse.che.api.installer.server.impl.LocalInstallerRegistry | From | To | |
| Extract Method | 1 | ||
| Extract Method private containsTerminalInstallerWithoutExec(installers List<String>) : boolean extracted from public addExecInstaller(workspaceConfig WorkspaceConfigDto) : void in class org.eclipse.che.api.agent.server.filters.AddExecInstallerInEnvironmentUtil | From | To | |
| Rename Parameter | 3 | ||
| Rename Parameter installers : List<String> to installerKeys : List<String> in method public getOrderedInstallers(installerKeys List<String>) : List<Installer> in class org.eclipse.che.api.installer.server.impl.LocalInstallerRegistry | From | To | |
| Rename Parameter installers : List<String> to installerKeys : List<String> in method public getOrderedInstallers(installerKeys List<String>) : List<Installer> in class org.eclipse.che.api.installer.server.impl.RemoteInstallerRegistry | From | To | |
| Rename Parameter installers : List<String> to installerKeys : List<String> in method public getOrderedInstallers(installerKeys List<String>) : List<Installer> in class org.eclipse.che.api.installer.server.InstallerRegistry | From | To |