6c352345f2de982f78d8f39fc84108523728200f
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 22
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Pull Up Method | 3 | ||
| Pull Up Method public hashCode() : int from class org.neo4j.kernel.impl.locking.AbstractLockService.LockedNode to public hashCode() : int from class org.neo4j.kernel.impl.locking.AbstractLockService.LockedPropertyContainer | From | To | |
| Pull Up Method public equals(obj Object) : boolean from class org.neo4j.kernel.impl.locking.AbstractLockService.LockedNode to public equals(obj Object) : boolean from class org.neo4j.kernel.impl.locking.AbstractLockService.LockedPropertyContainer | From | To | |
| Pull Up Method package toString(repr StringBuilder) : void from class org.neo4j.kernel.impl.locking.AbstractLockService.LockedNode to package toString(repr StringBuilder) : void from class org.neo4j.kernel.impl.locking.AbstractLockService.LockedPropertyContainer | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type resource : AbstractLockService.LockedNode to resource : AbstractLockService.LockedPropertyContainer in method package WriteRelease(resource AbstractLockService.LockedPropertyContainer) in class org.neo4j.kernel.impl.locking.LockServiceMicroBenchmark.AdaptedLockManager.WriteRelease | From | To | |
| Extract Superclass | 1 | ||
| Extract Superclass org.neo4j.kernel.impl.locking.AbstractLockService.LockedPropertyContainer from classes [org.neo4j.kernel.impl.locking.AbstractLockService.LockedNode] | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute relationshipGroupStore : RelationshipGroupStore to statementProvider : Factory<StoreStatement> in class org.neo4j.kernel.impl.api.store.DiskLayer | From | To | |
| Extract Method | 1 | ||
| Extract Method public equals(obj Object) : boolean extracted from public equals(obj Object) : boolean in class org.neo4j.kernel.impl.locking.AbstractLockService.LockedPropertyContainer | From | To | |
| Inline Variable | 1 | ||
| Inline Variable nodeId : long in method public visitPropertyCommand(command Command.PropertyCommand) : boolean from class org.neo4j.kernel.impl.transaction.command.NeoStoreTransactionApplier | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type resource : AbstractLockService.LockedNode to resource : AbstractLockService.LockedPropertyContainer in class org.neo4j.kernel.impl.locking.LockServiceMicroBenchmark.AdaptedLockManager.WriteRelease | From | To | |
| Change Attribute Type relationshipGroupStore : RelationshipGroupStore to statementProvider : Factory<StoreStatement> in class org.neo4j.kernel.impl.api.store.DiskLayer | From | To | |
| Extract And Move Method | 6 | ||
| Extract And Move Method package newStorePropertyCursor(propertyStore PropertyStore, cache Consumer<StorePropertyCursor>) : StorePropertyCursor extracted from public shouldThrowIfTheRecordIsNotInUse() : void in class org.neo4j.kernel.impl.api.store.StorePropertyCursorTest.ErrorTest & moved to class org.neo4j.kernel.impl.api.store.StorePropertyCursorTest | From | To | |
| Extract And Move Method package newStorePropertyCursor(propertyStore PropertyStore, cache Consumer<StorePropertyCursor>) : StorePropertyCursor extracted from public shouldReturnAProperty() : void in class org.neo4j.kernel.impl.api.store.StorePropertyCursorTest.SingleValueProperties & moved to class org.neo4j.kernel.impl.api.store.StorePropertyCursorTest | From | To | |
| Extract And Move Method package newStorePropertyCursor(propertyStore PropertyStore, cache Consumer<StorePropertyCursor>) : StorePropertyCursor extracted from public shouldReturnTheCursorToTheCacheOnClose() : void in class org.neo4j.kernel.impl.api.store.StorePropertyCursorTest.ErrorTest & moved to class org.neo4j.kernel.impl.api.store.StorePropertyCursorTest | From | To | |
| Extract And Move Method package newStorePropertyCursor(propertyStore PropertyStore, cache Consumer<StorePropertyCursor>) : StorePropertyCursor extracted from public shouldReuseCorrectlyCursor() : void in class org.neo4j.kernel.impl.api.store.StorePropertyCursorTest.CursorReuse & moved to class org.neo4j.kernel.impl.api.store.StorePropertyCursorTest | From | To | |
| Extract And Move Method package newStorePropertyCursor(propertyStore PropertyStore, cache Consumer<StorePropertyCursor>) : StorePropertyCursor extracted from public shouldReturnTwoProperties() : void in class org.neo4j.kernel.impl.api.store.StorePropertyCursorTest.TwoValueProperties & moved to class org.neo4j.kernel.impl.api.store.StorePropertyCursorTest | From | To | |
| Extract And Move Method package newStorePropertyCursor(propertyStore PropertyStore, cache Consumer<StorePropertyCursor>) : StorePropertyCursor extracted from public shouldReturnAPropertyBySkippingOne() : void in class org.neo4j.kernel.impl.api.store.StorePropertyCursorTest.TwoValueProperties & moved to class org.neo4j.kernel.impl.api.store.StorePropertyCursorTest | From | To |