Toggle navigation
Home
java.lang.String to org.sonar.db.alm.AlmAppInstallDto
No. of Instances - 2
No. of Commits - 2
No. of Projects - {'sonarqube'}
Hierarchy/Composition: Composition
Primitive Info: -
NameSpace: Jdk -> Internal
Mapping:
Add or Remove Method invocation
mapper.selectInstallId(alm.getId(),ownerId)
to
mapper.selectByOwner(alm.getId(),ownerId)
mapper.selectOwnerId(alm.getId(),installationId)
to
mapper.selectByInstallationId(alm.getId(),installationId)
Rename Variable
getInstallId
to
selectByOwner
getOwerId
to
selectByInstallationId