40f7a7917abd385a76f77278af156f046bb41934
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private serverUriFromHeadersOrDefault(httpHeaders HttpHeaders) : String renamed to private buildEndpointUri(httpHeaders HttpHeaders) : String in class org.graylog2.web.resources.AppConfigResource | From | To | |
Rename Variable | 2 | ||
Rename Variable firstHeader : Optional<String> to endpointUri : Optional<String> in method private buildEndpointUri(httpHeaders HttpHeaders) : String in class org.graylog2.web.resources.AppConfigResource | From | To | |
Rename Variable overrideServerUriHeaders : List<String> to headers : List<String> in method private buildEndpointUri(httpHeaders HttpHeaders) : String in class org.graylog2.web.resources.AppConfigResource | From | To |