5e16d65c916cde389a628d3f79bb97fe8b4a2453
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 158
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move Method | 3 | ||
| Move Method public read() : int from class com.amazonaws.services.s3.model.S3ObjectInputStream to public read() : int from class com.amazonaws.services.s3.internal.S3AbortableInputStream | From | To | |
| Move Method public read(b byte[]) : int from class com.amazonaws.services.s3.model.S3ObjectInputStream to public read(b byte[]) : int from class com.amazonaws.services.s3.internal.S3AbortableInputStream | From | To | |
| Move Method public read(b byte[], off int, len int) : int from class com.amazonaws.services.s3.model.S3ObjectInputStream to public read(b byte[], off int, len int) : int from class com.amazonaws.services.s3.internal.S3AbortableInputStream | From | To | |
| Inline Method | 1 | ||
| Inline Method private doAbort() : void inlined to public abort() : void in class com.amazonaws.services.s3.model.S3ObjectInputStream | From | To | |
| Extract Variable | 1 | ||
| Extract Variable ase : AmazonServiceException in method public isThrottlingException(exception SdkBaseException) : boolean from class com.amazonaws.retry.RetryUtils | From | To | |
| Extract Method | 1 | ||
| Extract Method private abortMultipartCopy() : void extracted from private copyInParts() : void in class com.amazonaws.services.s3.transfer.internal.CopyCallable | From | To |