9d7a2d998c45ae2083499945a55525edadee9151
Files Diff
- Added: 5
- Removed: 8
- Renamed: 0
- Modified: 12
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Rename Method | 1 | ||
Move And Rename Method public sort(installerKeys List<String>) : List<InstallerKey> from class org.eclipse.che.api.installer.server.impl.InstallerSorter to public getOrderedInstallers(installers List<String>) : List<Installer> from class org.eclipse.che.api.installer.server.impl.LocalInstallerRegistry | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type pending : Set<String> to pending : Set<InstallerFqn> in method private doSort(installerFqn InstallerFqn, sorted Map<InstallerFqn,Installer>, pending Set<InstallerFqn>) : void in class org.eclipse.che.api.installer.server.impl.LocalInstallerRegistry | From | To | |
Change Parameter Type sorted : List<InstallerKey> to sorted : Map<InstallerFqn,Installer> in method private doSort(installerFqn InstallerFqn, sorted Map<InstallerFqn,Installer>, pending Set<InstallerFqn>) : void in class org.eclipse.che.api.installer.server.impl.LocalInstallerRegistry | From | To | |
Move Method | 2 | ||
Move Method private doSort(installerKey InstallerKey, sorted List<InstallerKey>, pending Set<String>) : void from class org.eclipse.che.api.installer.server.impl.InstallerSorter to private doSort(installerFqn InstallerFqn, sorted Map<InstallerFqn,Installer>, pending Set<InstallerFqn>) : void from class org.eclipse.che.api.installer.server.impl.LocalInstallerRegistry | From | To | |
Move Method public setUp() : void from class org.eclipse.che.api.installer.server.impl.InstallerSorterTest to public setUp() : void from class org.eclipse.che.workspace.infrastructure.docker.InstallerConfigApplierTest | From | To | |
Rename Variable | 3 | ||
Rename Variable installersConf : List<Installer> to sortedInstallers : List<Installer> in method private initInstallers(installersKeys List<String>) : void in class org.eclipse.che.api.workspace.server.spi.InternalMachineConfig | From | To | |
Rename Variable key : InstallerKeyImpl to fqn : InstallerFqn in method public LocalInstallerRegistry(installers Set<Installer>) in class org.eclipse.che.api.installer.server.impl.LocalInstallerRegistry | From | To | |
Rename Variable installerKey : InstallerKeyImpl to installerFqn : InstallerFqn in method public equals(o Object) : boolean in class org.eclipse.che.api.installer.server.impl.LocalInstallerRegistry.InstallerFqn | From | To | |
Change Return Type | 3 | ||
Change Return Type Collection<Installer> to Collection<InstallerDto> in method public getInstallers() : Collection<InstallerDto> in class org.eclipse.che.api.installer.server.InstallerRegistryService | From | To | |
Change Return Type List<InstallerKey> to List<Installer> in method public getOrderedInstallers(installers List<String>) : List<Installer> in class org.eclipse.che.api.installer.server.impl.LocalInstallerRegistry | From | To | |
Change Return Type InstallerKeyImpl to InstallerFqn in method public parse(installerKey String) : InstallerFqn in class org.eclipse.che.api.installer.server.impl.LocalInstallerRegistry.InstallerFqn | From | To | |
Move And Rename Class | 1 | ||
Move And Rename Class org.eclipse.che.api.installer.server.model.impl.InstallerKeyImpl moved and renamed to org.eclipse.che.api.installer.server.impl.LocalInstallerRegistry.InstallerFqn | From | To | |
Change Variable Type | 2 | ||
Change Variable Type key : InstallerKeyImpl to fqn : InstallerFqn in method public LocalInstallerRegistry(installers Set<Installer>) in class org.eclipse.che.api.installer.server.impl.LocalInstallerRegistry | From | To | |
Change Variable Type installerKey : InstallerKeyImpl to installerFqn : InstallerFqn in method public equals(o Object) : boolean in class org.eclipse.che.api.installer.server.impl.LocalInstallerRegistry.InstallerFqn | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type installers : Map<InstallerKey,Installer> to installers : Map<InstallerFqn,Installer> in class org.eclipse.che.api.installer.server.impl.LocalInstallerRegistry | From | To | |
Rename Parameter | 1 | ||
Rename Parameter installerKeys : List<String> to installers : List<String> in method public getOrderedInstallers(installers List<String>) : List<Installer> in class org.eclipse.che.api.installer.server.impl.LocalInstallerRegistry | From | To |