9250ab169f690687d92e54fe2b5142b0376258cd
Files Diff
- Added: 5
- Removed: 0
- Renamed: 0
- Modified: 12
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public request_returns_status_and_causes_from_HealthChecker_checkNode_method() : void renamed to public request_returns_status_and_causes_from_HealthChecker_checkNode_method_when_standalone() : void in class org.sonar.server.platform.ws.HealthActionTest | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type healthChecker : HealthChecker to webServer : WebServer in method public HealthAction(webServer WebServer, support HealthActionSupport) in class org.sonar.server.platform.ws.HealthAction | From | To | |
| Change Return Type | 2 | ||
| Change Return Type Health to ClusterHealth in method public checkCluster() : ClusterHealth in class org.sonar.server.health.HealthCheckerImpl | From | To | |
| Change Return Type Health to ClusterHealth in method public checkCluster() : ClusterHealth in class org.sonar.server.health.HealthChecker | From | To | |
| Move Attribute | 1 | ||
| Move Attribute private healthChecker : HealthChecker from class org.sonar.server.platform.ws.HealthAction to private healthChecker : HealthChecker from class org.sonar.server.platform.ws.HealthActionSupport | From | To | |
| Extract Class | 1 | ||
| Extract Class org.sonar.server.platform.ws.HealthActionSupport from class org.sonar.server.platform.ws.HealthAction | From | To | |
| Rename Attribute | 2 | ||
| Rename Attribute mockedHealthChecker : HealthChecker to healthChecker : HealthChecker in class org.sonar.server.platform.ws.HealthActionTest | From | To | |
| Rename Attribute healthChecker : HealthChecker to webServer : WebServer in class org.sonar.server.platform.ws.HealthAction | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type healthChecker : HealthChecker to webServer : WebServer in class org.sonar.server.platform.ws.HealthAction | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter healthChecker : HealthChecker to webServer : WebServer in method public HealthAction(webServer WebServer, support HealthActionSupport) in class org.sonar.server.platform.ws.HealthAction | From | To |