|
Change Parameter Type group : GroupId to group : GroupDto in method private checkNotTryingToDeleteLastAdminGroup(dbSession DbSession, group GroupDto) : void in class org.sonar.server.usergroups.ws.DeleteAction |
From |
To |
|
Change Parameter Type groupId : GroupId to groupId : GroupDto in method private removeFromPermissionTemplates(dbSession DbSession, groupId GroupDto) : void in class org.sonar.server.usergroups.ws.DeleteAction |
From |
To |
|
Change Parameter Type groupId : GroupId to groupId : GroupDto in method private removeGroupMembers(dbSession DbSession, groupId GroupDto) : void in class org.sonar.server.usergroups.ws.DeleteAction |
From |
To |
|
Change Parameter Type groupId : GroupId to groupId : GroupDto in method private removeGroupPermissions(dbSession DbSession, groupId GroupDto) : void in class org.sonar.server.usergroups.ws.DeleteAction |
From |
To |