87cf654219fc4704e90fb8f5e1481c5d617948b3
Files Diff
- Added: 6
- Removed: 2
- Renamed: 0
- Modified: 80
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type authManager : AuthManager to authManager : Supplier<AuthManager> in method public AuthorizationFilter(authManager Supplier<AuthManager>, logProvider LogProvider, uriWhitelist Pattern...) in class org.neo4j.server.rest.dbms.AuthorizationFilter | From | To | |
Change Parameter Type authManager : AuthManager to authManager : Supplier<AuthManager> in method public AuthorizationModule(webServer WebServer, authManager Supplier<AuthManager>, logProvider LogProvider, config Config, uriWhitelist Pattern[]) in class org.neo4j.server.modules.AuthorizationModule | From | To | |
Rename Attribute | 3 | ||
Rename Attribute authManager : AuthManager to authManagerSupplier : Supplier<AuthManager> in class org.neo4j.server.modules.AuthorizationModule | From | To | |
Rename Attribute authManager : AuthManager to authManagerSupplier : Supplier<AuthManager> in class org.neo4j.server.rest.dbms.AuthorizationFilter | From | To | |
Rename Attribute authManager : AuthManager to authManagerSupplier : Supplier<AuthManager> in class org.neo4j.server.AbstractNeoServer | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type authManager : AuthManager to authManagerSupplier : Supplier<AuthManager> in class org.neo4j.server.AbstractNeoServer | From | To | |
Change Attribute Type authManager : AuthManager to authManagerSupplier : Supplier<AuthManager> in class org.neo4j.server.modules.AuthorizationModule | From | To | |
Change Attribute Type authManager : AuthManager to authManagerSupplier : Supplier<AuthManager> in class org.neo4j.server.rest.dbms.AuthorizationFilter | From | To |