c33689ad2824302794592d42f1767d141d5de42a
Files Diff
- Added: 65
- Removed: 0
- Renamed: 0
- Modified: 354
Link to commit
Third party dependencies:
Dependency Action | |
---|---|
Removed | |
org.easymock:easymock:3.1 | |
org.hamcrest:hamcrest-all:1.3 | |
com.github.tomakehurst:wiremock:1.55 | |
log4j:log4j:1.2.17 | |
commons-io:commons-io:2.4 |
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Attribute | 1 | ||
Rename Attribute userAgent : String to userAgentPrefix : String in class com.amazonaws.ClientConfiguration | From | To | |
Inline Variable | 2 | ||
Inline Variable awsreq : AmazonWebServiceRequest in method private setUserAgent(request Request<?>) : void from class com.amazonaws.http.AmazonHttpClient | From | To | |
Inline Variable userAgentMarker : String in method private setUserAgent(request Request<?>) : void from class com.amazonaws.http.AmazonHttpClient | From | To | |
Extract Method | 2 | ||
Extract Method public getUserAgentPrefix() : String extracted from public getUserAgent() : String in class com.amazonaws.ClientConfiguration | From | To | |
Extract Method private createBasicHttpResponse() : BasicHttpResponse extracted from public testRetryIOExceptionFromHandler() : void in class com.amazonaws.http.AmazonHttpClientTest | From | To |