44c0989422ed0912f3e5ed5643f79910ac1057e6
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public testDeleteByQueryWithAlias() : void renamed to public testDeleteWithAlias() : void in class org.apache.usergrid.persistence.index.impl.EntityIndexTest | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type builder : ShardReplicationOperationRequestBuilder to builder : ActionRequestBuilder in method public addOperation(builder ActionRequestBuilder) : void in class org.apache.usergrid.persistence.index.IndexOperationMessage | From | To | |
Change Return Type | 5 | ||
Change Return Type void to ListenableActionFuture in method public deleteAllVersionsOfEntity(entityId Id) : ListenableActionFuture in class org.apache.usergrid.persistence.index.impl.EsEntityIndexImpl | From | To | |
Change Return Type void to Future in method public deleteAllVersionsOfEntity(entityId Id) : Future in class org.apache.usergrid.persistence.index.EntityIndex | From | To | |
Change Return Type void to Future in method public deletePreviousVersions(id Id, version UUID) : Future in class org.apache.usergrid.persistence.index.EntityIndex | From | To | |
Change Return Type ConcurrentLinkedQueue<ShardReplicationOperationRequestBuilder> to ConcurrentLinkedQueue<ActionRequestBuilder> in method public getOperations() : ConcurrentLinkedQueue<ActionRequestBuilder> in class org.apache.usergrid.persistence.index.IndexOperationMessage | From | To | |
Change Return Type void to ListenableActionFuture in method public deletePreviousVersions(entityId Id, version UUID) : ListenableActionFuture in class org.apache.usergrid.persistence.index.impl.EsEntityIndexImpl | From | To | |
Change Variable Type | 3 | ||
Change Variable Type response : DeleteByQueryResponse to response : ListenableActionFuture<DeleteByQueryResponse> in method public deleteAllVersionsOfEntity(entityId Id) : ListenableActionFuture in class org.apache.usergrid.persistence.index.impl.EsEntityIndexImpl | From | To | |
Change Variable Type flattenMessages : Observable<ShardReplicationOperationRequestBuilder> to flattenMessages : Observable<ActionRequestBuilder> in method private execute(operationMessages List<IndexOperationMessage>) : void in class org.apache.usergrid.persistence.index.impl.EsIndexBufferConsumerImpl | From | To | |
Change Variable Type response : DeleteByQueryResponse to response : ListenableActionFuture<DeleteByQueryResponse> in method public deletePreviousVersions(entityId Id, version UUID) : ListenableActionFuture in class org.apache.usergrid.persistence.index.impl.EsEntityIndexImpl | From | To | |
Extract Variable | 2 | ||
Extract Variable appId : Id in method public update(entity Entity) : void from class org.apache.usergrid.corepersistence.CpEntityManager | From | To | |
Extract Variable type : String in method public update(entity Entity) : void from class org.apache.usergrid.corepersistence.CpEntityManager | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type builders : ConcurrentLinkedQueue<ShardReplicationOperationRequestBuilder> to builders : ConcurrentLinkedQueue<ActionRequestBuilder> in class org.apache.usergrid.persistence.index.IndexOperationMessage | From | To |