f718bd95641208e31279f1f7f8a25abfde01990a
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 17
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 2 | ||
Rename Variable key : String to configuredKey : String in method public createAuthManager(config Config, logging LogService, fileSystem FileSystemAbstraction, jobScheduler JobScheduler) : AuthManager in class org.neo4j.kernel.impl.factory.EditionModule | From | To | |
Rename Variable candidate : AuthManager.Factory to x : AuthManager.Factory in method private tryMakeInOrder(config Config, logging LogService, fileSystem FileSystemAbstraction, jobScheduler JobScheduler, authManagerFactories List<AuthManager.Factory>) : AuthManager in class org.neo4j.kernel.impl.factory.EditionModule | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type fileSystem : FileSystemAbstraction to fileSystem : EphemeralFileSystemAbstraction in class org.neo4j.server.security.enterprise.auth.BoltInteraction | From | To | |
Extract Method | 2 | ||
Extract Method private tryMakeInOrder(config Config, logging LogService, fileSystem FileSystemAbstraction, jobScheduler JobScheduler, authManagerFactories List<AuthManager.Factory>) : AuthManager extracted from public createAuthManager(config Config, logging LogService, fileSystem FileSystemAbstraction, jobScheduler JobScheduler) : AuthManager in class org.neo4j.kernel.impl.factory.EditionModule | From | To |