4d7be1d8575e9254c59d41460960708e3718503a
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 16
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 2 | ||
| Rename Variable containersToDecrease : List<org.apache.hadoop.yarn.api.records.Container> to decreaseTokens : List<Token> in method public testChangeContainerResource() : void in class org.apache.hadoop.yarn.server.nodemanager.containermanager.TestContainerManager | From | To | |
| Rename Variable decreasedContainer : Container to token : Token in method public testChangeContainerResource() : void in class org.apache.hadoop.yarn.server.nodemanager.containermanager.TestContainerManager | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type containersToDecrease : List<org.apache.hadoop.yarn.api.records.Container> to decreaseTokens : List<Token> in method public testChangeContainerResource() : void in class org.apache.hadoop.yarn.server.nodemanager.containermanager.TestContainerManager | From | To | |
| Change Variable Type decreasedContainer : Container to token : Token in method public testChangeContainerResource() : void in class org.apache.hadoop.yarn.server.nodemanager.containermanager.TestContainerManager | From | To | |
| Extract Method | 1 | ||
| Extract Method public createContainerToken(containerId ContainerId, containerVersion int, nodeId NodeId, appSubmitter String, capability Resource, priority Priority, createTime long, logAggregationContext LogAggregationContext, nodeLabelExpression String, containerType ContainerType, execType ExecutionType) : Token extracted from public createContainerToken(containerId ContainerId, containerVersion int, nodeId NodeId, appSubmitter String, capability Resource, priority Priority, createTime long, logAggregationContext LogAggregationContext, nodeLabelExpression String, containerType ContainerType) : Token in class org.apache.hadoop.yarn.server.resourcemanager.security.RMContainerTokenSecretManager | From | To |