f97226176a615f7ac7b96fe638bc566859ad92cc
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move And Inline Method | 1 | ||
| Move And Inline Method public describeWaitList() : String moved from class org.neo4j.kernel.ha.lock.forseti.ForsetiClient to class org.neo4j.kernel.ha.lock.forseti.SharedLock & inlined to public describeWaitList(involvedParties Set<Integer>) : String | From | To | |
| Extract Method | 2 | ||
| Extract Method private isUpdateLock(localRefCount int) : boolean extracted from public isUpdateLock() : boolean in class org.neo4j.kernel.ha.lock.forseti.SharedLock | From | To | |
| Extract Method private numberOfHolders(count int) : int extracted from public numberOfHolders() : int in class org.neo4j.kernel.ha.lock.forseti.SharedLock | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type clientPool : Pool<ForsetiClient> to clientPool : ForsetiClientFlyweightPool in class org.neo4j.kernel.ha.lock.forseti.ForsetiLockManager | From | To |