b7c1dfaa3175036287694520fc9bb1649707ef7d
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 3 | ||
| Rename Method public getURL(key BlobKey) : URL renamed to public getFile(key BlobKey) : File in class org.apache.flink.runtime.blob.BlobService | From | To | |
| Rename Method public getURL(requiredBlob BlobKey) : URL renamed to public getFile(requiredBlob BlobKey) : File in class org.apache.flink.runtime.blob.BlobServer | From | To | |
| Rename Method public getURL(requiredBlob BlobKey) : URL renamed to public getFile(requiredBlob BlobKey) : File in class org.apache.flink.runtime.blob.BlobCache | From | To | |
| Rename Variable | 1 | ||
| Rename Variable urls : URL[] to files : File[] in method private uploadFileGetTest(config Configuration, shutdownServerAfterUpload boolean, cacheHasAccessToFs boolean) : void in class org.apache.flink.runtime.blob.BlobCacheSuccessTest | From | To | |
| Change Return Type | 3 | ||
| Change Return Type URL to File in method public getFile(requiredBlob BlobKey) : File in class org.apache.flink.runtime.blob.BlobCache | From | To | |
| Change Return Type URL to File in method public getFile(key BlobKey) : File in class org.apache.flink.runtime.blob.BlobService | From | To | |
| Change Return Type URL to File in method public getFile(requiredBlob BlobKey) : File in class org.apache.flink.runtime.blob.BlobServer | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type urls : URL[] to files : File[] in method private uploadFileGetTest(config Configuration, shutdownServerAfterUpload boolean, cacheHasAccessToFs boolean) : void in class org.apache.flink.runtime.blob.BlobCacheSuccessTest | From | To |