8028ef3276b177212126e535d8656dd071dadd0e
Files Diff
- Added: 5
- Removed: 1
- Renamed: 0
- Modified: 23
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method package heapAllocateBytes() : long renamed to package heapAllocatedBytes() : long in class org.neo4j.kernel.impl.api.KernelTransactionImplementation.Statistics | From | To | |
| Rename Method public getHeapAllocateBytes() : Long renamed to public getHeapAllocatedBytes() : Long in class org.neo4j.kernel.impl.api.TransactionExecutionStatistic | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute heapAllocateBytes : Long to heapAllocatedBytes : Long in class org.neo4j.kernel.impl.api.TransactionExecutionStatistic | From | To | |
| Extract Method | 7 | ||
| Extract Method private createDiffSets() : PrimitiveLongDiffSets extracted from public shouldConsiderTransactionStateDuringIndexSeekWithIndexQuery() : void in class org.neo4j.kernel.impl.api.state.StateHandlingStatementOperationsTest | From | To | |
| Extract Method private createDiffSets() : PrimitiveLongDiffSets extracted from public shouldConsiderTransactionStateDuringIndexScanWithIndexQuery() : void in class org.neo4j.kernel.impl.api.state.StateHandlingStatementOperationsTest | From | To | |
| Extract Method private createDiffSets() : PrimitiveLongDiffSets extracted from public shouldConsiderTransactionStateDuringIndexBetweenRangeSeekByNumberWithIndexQuery() : void in class org.neo4j.kernel.impl.api.state.StateHandlingStatementOperationsTest | From | To | |
| Extract Method private createDiffSets() : PrimitiveLongDiffSets extracted from public shouldConsiderTransactionStateDuringIndexBetweenRangeSeekByStringWithIndexQuery() : void in class org.neo4j.kernel.impl.api.state.StateHandlingStatementOperationsTest | From | To | |
| Extract Method private createDiffSets() : PrimitiveLongDiffSets extracted from public shouldConsiderTransactionStateDuringIndexRangeSeekBySuffixWithIndexQuery() : void in class org.neo4j.kernel.impl.api.state.StateHandlingStatementOperationsTest | From | To | |
| Extract Method private createDiffSets() : PrimitiveLongDiffSets extracted from public shouldConsiderTransactionStateDuringIndexRangeSeekByContainsWithIndexQuery() : void in class org.neo4j.kernel.impl.api.state.StateHandlingStatementOperationsTest | From | To | |
| Extract Method private createDiffSets() : PrimitiveLongDiffSets extracted from public shouldConsiderTransactionStateDuringIndexRangeSeekByPrefixWithIndexQuery() : void in class org.neo4j.kernel.impl.api.state.StateHandlingStatementOperationsTest | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type state : TransactionState to state : TxState in class org.neo4j.kernel.impl.api.state.TxStateTest | From | To | |
| Change Attribute Type txState : TransactionState to txState : TxState in class org.neo4j.kernel.impl.api.KernelTransactionImplementation | From | To |