85a29bf3767ca1c96a5f690e892b1f80b06a2403
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 19
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
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 | |
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 | |
Rename Attribute | 3 | ||
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 | |
Rename Attribute authManager : AuthManager to authManagerSupplier : Supplier<AuthManager> in class org.neo4j.server.modules.AuthorizationModule | 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 |