f94bc6f1b9be3b9180aef88abe1804b4aaaa194a
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 16
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 5 | ||
| Rename Method public return_children_of_a_view() : void renamed to public project_reference_from_portfolio() : void in class org.sonar.server.component.ws.TreeActionTest | From | To | |
| Rename Method public reference_component() : void renamed to public project_reference_from_portfolio() : void in class org.sonar.server.measure.ws.ComponentTreeActionTest | From | To | |
| Rename Method public test_definition() : void renamed to public definition() : void in class org.sonar.server.branch.ws.DeleteActionTest | From | To | |
| Rename Method public filter_by_application() : void renamed to public filter_by_main_application() : void in class org.sonar.server.issue.index.IssueIndexTest | From | To | |
| Rename Method public filter_by_application_and_branch() : void renamed to public filter_by_application_branch() : void in class org.sonar.server.issue.index.IssueIndexTest | From | To | |
| Rename Variable | 3 | ||
| Rename Variable issue1 : IssueDto to issueOnProject1 : IssueDto in method public search_by_application_key_and_branch() : void in class org.sonar.server.issue.ws.SearchActionComponentsTest | From | To | |
| Rename Variable applicationBranch : ComponentDto to project1Branch1 : ComponentDto in method public search_by_application_key_and_branch() : void in class org.sonar.server.issue.ws.SearchActionComponentsTest | From | To | |
| Rename Variable issue2 : IssueDto to issueOnProject2 : IssueDto in method public search_by_application_key_and_branch() : void in class org.sonar.server.issue.ws.SearchActionComponentsTest | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute dbTester : DbTester to db : DbTester in class org.sonar.server.view.index.ViewIndexerTest | From | To | |
| Change Variable Type | 3 | ||
| Change Variable Type fileMeasures : List<Measures.Measure> to fileMeasures : List<Measure> in method public load_measures_with_best_value() : void in class org.sonar.server.measure.ws.ComponentTreeActionTest | From | To | |
| Change Variable Type fileMeasures : List<Measures.Measure> to fileMeasures : List<Measure> in method public load_measures_and_periods() : void in class org.sonar.server.measure.ws.ComponentTreeActionTest | From | To | |
| Change Variable Type fileMeasures : List<Measures.Measure> to fileMeasures : List<Measure> in method public return_is_best_value_on_leak_measures() : void in class org.sonar.server.measure.ws.ComponentTreeActionTest | From | To | |
| Inline Variable | 1 | ||
| Inline Variable result : SearchWsResponse in method public search_by_application_key_and_branch() : void from class org.sonar.server.issue.ws.SearchActionComponentsTest | From | To |