b974d840e4ce71452ed40d316621a881fb3e5ce3
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type to : Provider<GraphDatabaseAPI> to to : Supplier<GraphDatabaseAPI> in method public ApplyTransactionsCommand(from File, to Supplier<GraphDatabaseAPI>) in class org.neo4j.tools.applytx.ApplyTransactionsCommand | From | To | |
Change Parameter Type store : Provider<StoreAccess> to store : Supplier<StoreAccess> in method public DumpRecordsCommand(store Supplier<StoreAccess>) in class org.neo4j.tools.applytx.DumpRecordsCommand | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type store : Provider<StoreAccess> to store : Supplier<StoreAccess> in class org.neo4j.tools.applytx.DumpRecordsCommand | From | To | |
Change Attribute Type to : Provider<GraphDatabaseAPI> to to : Supplier<GraphDatabaseAPI> in class org.neo4j.tools.applytx.ApplyTransactionsCommand | From | To |