| GroupDto group=dbClient.groupDao().selectById(dbSession,groupId); | GroupDto group=dbClient.groupDao().selectByUuid(dbSession,groupUuid); | dbClient.groupDao().selectById(dbSession,groupId) | dbClient.groupDao().selectByUuid(dbSession,groupId) | sonarqube | 85b940dd935f57860f26dff7f1bfaa9de1ba8af2 | org.sonar.server.usergroups.ws.UpdateAction | | | | TCIVar | groupId |
|---|
| v0 | dbClient.groupDao() |
|---|
| v1 | dbSession |
|---|
| | | TCIVar | groupId |
|---|
| v0 | dbClient.groupDao() |
|---|
| v1 | dbSession |
|---|
| Uses | True |
| return requireNonNull(dbClient.groupDao().selectById(dbSession,defaultGroupId),format(STR0,defaultGroupId)); | return requireNonNull(dbClient.groupDao().selectByUuid(dbSession,defaultGroupUuid),format(STR0,defaultGroupUuid)); | dbClient.groupDao().selectById(dbSession,defaultGroupId) | dbClient.groupDao().selectByUuid(dbSession,defaultGroupId) | sonarqube | 85b940dd935f57860f26dff7f1bfaa9de1ba8af2 | org.sonar.server.usergroups.DefaultGroupFinder | | | _1 | defaultGroupId |
|---|
| _2 | defaultGroupUuid |
|---|
| | TCIVar | defaultGroupId |
|---|
| v0 | dbClient.groupDao() |
|---|
| v1 | dbSession |
|---|
| | | TCIVar | defaultGroupId |
|---|
| v0 | dbClient.groupDao() |
|---|
| v1 | dbSession |
|---|
| Uses | True |
| return db.getDbClient().groupDao().selectById(db.getSession(),groupId); | return db.getDbClient().groupDao().selectByUuid(db.getSession(),groupUuid); | db.getDbClient().groupDao().selectById(db.getSession(),groupId) | db.getDbClient().groupDao().selectByUuid(db.getSession(),groupId) | sonarqube | 85b940dd935f57860f26dff7f1bfaa9de1ba8af2 | org.sonar.db.user.UserDbTester | | | | TCIVar | groupId |
|---|
| v0 | db.getDbClient().groupDao() |
|---|
| v1 | db.getSession() |
|---|
| | | TCIVar | groupId |
|---|
| v0 | db.getDbClient().groupDao() |
|---|
| v1 | db.getSession() |
|---|
| Uses | True |