c9d8fb12afc55512508c55f4026fbad3797c0439
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public listAuthors(query IssueQuery, textQuery String, maxNumberOfAuthors int) : List<String> renamed to public searchAuthors(query IssueQuery, textQuery String, maxNumberOfAuthors int) : List<String> in class org.sonar.server.issue.index.IssueIndex | From | To | |
Rename Method public search_by_query() : void renamed to public search_authors_by_query() : void in class org.sonar.server.issue.ws.AuthorsActionTest | From | To | |
Change Variable Type | 2 | ||
Change Variable Type result : String to result : AuthorsResponse in method public search_authors_by_query() : void in class org.sonar.server.issue.ws.AuthorsActionTest | From | To | |
Change Variable Type result : String to result : AuthorsResponse in method public set_page_size() : void in class org.sonar.server.issue.ws.AuthorsActionTest | From | To |