c43190d0c8bc16b47518b96ab4eca369b2519563
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 61
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public awaitAndThrowOnError(launderingException Class<EXCEPTION>) : void renamed to public awaitAndThrowOnErrorStrict() : void in class org.neo4j.unsafe.impl.batchimport.cache.idmapping.string.Workers | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type error : Throwable to error : OutOfMemoryError in method private error(length long, itemSize int, error OutOfMemoryError) : OutOfMemoryError in class org.neo4j.unsafe.impl.batchimport.cache.NumberArrayFactory.Auto | From | To | |
Change Parameter Type cause : Throwable to cause : RuntimeException in method package setStoreNotOk(cause RuntimeException) : void in class org.neo4j.kernel.impl.store.CommonAbstractStore | From | To | |
Change Return Type | 1 | ||
Change Return Type Throwable to OutOfMemoryError in method private error(length long, itemSize int, error OutOfMemoryError) : OutOfMemoryError in class org.neo4j.unsafe.impl.batchimport.cache.NumberArrayFactory.Auto | From | To | |
Change Variable Type | 4 | ||
Change Variable Type error : Throwable to error : OutOfMemoryError in method private tryAllocate(length long, itemSize int, allocator Function<NumberArrayFactory,T>) : T in class org.neo4j.unsafe.impl.batchimport.cache.NumberArrayFactory.Auto | From | To | |
Change Variable Type error : Throwable to error : RuntimeException in method public initFacade(storeDir File, config Config, dependencies Dependencies, graphDatabaseFacade GraphDatabaseFacade) : GraphDatabaseFacade in class org.neo4j.kernel.impl.factory.GraphDatabaseFacadeFactory | From | To | |
Extract Method | 4 | ||
Extract Method private tryAllocate(length long, itemSize int, allocator Function<NumberArrayFactory,T>) : T extracted from public newIntArray(length long, defaultValue int, base long) : IntArray in class org.neo4j.unsafe.impl.batchimport.cache.NumberArrayFactory.Auto | From | To | |
Extract Method private tryAllocate(length long, itemSize int, allocator Function<NumberArrayFactory,T>) : T extracted from public newByteArray(length long, defaultValue byte[], base long) : ByteArray in class org.neo4j.unsafe.impl.batchimport.cache.NumberArrayFactory.Auto | From | To | |
Extract Method private tryAllocate(length long, itemSize int, allocator Function<NumberArrayFactory,T>) : T extracted from public newLongArray(length long, defaultValue long, base long) : LongArray in class org.neo4j.unsafe.impl.batchimport.cache.NumberArrayFactory.Auto | From | To | |
Extract Method public awaitAndThrowOnError() : void extracted from public awaitAndThrowOnError(launderingException Class<EXCEPTION>) : void in class org.neo4j.unsafe.impl.batchimport.cache.idmapping.string.Workers | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type causeOfStoreNotOk : Throwable to causeOfStoreNotOk : RuntimeException in class org.neo4j.kernel.impl.store.CommonAbstractStore | From | To | |
Inline Variable | 1 | ||
Inline Variable cause : Throwable in method public rootCause(caughtException Throwable) : Throwable from class org.neo4j.helpers.Exceptions | From | To |