1f6fc5e95e35bf6ed9b5bbfd123dc3e8c6cec813
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Class | 1 | ||
| Rename Class org.nd4j.jita.allocator.impl.AtomicAllocator.GarbageCollectorThread renamed to org.nd4j.jita.allocator.impl.AtomicAllocator.ZeroGarbageCollectorThread | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute collectors : Map<Long,GarbageCollectorThread> to collectorsZero : Map<Long,ZeroGarbageCollectorThread> in class org.nd4j.jita.allocator.impl.AtomicAllocator | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type thread : GarbageCollectorThread to thread : ZeroGarbageCollectorThread in method public getDeviceId() : Integer in class org.nd4j.jita.allocator.impl.AtomicAllocator | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type collectors : Map<Long,GarbageCollectorThread> to collectorsZero : Map<Long,ZeroGarbageCollectorThread> in class org.nd4j.jita.allocator.impl.AtomicAllocator | From | To |