|
Rename Parameter session : DbSession to dbSession : DbSession in method public insertProjectProfileAssociation(dbSession DbSession, project ComponentDto, profile RulesProfileDto) : void in class org.sonar.db.qualityprofile.QualityProfileDao |
From |
To |
|
Rename Parameter session : DbSession to dbSession : DbSession in method private associateProjectsWithProfile(dbSession DbSession, profile RulesProfileDto, projects ComponentDto...) : void in class org.sonar.server.qualityprofile.ws.ProjectsActionTest |
From |
To |
|
Rename Parameter session : DbSession to dbSession : DbSession in method public updateProjectProfileAssociation(dbSession DbSession, project ComponentDto, newProfileKey String, oldProfileKey String) : void in class org.sonar.db.qualityprofile.QualityProfileDao |
From |
To |
|
Rename Parameter profileKey : String to profileUuid : String in method public insertProjectProfileAssociation(projectUuid String, profileUuid String) : void in class org.sonar.db.qualityprofile.QualityProfileMapper |
From |
To |
|
Rename Parameter projectKey : String to project : ComponentDto in method public selectAssociatedToProjectAndLanguage(session DbSession, project ComponentDto, language String) : RulesProfileDto in class org.sonar.db.qualityprofile.QualityProfileDao |
From |
To |
|
Rename Parameter session : DbSession to dbSession : DbSession in method public deleteProjectProfileAssociation(dbSession DbSession, project ComponentDto, profile RulesProfileDto) : void in class org.sonar.db.qualityprofile.QualityProfileDao |
From |
To |