d84082a463bb9c3f2afecd7f81d49a97b4711668
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public shouldReleaseAllSlotsOnClose() : void renamed to public shouldReleaseAllSlotsOnDisposeAll() : void in class org.neo4j.collection.pool.MarshlandPoolTest | From | To | |
| Move And Rename Method | 1 | ||
| Move And Rename Method public newInstance() : KernelTransactionImplementation from class org.neo4j.kernel.impl.api.KernelTransactions.KernelTransactionImplementationFactory to protected create() : KernelTransactionImplementation from class org.neo4j.kernel.impl.api.KernelTransactions.GlobalKernelTransactionPool | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type monitor : Monitor to monitor : Monitor<R> in method package LinkedQueuePool(minSize int, strategy CheckStrategy, monitor Monitor<R>) in class org.neo4j.collection.pool.LinkedQueuePool | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type monitor : Monitor to monitor : Monitor<R> in class org.neo4j.collection.pool.LinkedQueuePool | From | To |