01ebf924b6c875dd9af5ec848b1db5b45038abf5
Files Diff
- Added: 2
- Removed: 6
- Renamed: 0
- Modified: 80
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type authManager : Supplier<AuthManager> to authManager : AuthManager in method public AuthorizationFilter(authManager AuthManager, logProvider LogProvider, uriWhitelist Pattern...) in class org.neo4j.server.rest.dbms.AuthorizationFilter | From | To | |
Change Parameter Type authManager : Supplier<AuthManager> to authManager : AuthManager in method public AuthorizationModule(webServer WebServer, authManager AuthManager, logProvider LogProvider, config Config, uriWhitelist Pattern[]) in class org.neo4j.server.modules.AuthorizationModule | From | To | |
Rename Attribute | 3 | ||
Rename Attribute authManagerSupplier : Supplier<AuthManager> to authManager : AuthManager in class org.neo4j.server.rest.dbms.AuthorizationFilter | From | To | |
Rename Attribute authManagerSupplier : Supplier<AuthManager> to authManager : AuthManager in class org.neo4j.server.AbstractNeoServer | From | To | |
Rename Attribute authManagerSupplier : Supplier<AuthManager> to authManager : AuthManager in class org.neo4j.server.modules.AuthorizationModule | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type authManagerSupplier : Supplier<AuthManager> to authManager : AuthManager in class org.neo4j.server.AbstractNeoServer | From | To | |
Change Attribute Type authManagerSupplier : Supplier<AuthManager> to authManager : AuthManager in class org.neo4j.server.modules.AuthorizationModule | From | To | |
Change Attribute Type authManagerSupplier : Supplier<AuthManager> to authManager : AuthManager in class org.neo4j.server.rest.dbms.AuthorizationFilter | From | To | |
Inline Variable | 1 | ||
Inline Variable dependencyResolver : DependencyResolver in method public StandardSessions(gds GraphDatabaseAPI, usageData UsageData, logging LogService) from class org.neo4j.bolt.v1.runtime.internal.StandardSessions | From | To |