5b439efe9f8560c2377a1d1656394c0cbd63f730
Files Diff
- Added: 3
- Removed: 1
- Renamed: 0
- Modified: 26
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type groupUpdater : GroupUpdater to groupUpdater : UserGroupUpdater in method public CreateAction(dbClient DbClient, userSession UserSession, groupUpdater UserGroupUpdater) in class org.sonar.server.usergroups.ws.CreateAction | From | To | |
Change Parameter Type groupUpdater : GroupUpdater to groupUpdater : UserGroupUpdater in method public UpdateAction(dbClient DbClient, userSession UserSession, groupUpdater UserGroupUpdater) in class org.sonar.server.usergroups.ws.UpdateAction | From | To | |
Rename Class | 1 | ||
Rename Class org.sonar.server.usergroups.ws.GroupUpdater renamed to org.sonar.server.usergroups.ws.UserGroupUpdater | From | To | |
Rename Attribute | 2 | ||
Rename Attribute dbTester : DbTester to db : DbTester in class org.sonar.server.usergroups.ws.DeleteActionTest | From | To | |
Rename Attribute session : DbSession to dbSession : DbSession in class org.sonar.server.usergroups.ws.DeleteActionTest | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type groupUpdater : GroupUpdater to groupUpdater : UserGroupUpdater in class org.sonar.server.usergroups.ws.UpdateAction | From | To | |
Change Attribute Type groupUpdater : GroupUpdater to groupUpdater : UserGroupUpdater in class org.sonar.server.usergroups.ws.CreateAction | From | To | |
Inline Variable | 1 | ||
Inline Variable groupName : String in method public getGroup(dbSession DbSession, group WsGroupRef) : GroupDto from class org.sonar.server.permission.ws.PermissionDependenciesFinder | From | To |