0d3be9943570cf5bfb7fbb72fdfe5a6fcb2798c0
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public search_sort_by_case_insensitive_name() : void renamed to public sort_by_insensitive_name() : void in class org.sonar.server.measure.index.ProjectMeasuresIndexTest | From | To | |
Rename Method public fail_if_metric_is_unknown() : void renamed to public fail_when_metrics_are_unknown() : void in class org.sonar.server.component.ws.SearchProjectsActionTest | From | To | |
Rename Method public search_paginate_results() : void renamed to public paginate_results() : void in class org.sonar.server.measure.index.ProjectMeasuresIndexTest | From | To | |
Rename Variable | 3 | ||
Rename Variable projectA : ComponentDto to windows : ComponentDto in method public sort_by_insensitive_name() : void in class org.sonar.server.measure.index.ProjectMeasuresIndexTest | From | To | |
Rename Variable projectB : ComponentDto to apachee : ComponentDto in method public sort_by_insensitive_name() : void in class org.sonar.server.measure.index.ProjectMeasuresIndexTest | From | To | |
Rename Variable projectC : ComponentDto to apache : ComponentDto in method public sort_by_insensitive_name() : void in class org.sonar.server.measure.index.ProjectMeasuresIndexTest | From | To | |
Rename Attribute | 2 | ||
Rename Attribute FIELD_VALUE : String to FIELD_MEASURES_VALUE : String in class org.sonar.server.measure.index.ProjectMeasuresIndex | From | To | |
Rename Attribute FIELD_KEY : String to FIELD_MEASURES_KEY : String in class org.sonar.server.measure.index.ProjectMeasuresIndex | From | To |