f3020783d4aecd24160171f13c3cfa93bb46fe93
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Method | 1 | ||
Move Method private getKey(path String) : Optional<String> from class org.sonar.server.ws.DeprecatedRestWebServiceFilter to private getKey() : Optional<String> from class org.sonar.server.ws.DeprecatedRestWebServiceFilter.Response | From | To | |
Extract Method | 2 | ||
Extract Method private assertNoParam(key String) : void extracted from public redirect_api_properties_to_api_properties_index_when_no_property() : void in class org.sonar.server.ws.DeprecatedRestWebServiceFilterTest | From | To | |
Extract Method private assertParam(key String, value String) : void extracted from public redirect_api_properties_with_property_key() : void in class org.sonar.server.ws.DeprecatedRestWebServiceFilterTest | From | To |