fdfa49be4133e34b6bb5849a137166eb29bf9109
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Return Type | 2 | ||
| Change Return Type Optional<Visibility> to String in method public getVisibility() : String in class org.sonarqube.ws.client.project.UpdateVisibilityRequest | From | To | |
| Change Return Type Optional<String> to String in method public getVisibility() : String in class org.sonarqube.ws.client.project.CreateRequest | From | To | |
| Move Attribute | 2 | ||
| Move Attribute private PARAM_VISIBILITY : String from class org.sonar.server.project.ws.UpdateVisibilityAction to public PARAM_VISIBILITY : String from class org.sonarqube.ws.client.project.ProjectsWsParameters | From | To | |
| Move Attribute package PARAM_VISIBILITY : String from class org.sonar.server.project.ws.CreateAction to public PARAM_VISIBILITY : String from class org.sonarqube.ws.client.project.ProjectsWsParameters | From | To | |
| Merge Parameter | 1 | ||
| Merge Parameter [project : String, visibility : Visibility] to builder : Builder in method public UpdateVisibilityRequest(builder Builder) in class org.sonarqube.ws.client.project.UpdateVisibilityRequest | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type visibility : Visibility to visibility : String in class org.sonarqube.ws.client.project.UpdateVisibilityRequest | From | To |