76764b05ed4eb1050e9e3f06f107eb0f7ea15be8
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method private startCustomDatabase(storeDir File, clock Clock, configMap Map<Setting<?>,String>) : GraphDatabaseAPI renamed to private startCustomGuardedDatabase(storeDir File, configMap Map<Setting<?>,String>) : GraphDatabaseAPI in class org.neo4j.TransactionGuardIntegrationTest | From | To | |
| Rename Method private createTimeoutGuard(clock Clock, logging LogService) : TimeoutGuard renamed to protected createGuard(clock Clock, logging LogService) : TimeoutGuard in class org.neo4j.kernel.impl.factory.DataSourceModule | From | To | |
| Rename Class | 1 | ||
| Rename Class org.neo4j.TransactionGuardIntegrationTest.GuardTestGraphDatabaseFactory renamed to org.neo4j.TransactionGuardIntegrationTest.CustomGuardTestTestGraphDatabaseFactory | From | To | |
| Move And Rename Class | 1 | ||
| Move And Rename Class org.neo4j.TransactionGuardIntegrationTest.GuardCommunityFacadeFactory.GuardDataSourceModule moved and renamed to org.neo4j.TransactionGuardIntegrationTest.CustomClockDataSourceModule | From | To | |
| Extract Method | 1 | ||
| Extract Method private getSettingsWithTransactionTimeout() : Map<Setting<?>,String> extracted from private getSettingsWithTimeoutAndBolt() : Map<Setting<?>,String> in class org.neo4j.TransactionGuardIntegrationTest | From | To |