|
Rename Method private getDbFilesByKey() : Map<String,DbComponent> renamed to private getDbFilesByUuid() : Map<String,DbComponent> in class org.sonar.ce.task.projectanalysis.filemove.FileMoveDetectionStep |
From |
To |
|
Rename Method public getKey() : String renamed to public getUuid() : String in class org.sonar.db.source.LineHashesWithUuidDto |
From |
To |
|
Rename Method private getReportFileSourcesByKey(reportFilesByKey Map<String,Component>, addedFileKeys Set<String>) : Map<String,File> renamed to private getReportFileSourcesByUuid(reportFilesByUuid Map<String,Component>, addedFileUuids Set<String>) : Map<String,File> in class org.sonar.ce.task.projectanalysis.filemove.FileMoveDetectionStep |
From |
To |
|
Rename Method public getByKey(key String) : Optional<LineHashesWithKeyDto> renamed to public getByUuid(uuid String) : Optional<LineHashesWithUuidDto> in class org.sonar.db.source.FileSourceDaoTest.LineHashesWithKeyDtoHandler |
From |
To |
|
Rename Method public scrollLineHashes_has_no_effect_if_no_keys() : void renamed to public scrollLineHashes_has_no_effect_if_no_uuids() : void in class org.sonar.db.source.FileSourceDaoTest |
From |
To |
|
Rename Method public getReportKey() : String renamed to public getReportUuid() : String in class org.sonar.ce.task.projectanalysis.filemove.Match |
From |
To |
|
Rename Method public getDbKey() : String renamed to public getDbUuid() : String in class org.sonar.ce.task.projectanalysis.filemove.Match |
From |
To |
|
Rename Method private getReportFilesByKey(root Component) : Map<String,Component> renamed to private getReportFilesByUuid(root Component) : Map<String,Component> in class org.sonar.ce.task.projectanalysis.filemove.FileMoveDetectionStep |
From |
To |
|
Rename Method public getFileKey() : String renamed to public getFileUuid() : String in class org.sonar.ce.task.projectanalysis.filemove.ScoreMatrix.ScoreFile |
From |
To |
|
Rename Variable removedFileKeys : Set<String> to removedFileUuids : Set<String> in method public execute(context ComputationStep.Context) : void in class org.sonar.ce.task.projectanalysis.filemove.FileMoveDetectionStep |
From |
To |
|
Rename Variable addedFileKeys : Set<String> to addedFileUuids : Set<String> in method public execute(context ComputationStep.Context) : void in class org.sonar.ce.task.projectanalysis.filemove.FileMoveDetectionStep |
From |
To |
|
Rename Variable reportFilesByKey : Map<String,Component> to reportFilesByUuid : Map<String,Component> in method public execute(context ComputationStep.Context) : void in class org.sonar.ce.task.projectanalysis.filemove.FileMoveDetectionStep |
From |
To |
|
Rename Variable reallyAddedFileKeys : Set<String> to reallyAddedFileUuids : Set<String> in method private registerAddedFiles(addedFileUuids Set<String>, reportFilesByUuid Map<String,Component>, electedMatches ElectedMatches) : void in class org.sonar.ce.task.projectanalysis.filemove.FileMoveDetectionStep |
From |
To |
|
Rename Variable fileKey : String to fileUuid : String in method private getReportFileSourcesByUuid(reportFilesByUuid Map<String,Component>, addedFileUuids Set<String>) : Map<String,File> in class org.sonar.ce.task.projectanalysis.filemove.FileMoveDetectionStep |
From |
To |
|
Rename Variable reportFileSourcesByKey : Map<String,File> to reportFileSourcesByUuid : Map<String,File> in method public execute(context ComputationStep.Context) : void in class org.sonar.ce.task.projectanalysis.filemove.FileMoveDetectionStep |
From |
To |
|
Rename Variable dbFilesByKey : Map<String,DbComponent> to dbFilesByUuid : Map<String,DbComponent> in method public execute(context ComputationStep.Context) : void in class org.sonar.ce.task.projectanalysis.filemove.FileMoveDetectionStep |
From |
To |
|
Rename Parameter key : String to uuid : String in method public getByUuid(uuid String) : Optional<LineHashesWithUuidDto> in class org.sonar.db.source.FileSourceDaoTest.LineHashesWithKeyDtoHandler |
From |
To |
|
Rename Parameter reportFilesByKey : Map<String,Component> to reportFilesByUuid : Map<String,Component> in method private registerAddedFiles(addedFileUuids Set<String>, reportFilesByUuid Map<String,Component>, electedMatches ElectedMatches) : void in class org.sonar.ce.task.projectanalysis.filemove.FileMoveDetectionStep |
From |
To |
|
Rename Parameter removedFileKeys : Set<String> to removedFileUuids : Set<String> in method private computeScoreMatrix(dtosByUuid Map<String,DbComponent>, removedFileUuids Set<String>, newFileSourcesByUuid Map<String,File>) : ScoreMatrix in class org.sonar.ce.task.projectanalysis.filemove.FileMoveDetectionStep |
From |
To |
|
Rename Parameter newFileSourcesByKey : Map<String,File> to newFileSourcesByUuid : Map<String,File> in method private computeScoreMatrix(dtosByUuid Map<String,DbComponent>, removedFileUuids Set<String>, newFileSourcesByUuid Map<String,File>) : ScoreMatrix in class org.sonar.ce.task.projectanalysis.filemove.FileMoveDetectionStep |
From |
To |
|
Rename Parameter componentKeys : String... to uuids : String... in method private insertFiles(uuids String...) : ComponentDto[] in class org.sonar.ce.task.projectanalysis.filemove.FileMoveDetectionStepTest |
From |
To |
|
Rename Parameter addedFileKeys : Set<String> to addedFileUuids : Set<String> in method private getReportFileSourcesByUuid(reportFilesByUuid Map<String,Component>, addedFileUuids Set<String>) : Map<String,File> in class org.sonar.ce.task.projectanalysis.filemove.FileMoveDetectionStep |
From |
To |
|
Rename Parameter addedFileKeys : Set<String> to addedFileUuids : Set<String> in method private registerAddedFiles(addedFileUuids Set<String>, reportFilesByUuid Map<String,Component>, electedMatches ElectedMatches) : void in class org.sonar.ce.task.projectanalysis.filemove.FileMoveDetectionStep |
From |
To |
|
Rename Parameter reportKey : String to reportUuid : String in method package Match(dbUuid String, reportUuid String) in class org.sonar.ce.task.projectanalysis.filemove.Match |
From |
To |
|
Rename Parameter dbFileKeys : Set<String> to dbFileUuids : Set<String> in method public ElectedMatches(matchesByScore MatchesByScore, dbFileUuids Set<String>, reportFileSourcesByUuid Map<String,File>) in class org.sonar.ce.task.projectanalysis.filemove.FileMoveDetectionStep.ElectedMatches |
From |
To |
|
Rename Parameter fileKeys : Collection<String> to fileUUids : Collection<String> in method public scrollLineHashes(dbSession DbSession, fileUUids Collection<String>, rowHandler ResultHandler<LineHashesWithUuidDto>) : void in class org.sonar.db.source.FileSourceDao |
From |
To |
|
Rename Parameter reportFilesByKey : Map<String,Component> to reportFilesByUuid : Map<String,Component> in method private getReportFileSourcesByUuid(reportFilesByUuid Map<String,Component>, addedFileUuids Set<String>) : Map<String,File> in class org.sonar.ce.task.projectanalysis.filemove.FileMoveDetectionStep |
From |
To |
|
Rename Parameter reportFileSourcesByKey : Map<String,File> to reportFileSourcesByUuid : Map<String,File> in method private electMatches(dbFileUuids Set<String>, reportFileSourcesByUuid Map<String,File>, matchesByScore MatchesByScore) : ElectedMatches in class org.sonar.ce.task.projectanalysis.filemove.FileMoveDetectionStep |
From |
To |
|
Rename Parameter dbFilesByKey : Map<String,DbComponent> to dbFilesByUuid : Map<String,DbComponent> in method private registerMatches(dbFilesByUuid Map<String,DbComponent>, reportFilesByUuid Map<String,Component>, electedMatches ElectedMatches) : void in class org.sonar.ce.task.projectanalysis.filemove.FileMoveDetectionStep |
From |
To |
|
Rename Parameter dtosByKey : Map<String,DbComponent> to dtosByUuid : Map<String,DbComponent> in method private computeScoreMatrix(dtosByUuid Map<String,DbComponent>, removedFileUuids Set<String>, newFileSourcesByUuid Map<String,File>) : ScoreMatrix in class org.sonar.ce.task.projectanalysis.filemove.FileMoveDetectionStep |
From |
To |
|
Rename Parameter componentKeys : String... to uuids : String... in method private insertFiles(newComponentDto Function<String,ComponentDto>, uuids String...) : ComponentDto[] in class org.sonar.ce.task.projectanalysis.filemove.FileMoveDetectionStepTest |
From |
To |
|
Rename Parameter dbFileKeys : Set<String> to dbFileUuids : Set<String> in method private electMatches(dbFileUuids Set<String>, reportFileSourcesByUuid Map<String,File>, matchesByScore MatchesByScore) : ElectedMatches in class org.sonar.ce.task.projectanalysis.filemove.FileMoveDetectionStep |
From |
To |
|
Rename Parameter key : String to uuid : String in method private newComponentDto(uuid String) : ComponentDto in class org.sonar.ce.task.projectanalysis.filemove.FileMoveDetectionStepTest |
From |
To |
|
Rename Parameter reportFilesByKey : Map<String,Component> to reportFilesByUuid : Map<String,Component> in method private registerMatches(dbFilesByUuid Map<String,DbComponent>, reportFilesByUuid Map<String,Component>, electedMatches ElectedMatches) : void in class org.sonar.ce.task.projectanalysis.filemove.FileMoveDetectionStep |
From |
To |
|
Rename Parameter fileKey : String to fileUuid : String in method package ScoreFile(fileUuid String, lineCount int) in class org.sonar.ce.task.projectanalysis.filemove.ScoreMatrix.ScoreFile |
From |
To |
|
Rename Parameter key : String to uuid : String in method private insertContentOfFileInDb(uuid String, content String[]) : FileSourceDto in class org.sonar.ce.task.projectanalysis.filemove.FileMoveDetectionStepTest |
From |
To |
|
Rename Parameter reportFileSourcesByKey : Map<String,File> to reportFileSourcesByUuid : Map<String,File> in method public ElectedMatches(matchesByScore MatchesByScore, dbFileUuids Set<String>, reportFileSourcesByUuid Map<String,File>) in class org.sonar.ce.task.projectanalysis.filemove.FileMoveDetectionStep.ElectedMatches |
From |
To |
|
Rename Parameter keys : String... to uuids : String... in method private scrollLineHashes(uuids String...) : LineHashesWithKeyDtoHandler in class org.sonar.db.source.FileSourceDaoTest |
From |
To |
|
Rename Parameter dbKey : String to dbUuid : String in method package Match(dbUuid String, reportUuid String) in class org.sonar.ce.task.projectanalysis.filemove.Match |
From |
To |