403431bf928850fc4cda88595f9bbd34e05a3e27
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public generateTemporaryCredentials(user ModeledAuthenticatedUser, activeConnection ActiveConnectionRecord, sharingProfileIdentifier String) : UserCredentials renamed to public shareConnection(user ModeledAuthenticatedUser, activeConnection ActiveConnectionRecord, sharingProfileIdentifier String) : SharedConnectionDefinition in class org.apache.guacamole.auth.jdbc.sharing.ConnectionSharingService | From | To | |
Rename Variable | 1 | ||
Rename Variable includeSensitiveInformation : boolean to hasPrivilegedAccess : boolean in method public retrieveObjects(user ModeledAuthenticatedUser, identifiers Collection<String>) : Collection<TrackedActiveConnection> in class org.apache.guacamole.auth.jdbc.activeconnection.ActiveConnectionService | From | To | |
Change Return Type | 1 | ||
Change Return Type UserCredentials to SharedConnectionDefinition in method public shareConnection(user ModeledAuthenticatedUser, activeConnection ActiveConnectionRecord, sharingProfileIdentifier String) : SharedConnectionDefinition in class org.apache.guacamole.auth.jdbc.sharing.ConnectionSharingService | From | To | |
Extract Variable | 1 | ||
Extract Variable definition : SharedConnectionDefinition in method public shareConnection(user ModeledAuthenticatedUser, activeConnection ActiveConnectionRecord, sharingProfileIdentifier String) : SharedConnectionDefinition from class org.apache.guacamole.auth.jdbc.sharing.ConnectionSharingService | From | To | |
Extract Method | 1 | ||
Extract Method private share(identifier String) : SharedConnectionDefinition extracted from public getSharingCredentials(identifier String) : UserCredentials in class org.apache.guacamole.auth.jdbc.activeconnection.TrackedActiveConnection | From | To |