28c3354e735e98657d8d90912234cf8e896e78d6
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 12
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public testDeleteSingle() : void renamed to public testDeleteSingleByBlobKey() : void in class org.apache.flink.runtime.blob.BlobServerDeleteTest | From | To | |
Rename Method public testLibraryCacheManagerCleanup() : void renamed to public testLibraryCacheManagerJobCleanup() : void in class org.apache.flink.runtime.execution.librarycache.BlobLibraryCacheManagerTest | From | To | |
Rename Method public testDeleteFails() : void renamed to public testDeleteFailsByBlobKey() : void in class org.apache.flink.runtime.blob.BlobServerDeleteTest | From | To | |
Rename Variable | 1 | ||
Rename Variable caughtExceptions : int to numFiles : int in method private checkFilesExist(keys List<BlobKey>, libraryCacheManager BlobLibraryCacheManager, doThrow boolean) : int in class org.apache.flink.runtime.execution.librarycache.BlobLibraryCacheManagerTest | From | To | |
Extract Method | 2 | ||
Extract Method private checkFilesExist(keys List<BlobKey>, libraryCacheManager BlobLibraryCacheManager, doThrow boolean) : int extracted from public testLibraryCacheManagerCleanup() : void in class org.apache.flink.runtime.execution.librarycache.BlobLibraryCacheManagerTest | From | To |