Toggle navigation
Home
org.sonar.core.user.UserDto to java.util.List<org.sonar.core.user.UserDto>
No. of Instances - 2
No. of Commits - 1
No. of Projects - {'sonarqube'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Jdk
Mapping:
Rename Method invocation
selectNullableByScmAccountOrLoginOrName
to
selectNullableByScmAccountOrLoginOrEmail
selectNullableByScmAccountOrLoginOrName
to
selectNullableByScmAccountOrLoginOrEmail
Rename Variable
selectNullableByScmAccountOrLoginOrName
to
selectNullableByScmAccountOrLoginOrEmail
matchingUser
to
matchingUsers
Cascading Type Change (Similar)
UserDto
to
List<UserDto>