c1ef4bfdd2c544502f4409542fef97d300b5b584
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type object : ObjectType to object : ExternalType in method public createObject(user AuthenticatedUser, object ExternalType) : void in class net.sourceforge.guacamole.net.auth.mysql.service.DirectoryObjectService | From | To | |
Change Parameter Type object : ObjectType to object : InternalType in method public updateObject(user AuthenticatedUser, object InternalType) : void in class net.sourceforge.guacamole.net.auth.mysql.service.DirectoryObjectService | From | To | |
Change Return Type | 4 | ||
Change Return Type Collection<ObjectType> to Collection<InternalType> in method public retrieveObjects(user AuthenticatedUser, identifiers Collection<String>) : Collection<InternalType> in class net.sourceforge.guacamole.net.auth.mysql.service.DirectoryObjectService | From | To | |
Change Return Type ObjectType to InternalType in method protected abstract getObjectInstance(currentUser AuthenticatedUser, model ModelType) : InternalType in class net.sourceforge.guacamole.net.auth.mysql.service.DirectoryObjectService | From | To | |
Change Return Type ObjectType to InternalType in method public retrieveObject(user AuthenticatedUser, identifier String) : InternalType in class net.sourceforge.guacamole.net.auth.mysql.service.DirectoryObjectService | From | To | |
Change Return Type Collection<ObjectType> to Collection<InternalType> in method protected getObjectInstances(currentUser AuthenticatedUser, models Collection<ModelType>) : Collection<InternalType> in class net.sourceforge.guacamole.net.auth.mysql.service.DirectoryObjectService | From | To | |
Extract Variable | 1 | ||
Extract Variable model : SystemPermissionModel in method public retrievePermission(user AuthenticatedUser, targetUser MySQLUser, type SystemPermission.Type) : SystemPermission from class net.sourceforge.guacamole.net.auth.mysql.service.SystemPermissionService | From | To | |
Change Variable Type | 2 | ||
Change Variable Type objects : Collection<ObjectType> to objects : Collection<InternalType> in method protected getObjectInstances(currentUser AuthenticatedUser, models Collection<ModelType>) : Collection<InternalType> in class net.sourceforge.guacamole.net.auth.mysql.service.DirectoryObjectService | From | To | |
Change Variable Type objects : Collection<ObjectType> to objects : Collection<InternalType> in method public retrieveObject(user AuthenticatedUser, identifier String) : InternalType in class net.sourceforge.guacamole.net.auth.mysql.service.DirectoryObjectService | From | To |