63ace60d5ac5fb5594c62a28418ac261e1f49235
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 2 | ||
| Change Parameter Type frameId : long to descriptor : RequestDescriptor in method public isTrackingFrame(descriptor RequestDescriptor) : boolean in class org.nd4j.parameterserver.distributed.logic.completion.FrameCompletionHandler | From | To | |
| Change Parameter Type frameId : Long to descriptor : RequestDescriptor in method public isCompleted(descriptor RequestDescriptor) : boolean in class org.nd4j.parameterserver.distributed.logic.completion.FrameCompletionHandler | From | To | |
| Rename Variable | 1 | ||
| Rename Variable frameId : Long to descriptor : RequestDescriptor in method public addHook(originatorId Long, frameId Long, messageId Long) : void in class org.nd4j.parameterserver.distributed.logic.completion.FrameCompletionHandler | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type frameId : Long to descriptor : RequestDescriptor in method public addHook(originatorId Long, frameId Long, messageId Long) : void in class org.nd4j.parameterserver.distributed.logic.completion.FrameCompletionHandler | From | To | |
| Extract Method | 1 | ||
| Extract Method public notifyFrame(descriptor RequestDescriptor, messageId Long) : void extracted from public notifyFrame(originatorId Long, frameId Long, messageId Long) : void in class org.nd4j.parameterserver.distributed.logic.completion.FrameCompletionHandler | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type frames : Map<Long,FrameDescriptor> to frames : Map<RequestDescriptor,FrameDescriptor> in class org.nd4j.parameterserver.distributed.logic.completion.FrameCompletionHandler | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter frameId : long to descriptor : RequestDescriptor in method public isTrackingFrame(descriptor RequestDescriptor) : boolean in class org.nd4j.parameterserver.distributed.logic.completion.FrameCompletionHandler | From | To | |
| Rename Parameter frameId : Long to descriptor : RequestDescriptor in method public isCompleted(descriptor RequestDescriptor) : boolean in class org.nd4j.parameterserver.distributed.logic.completion.FrameCompletionHandler | From | To |