5712b8c10d8364f3bb69f22e765a4cc024dc66c5
Files Diff
- Added: 5
- Removed: 2
- Renamed: 0
- Modified: 26
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Attribute | 1 | ||
Move Attribute private terminated : boolean from class org.neo4j.kernel.impl.api.KernelTransactionImplementation to private terminated : boolean from class org.neo4j.kernel.impl.api.tx.TxTerminationImpl | From | To | |
Extract Class | 1 | ||
Extract Class org.neo4j.kernel.impl.api.tx.TxTerminationImpl from class org.neo4j.kernel.impl.api.KernelTransactionImplementation | From | To | |
Rename Class | 2 | ||
Rename Class org.neo4j.kernel.impl.locking.community.CommunityLocksCompatibility renamed to org.neo4j.kernel.impl.locking.community.CommunityLocksCompatibilityIT | From | To | |
Rename Class org.neo4j.kernel.ha.lock.forseti.ForsetiLocksCompatibility renamed to org.neo4j.kernel.ha.lock.forseti.ForsetiLocksCompatibilityIT | From | To | |
Extract Method | 4 | ||
Extract Method private acquireLock(type LockType, tx Object, termination TxTermination, tle TxLockElement) : void extracted from package acquireWriteLock(tx Object) : void in class org.neo4j.kernel.impl.locking.community.RWLock | From | To | |
Extract Method private waitForLock(txTermination TxTermination, waitElement WaitElement) : void extracted from package acquireReadLock(tx Object) : void in class org.neo4j.kernel.impl.locking.community.RWLock | From | To | |
Extract Method private waitForLock(txTermination TxTermination, waitElement WaitElement) : void extracted from package acquireWriteLock(tx Object) : void in class org.neo4j.kernel.impl.locking.community.RWLock | From | To | |
Extract Method private acquireLock(type LockType, tx Object, termination TxTermination, tle TxLockElement) : void extracted from package acquireReadLock(tx Object) : void in class org.neo4j.kernel.impl.locking.community.RWLock | From | To |