2cb67a6186527fa2d5ba4305224a8b778bc12ef9
Files Diff
- Added: 4
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Pull Up Method | 2 | ||
| Pull Up Method public swap(fromIndex long, toIndex long, numberOfEntries int) : void from class org.neo4j.unsafe.impl.batchimport.cache.DynamicLongArray to public swap(fromIndex long, toIndex long, numberOfEntries int) : void from class org.neo4j.unsafe.impl.batchimport.cache.LongArray | From | To | |
| Pull Up Method public swap(fromIndex long, toIndex long, numberOfEntries int) : void from class org.neo4j.unsafe.impl.batchimport.cache.DynamicIntArray to public swap(fromIndex long, toIndex long, numberOfEntries int) : void from class org.neo4j.unsafe.impl.batchimport.cache.IntArray | From | To | |
| Move Method | 1 | ||
| Move Method public swap(fromIndex long, toIndex long, numberOfEntries int) : void from class org.neo4j.unsafe.impl.batchimport.cache.DynamicLongArray to public swap(fromIndex long, toIndex long, numberOfEntries int) : void from class org.neo4j.unsafe.impl.batchimport.cache.IntArray | From | To |