ee09904809c7e4c4da340dc62a58b84837afbaa1
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type params : String to params : Map<String,String> in method public HeaderInfo(header HttpHeader, type String, params Map<String,String>) in class org.eclipse.jetty.client.api.Authentication.HeaderInfo | From | To | |
| Move Method | 1 | ||
| Move Method private parseParameters(wwwAuthenticate String) : Map<String,String> from class org.eclipse.jetty.client.util.DigestAuthentication to protected parseParameters(wwwAuthenticate String) : Map<String,String> from class org.eclipse.jetty.client.AuthenticationProtocolHandler | From | To | |
| Change Return Type | 1 | ||
| Change Return Type String to Map<String,String> in method public getParameters() : Map<String,String> in class org.eclipse.jetty.client.api.Authentication.HeaderInfo | From | To | |
| Move Attribute | 1 | ||
| Move Attribute private PARAM_PATTERN : Pattern from class org.eclipse.jetty.client.util.DigestAuthentication to private PARAM_PATTERN : Pattern from class org.eclipse.jetty.client.AuthenticationProtocolHandler | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type params : String to params : Map<String,String> in class org.eclipse.jetty.client.api.Authentication.HeaderInfo | From | To | |
| Extract And Move Method | 1 | ||
| Extract And Move Method protected newHeaderInfo(value String) : HeaderInfo extracted from private parseAuthenticateHeader(response Response, header HttpHeader) : List<Authentication.HeaderInfo> in class org.eclipse.jetty.client.AuthenticationProtocolHandler.AuthenticationListener & moved to class org.eclipse.jetty.client.AuthenticationProtocolHandler | From | To |