85dc3c14b2ca4b01a93361bb925c39a22a6fd8db
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 12
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type bposArray : BPOfferService[] to bposList : List<BPOfferService> in method package shutDownAll(bposList List<BPOfferService>) : void in class org.apache.hadoop.hdfs.server.datanode.BlockPoolManager | From | To | |
Change Return Type | 2 | ||
Change Return Type BPOfferService[] to List<BPOfferService> in method package getAllBpOs() : List<BPOfferService> in class org.apache.hadoop.hdfs.server.datanode.DataNode | From | To | |
Change Return Type BPOfferService[] to List<BPOfferService> in method package getAllNamenodeThreads() : List<BPOfferService> in class org.apache.hadoop.hdfs.server.datanode.BlockPoolManager | From | To | |
Change Variable Type | 3 | ||
Change Variable Type bposs : BPOfferService[] to bposs : List<BPOfferService> in method public testClusterIdMismatch() : void in class org.apache.hadoop.hdfs.server.datanode.TestDataNodeMultipleRegistrations | From | To | |
Change Variable Type bpoList : BPOfferService[] to bpoList : List<BPOfferService> in method private stopBPServiceThreads(numStopThreads int, dn DataNode) : void in class org.apache.hadoop.hdfs.server.datanode.TestDataNodeExit | From | To | |
Change Variable Type bpos : BPOfferService[] to bpos : List<BPOfferService> in method private testVolumeIteratorImpl(numFiles int, maxStaleness long) : void in class org.apache.hadoop.hdfs.server.datanode.TestBlockScanner | From | To | |
Rename Parameter | 1 | ||
Rename Parameter bposArray : BPOfferService[] to bposList : List<BPOfferService> in method package shutDownAll(bposList List<BPOfferService>) : void in class org.apache.hadoop.hdfs.server.datanode.BlockPoolManager | From | To |