a13b8a6eafc8694cf1ceda47e7928e20ae301e08
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method private authentication(authManager AuthManager, userManagerSupplier UserManagerSupplier) : Authentication renamed to private createAuthentication() : Authentication in class org.neo4j.bolt.BoltKernelExtension | From | To | |
Rename Method public newInstance(context KernelContext, dependencies Dependencies) : Lifecycle renamed to public start() : void in class org.neo4j.bolt.BoltKernelExtension | From | To | |
Change Return Type | 1 | ||
Change Return Type Lifecycle to void in method public start() : void in class org.neo4j.bolt.BoltKernelExtension | From | To | |
Replace Variable With Attribute | 2 | ||
Replace Variable With Attribute connectionRegister : ConnectorPortRegister to connectorPortRegister : ConnectorPortRegister in method public start() : void in class org.neo4j.bolt.BoltKernelExtension | From | To | |
Replace Variable With Attribute scheduler : JobScheduler to jobScheduler : JobScheduler in method public start() : void in class org.neo4j.bolt.BoltKernelExtension | From | To |