|
Push Down Method public iterator() : Iterator<List<Match>> from class org.sonar.server.computation.filemove.MatchesByScore to public iterator() : Iterator<List<Match>> from class org.sonar.server.computation.filemove.MatchesByScore.MatchesByScoreImpl |
From |
To |
|
Push Down Method public getSize() : int from class org.sonar.server.computation.filemove.MatchesByScore to public getSize() : int from class org.sonar.server.computation.filemove.MatchesByScore.MatchesByScoreImpl |
From |
To |
|
Push Down Method public visit(dbFileKey String, reportFileKey String, score int) : void from class org.sonar.server.computation.filemove.MatchesByScore to public visit(dbFileKey String, reportFileKey String, score int) : void from class org.sonar.server.computation.filemove.MatchesByScore.MatchesByScoreImpl |
From |
To |
|
Push Down Method private MatchesByScore(scoreMatrix ScoreMatrix) from class org.sonar.server.computation.filemove.MatchesByScore to private MatchesByScoreImpl(scoreMatrix ScoreMatrix) from class org.sonar.server.computation.filemove.MatchesByScore.MatchesByScoreImpl |
From |
To |
|
Push Down Method private populate() : void from class org.sonar.server.computation.filemove.MatchesByScore to private populate() : void from class org.sonar.server.computation.filemove.MatchesByScore.MatchesByScoreImpl |
From |
To |
|
Push Down Method private isAcceptableScore(score int) : boolean from class org.sonar.server.computation.filemove.MatchesByScore to private isAcceptableScore(score int) : boolean from class org.sonar.server.computation.filemove.MatchesByScore.MatchesByScoreImpl |
From |
To |