37900c5639f8ba8d41b9fedc3d41ee0fbda7d5db
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Pull Up Method | 1 | ||
| Pull Up Method private verifyChecksum(length long, metaIn FileInputStream, blockChannel FileChannel, blockFileName String) : void from class org.apache.hadoop.hdfs.server.datanode.fsdataset.impl.MemoryMappableBlockLoader to protected verifyChecksum(length long, metaIn FileInputStream, blockChannel FileChannel, blockFileName String) : void from class org.apache.hadoop.hdfs.server.datanode.fsdataset.impl.MappableBlockLoader | From | To | |
| Rename Variable | 2 | ||
| Rename Variable file : RandomAccessFile to cacheFile : RandomAccessFile in method package load(length long, blockIn FileInputStream, metaIn FileInputStream, blockFileName String, key ExtendedBlockId) : MappableBlock in class org.apache.hadoop.hdfs.server.datanode.fsdataset.impl.PmemMappableBlockLoader | From | To | |
| Rename Variable filePath : String to cachePath : String in method package load(length long, blockIn FileInputStream, metaIn FileInputStream, blockFileName String, key ExtendedBlockId) : MappableBlock in class org.apache.hadoop.hdfs.server.datanode.fsdataset.impl.PmemMappableBlockLoader | From | To |