2c254b73bb3fcbbc3e24334b651a5180158beb7f
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type conversationManagerFactory : Factory<ConversationManager> to conversationManagerFactory : Function<Locks,ConversationManager> in method public SwitchToMaster(logService LogService, idGeneratorFactory HaIdGeneratorFactory, config Config, slaveFactorySupplier Supplier<SlaveFactory>, conversationManagerFactory Function<Locks,ConversationManager>, masterFactory BiFunction<ConversationManager,LifeSupport,Master>, masterServerFactory BiFunction<Master,ConversationManager,MasterServer>, masterDelegateHandler DelegateInvocationHandler<Master>, clusterMemberAvailability ClusterMemberAvailability, dataSourceSupplier Supplier<NeoStoreDataSource>) in class org.neo4j.kernel.ha.cluster.SwitchToMaster | From | To | |
| Rename Variable | 1 | ||
| Rename Variable neoStoreXaDataSource : NeoStoreDataSource to dataSource : NeoStoreDataSource in method public switchToMaster(haCommunicationLife LifeSupport, me URI) : URI in class org.neo4j.kernel.ha.cluster.SwitchToMaster | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute lockManager : Locks to locksSupplier : Supplier<Locks> in class org.neo4j.graphdb.factory.module.EditionModule | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type conversationManagerFactory : Factory<ConversationManager> to conversationManagerFactory : Function<Locks,ConversationManager> in class org.neo4j.kernel.ha.cluster.SwitchToMaster | From | To | |
| Change Attribute Type lockManager : Locks to locksSupplier : Supplier<Locks> in class org.neo4j.graphdb.factory.module.EditionModule | From | To |