bc254cf97df76edbd9a31790a34ede8468baa93e
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type shape : AllocationShape to point : NestedPoint in method public addShape(point NestedPoint) : void in class org.nd4j.jita.allocator.impl.AllocationPoint | From | To | |
Extract Method | 1 | ||
Extract Method public tickDevice(objectId Long, shape AllocationShape) : void extracted from public getDevicePointer(objectId Long, shape AllocationShape) : Object in class org.nd4j.jita.allocator.impl.BasicAllocator | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type usedChunks : Map<AllocationShape,AtomicLong> to usedChunks : Map<AllocationShape,NestedPoint> in class org.nd4j.jita.allocator.impl.AllocationPoint | From | To | |
Rename Parameter | 1 | ||
Rename Parameter shape : AllocationShape to point : NestedPoint in method public addShape(point NestedPoint) : void in class org.nd4j.jita.allocator.impl.AllocationPoint | From | To |