a18079f5d84c3cf4df78f1db8ae160a624dfba7b
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public shouldNotLogQueryFasterThanThreshold() : void renamed to public shouldRespectThreshold() : void in class org.neo4j.kernel.impl.query.QueryLoggerTest | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type neoServer : CommunityNeoServer to neoServer : EnterpriseNeoServer in method private transactionUri(neoServer EnterpriseNeoServer) : String in class org.neo4j.TransactionGuardIntegrationTest | From | To | |
| Rename Variable | 2 | ||
| Rename Variable guardCommunityFacadeFactory : CustomClockCommunityFacadeFactory to guardedEnterpriseFacadeFactory : CustomClockEnterpriseFacadeFactory in method private startCustomGuardedDatabase(storeDir File, configMap Map<Setting<?>,String>) : GraphDatabaseAPI in class org.neo4j.TransactionGuardIntegrationTest | From | To | |
| Rename Variable customClockCommunityFacadeFactory : CustomClockCommunityFacadeFactory to customClockEnterpriseFacadeFactory : CustomClockEnterpriseFacadeFactory in method private startCustomDatabase(storeDir File, configMap Map<Setting<?>,String>) : GraphDatabaseAPI in class org.neo4j.TransactionGuardIntegrationTest | From | To | |
| Change Return Type | 1 | ||
| Change Return Type CommunityNeoServer to EnterpriseNeoServer in method private startNeoServer(database GraphDatabaseFacade) : EnterpriseNeoServer in class org.neo4j.TransactionGuardIntegrationTest | From | To | |
| Rename Class | 2 | ||
| Rename Class org.neo4j.TransactionGuardIntegrationTest.CustomClockGuardedCommunityFacadeFactory renamed to org.neo4j.TransactionGuardIntegrationTest.CustomClockGuardedEnterpriseFacadeFactory | From | To | |
| Rename Class org.neo4j.TransactionGuardIntegrationTest.CustomClockCommunityFacadeFactory renamed to org.neo4j.TransactionGuardIntegrationTest.CustomClockEnterpriseFacadeFactory | From | To | |
| Change Variable Type | 6 | ||
| Change Variable Type neoServer : CommunityNeoServer to neoServer : EnterpriseNeoServer in method public terminateLongRunningDriverQuery() : void in class org.neo4j.TransactionGuardIntegrationTest | From | To | |
| Change Variable Type neoServer : CommunityNeoServer to neoServer : EnterpriseNeoServer in method public terminateLongRunningRestTransactionalEndpointQuery() : void in class org.neo4j.TransactionGuardIntegrationTest | From | To | |
| Change Variable Type neoServer : CommunityNeoServer to neoServer : EnterpriseNeoServer in method public terminateLongRunningDriverPeriodicCommitQuery() : void in class org.neo4j.TransactionGuardIntegrationTest | From | To | |
| Change Variable Type customClockCommunityFacadeFactory : CustomClockCommunityFacadeFactory to customClockEnterpriseFacadeFactory : CustomClockEnterpriseFacadeFactory in method private startCustomDatabase(storeDir File, configMap Map<Setting<?>,String>) : GraphDatabaseAPI in class org.neo4j.TransactionGuardIntegrationTest | From | To | |
| Change Variable Type guardCommunityFacadeFactory : CustomClockCommunityFacadeFactory to guardedEnterpriseFacadeFactory : CustomClockEnterpriseFacadeFactory in method private startCustomGuardedDatabase(storeDir File, configMap Map<Setting<?>,String>) : GraphDatabaseAPI in class org.neo4j.TransactionGuardIntegrationTest | From | To | |
| Change Variable Type neoServer : CommunityNeoServer to neoServer : EnterpriseNeoServer in method public terminateLongRunningRestTransactionalEndpointWithCustomTimeoutQuery() : void in class org.neo4j.TransactionGuardIntegrationTest | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type neoServer : CommunityNeoServer to neoServer : EnterpriseNeoServer in class org.neo4j.TransactionGuardIntegrationTest | From | To | |
| Extract Method | 1 | ||
| Extract Method private migrateSettings(settings Map<String,String>) : Map<String,String> extracted from private migrateAndValidateAndUpdateSettings(settings Map<String,String>, warnOnUnknownSettings boolean) : void in class org.neo4j.kernel.configuration.Config | From | To |