901e85238da08129374d44af80716b07f0b912e6
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable nodeToAttributesList : List<NodeToAttributes> to nodeToAttributesMap : Map<String,NodeToAttributes> in method private buildNodeLabelsMapFromStr(args String, validateForAttributes boolean, operation AttributeMappingOperationType) : List<NodeToAttributes> in class org.apache.hadoop.yarn.client.cli.NodeAttributesCLI | From | To | |
Change Variable Type | 1 | ||
Change Variable Type nodeToAttributesList : List<NodeToAttributes> to nodeToAttributesMap : Map<String,NodeToAttributes> in method private buildNodeLabelsMapFromStr(args String, validateForAttributes boolean, operation AttributeMappingOperationType) : List<NodeToAttributes> in class org.apache.hadoop.yarn.client.cli.NodeAttributesCLI | From | To | |
Extract Method | 1 | ||
Extract Method private setActiveAndInactiveNodes(resourceManager ResourceManager) : void extracted from public testModifyLabelsOnUnknownNodes() : void in class org.apache.hadoop.yarn.server.resourcemanager.TestRMAdminService | From | To |