0a6eb9aa00b61d17e67b6dae305bcee6fa8bb1ce
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 2 | ||
Extract Method private newTracker(clock Clock) : CountsTracker extracted from private newTracker() : CountsTracker in class org.neo4j.kernel.impl.store.counts.CountsTrackerTest | From | To | |
Extract Method public stackTraceContains(thread Thread, predicate Predicate<StackTraceElement>) : boolean extracted from public currentStackTraceContains(predicate Predicate<StackTraceElement>) : boolean in class org.neo4j.kernel.impl.util.DebugUtil | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method private awriteKey(key String, buffer WritableBuffer) : void extracted from protected writeKey(key String, buffer WritableBuffer) : void in class org.neo4j.kernel.impl.store.kvstore.AbstractKeyValueStoreTest.Store & moved to class org.neo4j.kernel.impl.store.kvstore.AbstractKeyValueStoreTest | From | To |