a879938e3e6fd58cd8e9b81f17fcd1ec63094180
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 3 | ||
Change Parameter Type fentry : Map.Entry<Long,Long> to fentry : Map.Entry<Long,Allocation> in method private throwBadAccess(pointer long, size int, fentry Map.Entry<Long,Allocation>, centry Map.Entry<Long,Allocation>) : void in class org.neo4j.unsafe.impl.internal.dragons.UnsafeUtil | From | To | |
Change Parameter Type size : long to allocation : Allocation in method private FreeTrace(pointer long, allocation Allocation, id long) in class org.neo4j.unsafe.impl.internal.dragons.UnsafeUtil.FreeTrace | From | To | |
Change Parameter Type centry : Map.Entry<Long,Long> to centry : Map.Entry<Long,Allocation> in method private throwBadAccess(pointer long, size int, fentry Map.Entry<Long,Allocation>, centry Map.Entry<Long,Allocation>) : void in class org.neo4j.unsafe.impl.internal.dragons.UnsafeUtil | From | To | |
Rename Variable | 1 | ||
Rename Variable size : Long to allocation : Allocation in method private doCheckFree(pointer long) : void in class org.neo4j.unsafe.impl.internal.dragons.UnsafeUtil | From | To | |
Rename Attribute | 2 | ||
Rename Attribute size : long to allocation : Allocation in class org.neo4j.unsafe.impl.internal.dragons.UnsafeUtil.FreeTrace | From | To | |
Rename Attribute pointers : ConcurrentSkipListMap<Long,Long> to allocations : ConcurrentSkipListMap<Long,Allocation> in class org.neo4j.unsafe.impl.internal.dragons.UnsafeUtil | From | To | |
Change Variable Type | 2 | ||
Change Variable Type size : Long to allocation : Allocation in method private doCheckFree(pointer long) : void in class org.neo4j.unsafe.impl.internal.dragons.UnsafeUtil | From | To | |
Change Variable Type centry : Map.Entry<Long,Long> to centry : Map.Entry<Long,Allocation> in method private doCheckAccess(pointer long, size int) : void in class org.neo4j.unsafe.impl.internal.dragons.UnsafeUtil | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type pointers : ConcurrentSkipListMap<Long,Long> to allocations : ConcurrentSkipListMap<Long,Allocation> in class org.neo4j.unsafe.impl.internal.dragons.UnsafeUtil | From | To | |
Change Attribute Type size : long to allocation : Allocation in class org.neo4j.unsafe.impl.internal.dragons.UnsafeUtil.FreeTrace | From | To | |
Rename Parameter | 1 | ||
Rename Parameter size : long to allocation : Allocation in method private FreeTrace(pointer long, allocation Allocation, id long) in class org.neo4j.unsafe.impl.internal.dragons.UnsafeUtil.FreeTrace | From | To |