70ff3c22c1f2da24601ec099fa48a55ca5a9f035
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type billingValidations : BillingValidationsProxy to projectsWsSupport : ProjectsWsSupport in method public UpdateVisibilityAction(dbClient DbClient, componentFinder ComponentFinder, userSession UserSession, permissionIndexer PermissionIndexer, projectsWsSupport ProjectsWsSupport) in class org.sonar.server.project.ws.UpdateVisibilityAction | From | To | |
Move Method | 1 | ||
Move Method private checkCanUpdateProjectsVisibility(organization OrganizationDto, newProjectsPrivate boolean) : void from class org.sonar.server.project.ws.UpdateVisibilityAction to package checkCanUpdateProjectsVisibility(organization OrganizationDto, newProjectsPrivate boolean) : void from class org.sonar.server.project.ws.ProjectsWsSupport | From | To | |
Move Attribute | 1 | ||
Move Attribute private billingValidations : BillingValidationsProxy from class org.sonar.server.project.ws.UpdateVisibilityAction to private billingValidations : BillingValidationsProxy from class org.sonar.server.project.ws.ProjectsWsSupport | From | To | |
Rename Attribute | 1 | ||
Rename Attribute billingValidations : BillingValidationsProxy to projectsWsSupport : ProjectsWsSupport in class org.sonar.server.project.ws.UpdateVisibilityAction | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type billingValidations : BillingValidationsProxy to projectsWsSupport : ProjectsWsSupport in class org.sonar.server.project.ws.UpdateVisibilityAction | From | To | |
Rename Parameter | 1 | ||
Rename Parameter billingValidations : BillingValidationsProxy to projectsWsSupport : ProjectsWsSupport in method public UpdateVisibilityAction(dbClient DbClient, componentFinder ComponentFinder, userSession UserSession, permissionIndexer PermissionIndexer, projectsWsSupport ProjectsWsSupport) in class org.sonar.server.project.ws.UpdateVisibilityAction | From | To |