d4510ae328cbcc6d9d51ffb391aff121708e5988
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 3 | ||
Change Parameter Type autoStarterFactory : Supplier<PlatformAutoStarter> to autoStarterFactory : Supplier<AutoStarter> in method public ServerTesterPlatform(autoStarterFactory Supplier<AutoStarter>) in class org.sonar.server.platform.ServerTesterPlatform | From | To | |
Change Parameter Type autoStarterSupplier : Supplier<PlatformAutoStarter> to autoStarterSupplier : Supplier<AutoStarter> in method protected Platform(autoStarterSupplier Supplier<AutoStarter>) in class org.sonar.server.platform.Platform | From | To | |
Change Parameter Type autoStarter : PlatformAutoStarter to autoStarter : AutoStarter in method private isRunning(autoStarter AutoStarter) : boolean in class org.sonar.server.platform.Platform | From | To | |
Rename Class | 1 | ||
Rename Class org.sonar.server.platform.Platform.PlatformAutoStarter renamed to org.sonar.server.platform.Platform.AutoStarter | From | To | |
Extract Method | 1 | ||
Extract Method private stopAutoStarter() : void extracted from public doStop() : void in class org.sonar.server.platform.Platform | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type autoStarterSupplier : Supplier<PlatformAutoStarter> to autoStarterSupplier : Supplier<AutoStarter> in class org.sonar.server.platform.Platform | From | To | |
Change Attribute Type autoStarter : PlatformAutoStarter to autoStarter : AutoStarter in class org.sonar.server.platform.Platform | From | To |