9a15108924b29997c9ca440b467ab8006a8f8acb
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 14
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public sendMessageToAllRegions(body T) : void renamed to private sendMessageToAllRegionsAsync(body T) : void in class org.apache.usergrid.persistence.queue.impl.SNSQueueManagerImpl | From | To | |
Extract Variable | 2 | ||
Extract Variable memberEntityId : Id in method public addToCollection(collectionName String, itemRef EntityRef) : Entity from class org.apache.usergrid.corepersistence.CpRelationManager | From | To | |
Extract Variable entityType : String in method public createConnection(connectionType String, connectedEntityRef EntityRef) : ConnectionRef from class org.apache.usergrid.corepersistence.CpRelationManager | From | To | |
Extract Method | 3 | ||
Extract Method private deIndexOldVersionsOfEntity(cpEntity Entity) : void extracted from public update(entity Entity) : void in class org.apache.usergrid.corepersistence.CpEntityManager | From | To | |
Extract Method private indexEntity(cpEntity Entity, async Boolean) : void extracted from public update(entity Entity) : void in class org.apache.usergrid.corepersistence.CpEntityManager | From | To | |
Extract Method private updateIndexForEniity(eType String, entity A, timestamp long) : void extracted from public batchCreate(entityType String, entityClass Class<A>, properties Map<String,Object>, importId UUID) : A in class org.apache.usergrid.corepersistence.CpEntityManager | From | To |