ba52896830cdcf9e265a1fdddb154b3144b558d8
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public getInstallId_throws_IAE_when_owner_id_is_null() : void renamed to public selectByOwner_throws_IAE_when_owner_id_is_null() : void in class org.sonar.db.alm.AlmAppInstallDaoTest | From | To | |
Rename Method public getInstallId_throws_IAE_when_owner_id_is_empty() : void renamed to public selectByOwner_throws_IAE_when_owner_id_is_empty() : void in class org.sonar.db.alm.AlmAppInstallDaoTest | From | To | |
Rename Method public getInstallId_throws_NPE_when_alm_is_null() : void renamed to public selectByOwner_throws_NPE_when_alm_is_null() : void in class org.sonar.db.alm.AlmAppInstallDaoTest | From | To | |
Change Return Type | 1 | ||
Change Return Type AlmAppInstall to AlmAppInstallDto in method private asAlmAppInstall(db DbTester, dbSession DbSession, alm ALM, ownerId String) : AlmAppInstallDto in class org.sonar.db.alm.AlmAppInstallDaoTest.AlmAppInstallAssert | From | To | |
Rename Attribute | 1 | ||
Rename Attribute dbTester : DbTester to db : DbTester in class org.sonar.db.alm.AlmAppInstallDaoTest | From | To | |
Rename Parameter | 1 | ||
Rename Parameter dbTester : DbTester to db : DbTester in method private asAlmAppInstall(db DbTester, dbSession DbSession, alm ALM, ownerId String) : AlmAppInstallDto in class org.sonar.db.alm.AlmAppInstallDaoTest.AlmAppInstallAssert | From | To |