f06f7ab4b898a97e8af8a47c0164205c96992d05
Files Diff
- Added: 0
 - Removed: 0
 - Renamed: 0
 - Modified: 2
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Inline Method | 1 | ||
| Inline Method private completeContinuations() : void inlined to public run() : void in class com.hubspot.singularity.s3downloader.server.SingularityS3DownloaderAsyncHandler | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute continuations : List<Continuation> to continuation : Continuation in class com.hubspot.singularity.s3downloader.server.SingularityS3DownloaderAsyncHandler | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type continuations : List<Continuation> to continuation : Continuation in class com.hubspot.singularity.s3downloader.server.SingularityS3DownloaderAsyncHandler | From | To | |
| Change Attribute Type downloadRequestToHandler : ConcurrentMap<ArtifactDownloadRequest,SingularityS3DownloaderAsyncHandler> to downloadRequestToHandler : ConcurrentMap<S3Artifact,SingularityS3DownloaderAsyncHandler> in class com.hubspot.singularity.s3downloader.server.SingularityS3DownloaderCoordinator | From | To |