dddded00162b0ce595f140a483ecada554f0beb0
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable numFailedCreates : AtomicInteger to container : ContainerDescriptor in method public createVolume(userName String, volumeName String, volumeSize long, blockSize int) : void in class org.apache.hadoop.cblock.storage.StorageManager | From | To | |
Inline Method | 1 | ||
Inline Method private createVolumeContainers(volume VolumeDescriptor) : boolean inlined to public createVolume(userName String, volumeName String, volumeSize long, blockSize int) : void in class org.apache.hadoop.cblock.storage.StorageManager | From | To | |
Change Variable Type | 1 | ||
Change Variable Type numFailedCreates : AtomicInteger to container : ContainerDescriptor in method public createVolume(userName String, volumeName String, volumeSize long, blockSize int) : void in class org.apache.hadoop.cblock.storage.StorageManager | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type containerMap : ConcurrentHashMap<String,ContainerDescriptor> to containerMap : HashMap<String,ContainerDescriptor> in class org.apache.hadoop.cblock.meta.VolumeDescriptor | From | To | |
Change Attribute Type containers : ConcurrentHashMap<String,ContainerDescriptor> to containers : HashMap<String,ContainerDescriptor> in class org.apache.hadoop.cblock.util.ContainerLookUpService | From | To | |
Change Attribute Type currentContainerId : AtomicInteger to currentContainerId : long in class org.apache.hadoop.cblock.util.MockStorageClient | From | To | |
Inline Variable | 2 | ||
Inline Variable traceID : String in method public run() : void from class org.apache.hadoop.cblock.jscsiHelper.BlockWriterTask | From | To | |
Inline Variable traceID : String in method public writeBlock(block LogicalBlock) : void from class org.apache.hadoop.cblock.jscsiHelper.cache.impl.AsyncBlockWriter | From | To |