1208e3d919830344a4102d605e1f977bf7d99fc1
Files Diff
- Added: 10
- Removed: 1
- Renamed: 0
- Modified: 62
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type singleProvider : InMemoryIndexProvider to singleProvider : SchemaIndexProvider in method public InMemoryIndexProviderFactory(singleProvider SchemaIndexProvider) in class org.neo4j.kernel.impl.api.index.inmemory.InMemoryIndexProviderFactory | From | To | |
| Inline Method | 1 | ||
| Inline Method private createIndexUpdates() : IndexUpdates inlined to private indexUpdates() : IndexUpdates in class org.neo4j.kernel.impl.transaction.command.IndexBatchTransactionApplier.SingleTransactionApplier | From | To | |
| Change Return Type | 2 | ||
| Change Return Type Visitor<CommittedTransactionRepresentation,Exception> to void in method public startRecovery() : void in class org.neo4j.kernel.recovery.DefaultRecoverySPI | From | To | |
| Change Return Type Visitor<CommittedTransactionRepresentation,Exception> to void in method public startRecovery() : void in class org.neo4j.kernel.recovery.Recovery.SPI | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type actual : Visitor<CommittedTransactionRepresentation,Exception> to actual : RecoveryApplier in method public shouldRecoverExistingData() : void in class org.neo4j.kernel.RecoveryTest | From | To | |
| Extract Variable | 1 | ||
| Extract Variable descriptor : IndexDescriptor in method public shouldReportNodesThatAreNotIndexed() : void from class org.neo4j.consistency.checking.full.FullCheckIntegrationTest | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type singleProvider : InMemoryIndexProvider to singleProvider : SchemaIndexProvider in class org.neo4j.kernel.impl.api.index.inmemory.InMemoryIndexProviderFactory | From | To | |
| Extract Method | 1 | ||
| Extract Method public getReader(position LogPosition, logVersionBridge LogVersionBridge) : ReadableLogChannel extracted from public getReader(position LogPosition) : ReadableLogChannel in class org.neo4j.kernel.impl.transaction.log.PhysicalLogFile | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter position : LogPosition to recoveryFromPosition : LogPosition in method public getTransactions(recoveryFromPosition LogPosition) : TransactionCursor in class org.neo4j.kernel.recovery.Recovery.SPI | From | To |