16bcae6e16d4efea3c8d7b070a44db2c50ff3721
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 18
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 3 | ||
Rename Variable properties : Map<String,Object> to orgConfigProperties : Map<String,Object> in method public updateOrganizationConfig(organizationConfig OrganizationConfig) : void in class org.apache.usergrid.management.cassandra.ManagementServiceImpl | From | To | |
Rename Variable properties : Map to entityProperties : Map<Object,Object> in method public getOrganizationConfigForApplication(applicationInfoId UUID) : OrganizationConfig in class org.apache.usergrid.management.cassandra.ManagementServiceImpl | From | To | |
Rename Variable properties : Map to entityProperties : Map<Object,Object> in method public getOrganizationConfigByUuid(id UUID) : OrganizationConfig in class org.apache.usergrid.management.cassandra.ManagementServiceImpl | From | To | |
Rename Attribute | 1 | ||
Rename Attribute properties : Map<String,Object> to orgProperties : Map<String,String> in class org.apache.usergrid.management.OrganizationConfig | From | To | |
Change Variable Type | 2 | ||
Change Variable Type properties : Map to entityProperties : Map<Object,Object> in method public getOrganizationConfigForApplication(applicationInfoId UUID) : OrganizationConfig in class org.apache.usergrid.management.cassandra.ManagementServiceImpl | From | To | |
Change Variable Type properties : Map to entityProperties : Map<Object,Object> in method public getOrganizationConfigByUuid(id UUID) : OrganizationConfig in class org.apache.usergrid.management.cassandra.ManagementServiceImpl | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type properties : Map<String,Object> to orgProperties : Map<String,String> in class org.apache.usergrid.management.OrganizationConfig | From | To | |
Extract Method | 3 | ||
Extract Method public getProperty(key String) : String extracted from public getDefaultConnectionParam() : String in class org.apache.usergrid.management.OrganizationConfig | From | To | |
Extract Method public generateEntityId(entityId UUID, entityType String) : Id extracted from public generateApplicationId(applicationId UUID) : Id in class org.apache.usergrid.corepersistence.util.CpNamingUtils | From | To | |
Extract Method private getOrganizationConfigDefaultsOnly() : OrganizationConfig extracted from public getOrganizationConfigByUuid(id UUID) : OrganizationConfig in class org.apache.usergrid.management.cassandra.ManagementServiceImpl | From | To | |
Rename Parameter | 1 | ||
Rename Parameter applicationId : UUID to entityId : UUID in method public generateEntityId(entityId UUID, entityType String) : Id in class org.apache.usergrid.corepersistence.util.CpNamingUtils | From | To |