|
Change Parameter Type dbFileSourcesByKey : Map<String,File> to dbFileKeys : Set<String> in method private electMatches(dbFileKeys Set<String>, reportFileSourcesByKey Map<String,File>, matchesByScore MatchesByScore) : ElectedMatches in class org.sonar.server.computation.filemove.FileMoveDetectionStep |
From |
To |
|
Change Parameter Type dbFileSourcesByKey : Map<String,File> to dbFileKeys : Set<String> in method private computeScoreMatrix(dtosByKey Map<String,DbComponent>, dbFileKeys Set<String>, reportFileSourcesByKey Map<String,File>) : ScoreMatrix in class org.sonar.server.computation.filemove.FileMoveDetectionStep |
From |
To |
|
Change Parameter Type dbFileSourcesByKey : Map<String,File> to dbFileKeys : Set<String> in method public ElectedMatches(matchesByScore MatchesByScore, dbFileKeys Set<String>, reportFileSourcesByKey Map<String,File>) in class org.sonar.server.computation.filemove.FileMoveDetectionStep.ElectedMatches |
From |
To |
|
Change Parameter Type dbFileSourcesByKey : Map<String,File> to dbFileKeys : Set<String> in method public ScoreMatrix(dbFileKeys Set<String>, reportFileSourcesByKey Map<String,FileSimilarity.File>, scores int[][], maxScore int) in class org.sonar.server.computation.filemove.ScoreMatrix |
From |
To |
|
Change Parameter Type reportFileSourcesByKey : Map<String,File> to reportFileSourcesByKey : Map<String,FileSimilarity.File> in method public ScoreMatrix(dbFileKeys Set<String>, reportFileSourcesByKey Map<String,FileSimilarity.File>, scores int[][], maxScore int) in class org.sonar.server.computation.filemove.ScoreMatrix |
From |
To |
|
Change Variable Type dbFilesByKey : Map<String,ComponentDtoWithSnapshotId> to dbFilesByKey : Map<String,DbComponent> in method public execute() : void in class org.sonar.server.computation.filemove.FileMoveDetectionStep |
From |
To |
|
Change Variable Type dbFileSourceAndKey : Map.Entry<String,File> to dbFileKey : String in method public accept(visitor ScoreMatrixVisitor) : void in class org.sonar.server.computation.filemove.ScoreMatrix |
From |
To |
|
Change Variable Type dbFileSourceAndKey : Map.Entry<String,File> to removedFileKey : String in method private computeScoreMatrix(dtosByKey Map<String,DbComponent>, dbFileKeys Set<String>, reportFileSourcesByKey Map<String,File>) : ScoreMatrix in class org.sonar.server.computation.filemove.FileMoveDetectionStep |
From |
To |
|
Change Variable Type reportFileSourceAndKey : Map.Entry<String,File> to reportFileSourceAndKey : Map.Entry<String,FileSimilarity.File> in method public accept(visitor ScoreMatrixVisitor) : void in class org.sonar.server.computation.filemove.ScoreMatrix |
From |
To |
|
Change Variable Type reportEntry : Map.Entry<String,File> to reportEntry : Map.Entry<String,FileSimilarity.File> in method public toCsv(separator char) : String in class org.sonar.server.computation.filemove.ScoreMatrix |
From |
To |
|
Rename Parameter dbFileSourcesByKey : Map<String,File> to dbFileKeys : Set<String> in method private electMatches(dbFileKeys Set<String>, reportFileSourcesByKey Map<String,File>, matchesByScore MatchesByScore) : ElectedMatches in class org.sonar.server.computation.filemove.FileMoveDetectionStep |
From |
To |
|
Rename Parameter dbFileSourcesByKey : Map<String,File> to dbFileKeys : Set<String> in method private computeScoreMatrix(dtosByKey Map<String,DbComponent>, dbFileKeys Set<String>, reportFileSourcesByKey Map<String,File>) : ScoreMatrix in class org.sonar.server.computation.filemove.FileMoveDetectionStep |
From |
To |
|
Rename Parameter dbFileSourcesByKey : Map<String,File> to dbFileKeys : Set<String> in method public ScoreMatrix(dbFileKeys Set<String>, reportFileSourcesByKey Map<String,FileSimilarity.File>, scores int[][], maxScore int) in class org.sonar.server.computation.filemove.ScoreMatrix |
From |
To |
|
Rename Parameter dbFileSourcesByKey : Map<String,File> to dbFileKeys : Set<String> in method public ElectedMatches(matchesByScore MatchesByScore, dbFileKeys Set<String>, reportFileSourcesByKey Map<String,File>) in class org.sonar.server.computation.filemove.FileMoveDetectionStep.ElectedMatches |
From |
To |