73f47459d8986e1aaeee72118105f18a995d7396
Files Diff
- Added: 234
- Removed: 0
- Renamed: 0
- Modified: 399
Link to commit
Third party dependencies:
Dependency Action | |
---|---|
Added | |
com.fasterxml.jackson.core:jackson-databind:2.6.6 |
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private writeIntemediateModel(model IntermediateModel) : void renamed to private writeIntermediateModel(model IntermediateModel) : void in class com.amazonaws.codegen.ant.task.CodeGenerator | From | To | |
Rename Variable | 1 | ||
Rename Variable retries : int to retriesAttempted : int in method public readResource(endpoint URI, retryPolicy CredentialsEndpointRetryPolicy) : String in class com.amazonaws.internal.EC2CredentialsUtils | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type region : Regions to region : Region in class com.amazonaws.metrics.AwsSdkMetrics | From | To | |
Extract Method | 1 | ||
Extract Method public readResource(endpoint URI, retryPolicy CredentialsEndpointRetryPolicy) : String extracted from public readResource(endpoint URI) : String in class com.amazonaws.internal.EC2CredentialsUtils | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public getRegionName() : String extracted from public getInstance() : MetricCollector in class com.amazonaws.metrics.internal.cloudwatch.DefaultMetricCollectorFactory & moved to class com.amazonaws.metrics.AwsSdkMetrics | From | To |