603649d3a9ff12b725d06f5f317966de9a59fe70
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable isOpen : Boolean to shouldClose : boolean in method private sendCloseContainerActionIfNeeded(container Container) : void in class org.apache.hadoop.ozone.container.common.impl.HddsDispatcher | From | To | |
Extract Variable | 1 | ||
Extract Variable reason : ContainerAction.Reason in method private sendCloseContainerActionIfNeeded(container Container) : void from class org.apache.hadoop.ozone.container.common.impl.HddsDispatcher | From | To | |
Change Variable Type | 2 | ||
Change Variable Type isOpen : Boolean to isOpen : boolean in method private isContainerFull(container Container) : boolean in class org.apache.hadoop.ozone.container.common.impl.HddsDispatcher | From | To | |
Change Variable Type isOpen : Boolean to shouldClose : boolean in method private sendCloseContainerActionIfNeeded(container Container) : void in class org.apache.hadoop.ozone.container.common.impl.HddsDispatcher | From | To | |
Extract Method | 1 | ||
Extract Method private isContainerFull(container Container) : boolean extracted from private sendCloseContainerActionIfNeeded(container Container) : void in class org.apache.hadoop.ozone.container.common.impl.HddsDispatcher | From | To |