58f2b8f3603049eba4600afe81b5cb7967b93f78
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 1 | ||
| Rename Variable type : String to authScheme : String in method protected getHeaderInfo(header String) : List<HeaderInfo> in class org.eclipse.jetty.client.AuthenticationProtocolHandler | From | To | |
| Inline Method | 2 | ||
| Inline Method protected newHeaderInfo(value String) : HeaderInfo inlined to protected getHeaderInfo(header String) : List<HeaderInfo> in class org.eclipse.jetty.client.AuthenticationProtocolHandler | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute MULTIPLE_CHALLENGE_PATTERN : Pattern to AUTH_SCHEME : Pattern in class org.eclipse.jetty.client.AuthenticationProtocolHandler | From | To | |
| Extract Variable | 1 | ||
| Extract Variable value : String in method protected getHeaderInfo(header String) : List<HeaderInfo> from class org.eclipse.jetty.client.AuthenticationProtocolHandler | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter value : String to header : String in method protected getHeaderInfo(header String) : List<HeaderInfo> in class org.eclipse.jetty.client.AuthenticationProtocolHandler | From | To |