501a77856d6b6edfb261547117e719da7a9cd221
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 3 | ||
| Rename Variable storagePolicies : Collection<BlockStoragePolicy> to list : Collection<ErasureCodingPolicy> in method private checkErasureCodePolicy(erasureCodePolicyName String, fs FileSystem, testType TestType) : boolean in class org.apache.hadoop.fs.TestDFSIO | From | To | |
| Rename Variable policy : BlockStoragePolicy to ec : ErasureCodingPolicy in method private checkErasureCodePolicy(erasureCodePolicyName String, fs FileSystem, testType TestType) : boolean in class org.apache.hadoop.fs.TestDFSIO | From | To | |
| Parameterize Variable | 1 | ||
| Parameterize Variable storagePolicy : String to erasureCodePolicyName : String in method private checkErasureCodePolicy(erasureCodePolicyName String, fs FileSystem, testType TestType) : boolean in class org.apache.hadoop.fs.TestDFSIO | From | To | |
| Change Variable Type | 3 | ||
| Change Variable Type storagePolicies : Collection<BlockStoragePolicy> to list : Collection<ErasureCodingPolicy> in method private checkErasureCodePolicy(erasureCodePolicyName String, fs FileSystem, testType TestType) : boolean in class org.apache.hadoop.fs.TestDFSIO | From | To | |
| Change Variable Type policy : BlockStoragePolicy to ec : ErasureCodingPolicy in method private checkErasureCodePolicy(erasureCodePolicyName String, fs FileSystem, testType TestType) : boolean in class org.apache.hadoop.fs.TestDFSIO | From | To | |
| Extract Method | 1 | ||
| Extract Method private checkErasureCodePolicy(erasureCodePolicyName String, fs FileSystem, testType TestType) : boolean extracted from public run(args String[]) : int in class org.apache.hadoop.fs.TestDFSIO | From | To |