90d5d665df0144b9f70098d8bd297d368e41d64f
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 25
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 4 | ||
Rename Method public getPropertyNames() : Set<String> renamed to public getOrgPropertyNames() : Set<String> in class org.apache.usergrid.management.cassandra.OrganizationConfigPropsImpl | From | To | |
Rename Method public getPropertyMap() : Map<String,String> renamed to public getOrgPropertiesMap() : Map<String,String> in class org.apache.usergrid.management.cassandra.OrganizationConfigPropsImpl | From | To | |
Rename Method public getPropertyNames() : Set<String> renamed to public getOrgPropertyNames() : Set<String> in class org.apache.usergrid.management.OrganizationConfigProps | From | To | |
Rename Method public getPropertyMap() : Map<String,String> renamed to public getOrgPropertiesMap() : Map<String,String> in class org.apache.usergrid.management.OrganizationConfigProps | From | To | |
Merge Attribute | 1 | ||
Merge Attribute [defaultProperties : Map<String,String>, orgProperties : Map<String,String>] to configProps : OrganizationConfigProps in class org.apache.usergrid.management.OrganizationConfig | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type properties : Map<String,Object> to properties : Map<KeyType,ValueType> in method public OrganizationInfo(id UUID, name String, properties Map<KeyType,ValueType>) in class org.apache.usergrid.management.OrganizationInfo | From | To | |
Rename Variable | 2 | ||
Rename Variable adminActivationUrlTemplate : String to orgConfig : OrganizationConfig in method public sendAdminUserConfirmationEmail(organizationId UUID, user UserInfo) : void in class org.apache.usergrid.management.cassandra.ManagementServiceImpl | From | To | |
Rename Variable activationUrlTemplate : String to orgConfig : OrganizationConfig in method public sendSysAdminRequestAdminActivationEmail(organizationId UUID, user UserInfo) : void in class org.apache.usergrid.management.cassandra.ManagementServiceImpl | From | To | |
Move Attribute | 5 | ||
Move Attribute private defaultProperties : Map<String,String> from class org.apache.usergrid.management.OrganizationConfig to protected defaultProperties : Map<String,String> from class org.apache.usergrid.management.cassandra.OrganizationConfigPropsImpl | From | To | |
Move Attribute public RECAPTCHA_PUBLIC : String from class org.apache.usergrid.rest.ServerEnvironmentProperties to public RECAPTCHA_PUBLIC : String from class org.apache.usergrid.system.ServerEnvironmentProps | From | To | |
Move Attribute public REDIRECT_ROOT : String from class org.apache.usergrid.rest.ServerEnvironmentProperties to public REDIRECT_ROOT : String from class org.apache.usergrid.system.ServerEnvironmentProps | From | To | |
Move Attribute public RECAPTCHA_PRIVATE : String from class org.apache.usergrid.rest.ServerEnvironmentProperties to public RECAPTCHA_PRIVATE : String from class org.apache.usergrid.system.ServerEnvironmentProps | From | To | |
Move Attribute private orgProperties : Map<String,String> from class org.apache.usergrid.management.OrganizationConfig to protected orgProperties : Map<String,String> from class org.apache.usergrid.management.cassandra.OrganizationConfigPropsImpl | From | To | |
Extract Class | 1 | ||
Extract Class org.apache.usergrid.system.ServerEnvironmentProps from class org.apache.usergrid.rest.ServerEnvironmentProperties | From | To | |
Rename Attribute | 3 | ||
Rename Attribute map : Map<String,String> to orgProperties : Map<String,String> in class org.apache.usergrid.management.cassandra.OrganizationConfigPropsImpl | From | To | |
Rename Attribute PROPERTIES_ADMIN_RESETPW_URL : String to ORGPROPERTIES_ADMIN_SYSADMIN_EMAIL : String in class org.apache.usergrid.management.OrganizationConfigProps | From | To | |
Rename Attribute PROPERTIES_ADMIN_SYSADMIN_EMAIL : String to ORGPROPERTIES_ADMIN_SYSADMIN_EMAIL : String in class org.apache.usergrid.management.OrganizationConfigProps | From | To | |
Change Variable Type | 4 | ||
Change Variable Type adminActivationUrlTemplate : String to orgConfig : OrganizationConfig in method public sendAdminUserConfirmationEmail(organizationId UUID, user UserInfo) : void in class org.apache.usergrid.management.cassandra.ManagementServiceImpl | From | To | |
Change Variable Type activationUrlTemplate : String to orgConfig : OrganizationConfig in method public sendSysAdminRequestAdminActivationEmail(organizationId UUID, user UserInfo) : void in class org.apache.usergrid.management.cassandra.ManagementServiceImpl | From | To | |
Change Variable Type properties : Map to properties : Map<Object,Object> in method public calculatePasswordHistorySizeForUser(userId UUID) : int in class org.apache.usergrid.management.cassandra.ManagementServiceImpl | From | To | |
Change Variable Type properties : Map to properties : Map<Object,Object> in method public getOrganizationByUuid(id UUID) : OrganizationInfo in class org.apache.usergrid.management.cassandra.ManagementServiceImpl | From | To | |
Extract Variable | 2 | ||
Extract Variable storageInfoObj : Object in method public exportPostJson(ui UriInfo, json Map<String,Object>, callback String) : Response from class org.apache.usergrid.rest.management.organizations.OrganizationResource | From | To | |
Extract Variable organizationId : UUID in method public startOrganizationActivationFlow(organization OrganizationInfo) : void from class org.apache.usergrid.management.cassandra.ManagementServiceImpl | From | To | |
Rename Parameter | 1 | ||
Rename Parameter properties : ServerEnvironmentProperties to serverProperties : ServerEnvironmentProperties in method public ApiResponse(serverProperties ServerEnvironmentProperties) in class org.apache.usergrid.rest.ApiResponse | From | To |