9ca6bac286879ab0e323fb32b12e40a5d4454d7c
Files Diff
- Added: 3
- Removed: 1
- Renamed: 0
- Modified: 18
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public newDto(name QProfileName, key String) : QualityProfileDto renamed to public newQProfileDto(name QProfileName, key String) : QualityProfileDto in class org.sonar.server.qualityprofile.QProfileTesting | From | To | |
Rename Variable | 1 | ||
Rename Variable key : String to profileKey : String in method private buildResponse(data SearchData) : WsSearchResponse in class org.sonar.server.qualityprofile.ws.SearchAction | From | To | |
Move Attribute | 2 | ||
Move Attribute private profileLoader : QProfileLoader from class org.sonar.server.qualityprofile.ws.SearchAction to private profileLoader : QProfileLoader from class org.sonar.server.qualityprofile.ws.SearchDataLoader | From | To | |
Move Attribute private profileLookup : QProfileLookup from class org.sonar.server.qualityprofile.ws.SearchAction to private profileLookup : QProfileLookup from class org.sonar.server.qualityprofile.ws.SearchDataLoader | From | To | |
Extract Class | 1 | ||
Extract Class org.sonar.server.qualityprofile.ws.SearchDataLoader from class org.sonar.server.qualityprofile.ws.SearchAction | From | To | |
Merge Variable | 1 | ||
Merge Variable [profiles : List<QProfile>, fields : List<String>] to data : SearchData in method public handle(request Request, response Response) : void in class org.sonar.server.qualityprofile.ws.SearchAction | From | To | |
Extract Method | 5 | ||
Extract Method private isNotNull(value T) : boolean extracted from private buildResponse(profiles List<QProfile>, fields List<String>) : WsSearchResponse in class org.sonar.server.qualityprofile.ws.SearchAction | From | To |