0c16c0f057259f4bfee1a246bdbd8494a1da490a
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 16
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private doRelease() : void renamed to private closeSchemaResources() : void in class org.neo4j.kernel.impl.api.store.StoreStatement | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type store : CommonAbstractStore to store : CommonAbstractStore<?,?> in method package AllStoreIdIterator(store CommonAbstractStore<?,?>) in class org.neo4j.kernel.impl.api.store.StoreStatement.AllStoreIdIterator | From | To | |
| Rename Variable | 6 | ||
| Rename Variable closeException : Exception to closeThrowable : Throwable in method public closeAll(throwableClass Class<E>, closeables T...) : void in class org.neo4j.io.IOUtils | From | To | |
| Rename Variable a : DynamicArrayStore to arrayStore : DynamicArrayStore in method private newStorePropertyCursor(propertyStore PropertyStore, cache Consumer<StorePropertyCursor>) : StorePropertyCursor in class org.neo4j.kernel.impl.api.store.StorePropertyCursorTest | From | To | |
| Rename Variable ac : RecordCursor<DynamicRecord> to dynamicArrayCursor : RecordCursor<DynamicRecord> in method private newStorePropertyCursor(propertyStore PropertyStore, cache Consumer<StorePropertyCursor>) : StorePropertyCursor in class org.neo4j.kernel.impl.api.store.StorePropertyCursorTest | From | To | |
| Rename Variable e : Exception to t : Throwable in method public closeAll(throwableClass Class<E>, closeables T...) : void in class org.neo4j.io.IOUtils | From | To | |
| Rename Variable s : DynamicStringStore to stringStore : DynamicStringStore in method private newStorePropertyCursor(propertyStore PropertyStore, cache Consumer<StorePropertyCursor>) : StorePropertyCursor in class org.neo4j.kernel.impl.api.store.StorePropertyCursorTest | From | To | |
| Rename Variable sc : RecordCursor<DynamicRecord> to dynamicStringCursor : RecordCursor<DynamicRecord> in method private newStorePropertyCursor(propertyStore PropertyStore, cache Consumer<StorePropertyCursor>) : StorePropertyCursor in class org.neo4j.kernel.impl.api.store.StorePropertyCursorTest | From | To | |
| Extract Variable | 1 | ||
| Extract Variable propertyRecordCursor : RecordCursor<PropertyRecord> in method private newStorePropertyCursor(propertyStore PropertyStore, cache Consumer<StorePropertyCursor>) : StorePropertyCursor from class org.neo4j.kernel.impl.api.store.StorePropertyCursorTest | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type closeException : Exception to closeThrowable : Throwable in method public closeAll(throwableClass Class<E>, closeables T...) : void in class org.neo4j.io.IOUtils | From | To | |
| Change Variable Type e : Exception to t : Throwable in method public closeAll(throwableClass Class<E>, closeables T...) : void in class org.neo4j.io.IOUtils | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type store : CommonAbstractStore to store : CommonAbstractStore<?,?> in class org.neo4j.kernel.impl.api.store.StoreStatement.AllStoreIdIterator | From | To | |
| Extract Method | 2 | ||
| Extract Method public closeAll(throwableClass Class<E>, closeables T...) : void extracted from public closeAll(closeables T...) : void in class org.neo4j.io.IOUtils | From | To | |
| Extract Method private newKernelTransactions(commitProcess TransactionCommitProcess, firstStoreStatements StorageStatement, otherStorageStatements StorageStatement...) : KernelTransactions extracted from private newKernelTransactions(commitProcess TransactionCommitProcess) : KernelTransactions in class org.neo4j.kernel.impl.api.KernelTransactionsTest | From | To |