6e597600f7916772187fa1861daee42e6a5a71d8
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public testgetLongStatistics() : void renamed to public testGetLongStatistics() : void in class org.apache.hadoop.fs.TestFileSystemStorageStatistics | From | To | |
Rename Variable | 1 | ||
Rename Variable opCount : Long to randomCount : Long in method private incrementOpsCountByRandomNumbers() : void in class org.apache.hadoop.hdfs.TestDFSOpsCountStatistics | From | To | |
Rename Attribute | 2 | ||
Rename Attribute OP_COUNTER_MAP : Map<String,Long> to expectedOpsCountMap : Map<OpType,AtomicLong> in class org.apache.hadoop.hdfs.TestDFSOpsCountStatistics | From | To | |
Rename Attribute STORAGE_STATISTICS : DFSOpsCountStatistics to statistics : DFSOpsCountStatistics in class org.apache.hadoop.hdfs.TestDFSOpsCountStatistics | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type OP_COUNTER_MAP : Map<String,Long> to expectedOpsCountMap : Map<OpType,AtomicLong> in class org.apache.hadoop.hdfs.TestDFSOpsCountStatistics | From | To | |
Extract Method | 1 | ||
Extract Method private incrementOpsCountByRandomNumbers() : void extracted from public setup() : void in class org.apache.hadoop.hdfs.TestDFSOpsCountStatistics | From | To |