0720d837bab32ecc80b9f54a404fbf72da68c73a
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public parse_is_empty_if_no_plugin() : void renamed to public parse_is_empty_if_license_has_no_plugin() : void in class org.sonar.server.edition.LicenseTest | From | To | |
Rename Method public installEdition(pluginKeys Set<String>) : void renamed to public downloadEditionPlugins(pluginKeys Set<String>, updateCenter UpdateCenter) : void in class org.sonar.server.plugins.edition.EditionPluginDownloader | From | To | |
Rename Variable | 1 | ||
Rename Variable license : String to licenseParam : String in method public handle(request Request, response Response) : void in class org.sonar.server.edition.ws.ApplyLicenseAction | From | To | |
Change Return Type | 1 | ||
Change Return Type void to boolean in method public install(editionPluginKeys Set<String>) : boolean in class org.sonar.server.plugins.edition.EditionInstaller | From | To | |
Move Attribute | 4 | ||
Move Attribute private updateCenterMatrixFactory : UpdateCenterMatrixFactory from class org.sonar.server.plugins.edition.EditionPluginDownloader to private updateCenterMatrixFactory : UpdateCenterMatrixFactory from class org.sonar.server.plugins.edition.EditionInstaller | From | To | |
Move Attribute private updateCenterMatrixFactory : UpdateCenterMatrixFactory from class org.sonar.server.plugins.edition.EditionPluginDownloaderTest to private updateCenterMatrixFactory : UpdateCenterMatrixFactory from class org.sonar.server.plugins.edition.EditionInstallerTest | From | To | |
Move Attribute private updateCenterMatrixFactory : UpdateCenterMatrixFactory from class org.sonar.server.plugins.edition.EditionPluginDownloaderTest to private updateCenterMatrixFactory : UpdateCenterMatrixFactory from class org.sonar.server.plugins.edition.EditionInstaller | From | To | |
Move Attribute private updateCenterMatrixFactory : UpdateCenterMatrixFactory from class org.sonar.server.plugins.edition.EditionPluginDownloader to private updateCenterMatrixFactory : UpdateCenterMatrixFactory from class org.sonar.server.plugins.edition.EditionInstallerTest | From | To | |
Extract Method | 1 | ||
Extract Method private setPendingLicense(pendingStatus PendingStatus) : void extracted from public verify_example() : void in class org.sonar.server.edition.ws.ApplyLicenseActionTest | From | To | |
Rename Parameter | 1 | ||
Rename Parameter editionPlugins : Set<String> to editionPluginKeys : Set<String> in method public install(editionPluginKeys Set<String>) : boolean in class org.sonar.server.plugins.edition.EditionInstaller | From | To |