2cc07471f0e3756e4a2d8f20c87597f65d0fc9ae
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 12
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type actual : Map<String,Object> to actualObject : Object in method public matches(expected Map<String,Object>, actualObject Object) : boolean in class org.neo4j.test.AuthTokenUtil | From | To | |
Change Return Type | 1 | ||
Change Return Type Map<String,Object> to AuthTokenMatcher in method public authTokenMatcher(authToken Map<String,Object>) : AuthTokenMatcher in class org.neo4j.test.AuthTokenUtil | From | To | |
Extract Variable | 2 | ||
Extract Variable pluginShiroAuthToken : PluginShiroAuthToken in method public doCredentialsMatch(token AuthenticationToken, info AuthenticationInfo) : boolean from class org.neo4j.server.security.enterprise.auth.plugin.PluginRealm.CredentialsMatcher | From | To | |
Extract Variable credentials : char[] in method public doCredentialsMatch(token AuthenticationToken, info AuthenticationInfo) : boolean from class org.neo4j.server.security.enterprise.auth.plugin.PluginRealm.CredentialsMatcher | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method package clearCredentials() : void extracted from public doCredentialsMatch(token AuthenticationToken, info AuthenticationInfo) : boolean in class org.neo4j.server.security.enterprise.auth.plugin.PluginRealm.CredentialsMatcher & moved to class org.neo4j.server.security.enterprise.auth.plugin.PluginShiroAuthToken | From | To | |
Rename Parameter | 1 | ||
Rename Parameter actual : Map<String,Object> to actualObject : Object in method public matches(expected Map<String,Object>, actualObject Object) : boolean in class org.neo4j.test.AuthTokenUtil | From | To |