ee53602a8179e76f4102d9062d0bebe8bb09d875
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 1 | ||
Change Return Type void to boolean in method public removeChunk(chunkInfo ContainerProtos.ChunkInfo) : boolean in class org.apache.hadoop.ozone.container.common.helpers.KeyData | From | To | |
Rename Attribute | 1 | ||
Rename Attribute chunks : List<ContainerProtos.ChunkInfo> to chunkList : Object in class org.apache.hadoop.ozone.container.common.helpers.KeyData | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type chunks : List<ContainerProtos.ChunkInfo> to chunkList : Object in class org.apache.hadoop.ozone.container.common.helpers.KeyData | From | To | |
Extract Method | 1 | ||
Extract Method private castChunkList() : List<ContainerProtos.ChunkInfo> extracted from public getChunks() : List<ContainerProtos.ChunkInfo> in class org.apache.hadoop.ozone.container.common.helpers.KeyData | From | To |