e91930ff0679ff3709490aacfdaec67e1ba83301
Files Diff
- Added: 3
- Removed: 3
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type indexRequest : IndexRequest to indexRequest : IndexOperation in method public addIndexRequest(indexRequest IndexOperation) : void in class org.apache.usergrid.persistence.index.impl.IndexOperationMessage | From | To | |
Change Parameter Type deIndexRequest : DeIndexRequest to deIndexRequest : DeIndexOperation in method public addDeIndexRequest(deIndexRequest DeIndexOperation) : void in class org.apache.usergrid.persistence.index.impl.IndexOperationMessage | From | To | |
Change Return Type | 2 | ||
Change Return Type Set<IndexRequest> to Set<IndexOperation> in method public getIndexRequests() : Set<IndexOperation> in class org.apache.usergrid.persistence.index.impl.IndexOperationMessage | From | To | |
Change Return Type Set<DeIndexRequest> to Set<DeIndexOperation> in method public getDeIndexRequests() : Set<DeIndexOperation> in class org.apache.usergrid.persistence.index.impl.IndexOperationMessage | From | To | |
Rename Class | 3 | ||
Rename Class org.apache.usergrid.persistence.index.impl.BatchRequest renamed to org.apache.usergrid.persistence.index.impl.BatchOperation | From | To | |
Rename Class org.apache.usergrid.persistence.index.impl.DeIndexRequest renamed to org.apache.usergrid.persistence.index.impl.DeIndexOperation | From | To | |
Rename Class org.apache.usergrid.persistence.index.impl.IndexRequest renamed to org.apache.usergrid.persistence.index.impl.IndexOperation | From | To | |
Change Variable Type | 6 | ||
Change Variable Type that : IndexRequest to that : IndexOperation in method public equals(o Object) : boolean in class org.apache.usergrid.persistence.index.impl.IndexOperation | From | To | |
Change Variable Type deIndexRequest : DeIndexRequest to deIndexRequest : DeIndexOperation in method public execute() : Observable<IndexRefreshCommandInfo> in class org.apache.usergrid.persistence.index.impl.IndexRefreshCommandImpl | From | To | |
Change Variable Type that : DeIndexRequest to that : DeIndexOperation in method public equals(o Object) : boolean in class org.apache.usergrid.persistence.index.impl.DeIndexOperation | From | To | |
Change Variable Type indexRequests : Set<IndexRequest> to indexRequests : Set<IndexOperation> in method public testSingleIndexFromSource() : void in class org.apache.usergrid.corepersistence.index.IndexServiceTest | From | To | |
Change Variable Type indexRequest : IndexRequest to indexRequest : IndexOperation in method public testSingleIndexFromSource() : void in class org.apache.usergrid.corepersistence.index.IndexServiceTest | From | To | |
Change Variable Type indexRequest : IndexRequest to indexRequest : IndexOperation in method public execute() : Observable<IndexRefreshCommandInfo> in class org.apache.usergrid.persistence.index.impl.IndexRefreshCommandImpl | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type deIndexRequests : Set<DeIndexRequest> to deIndexRequests : Set<DeIndexOperation> in class org.apache.usergrid.persistence.index.impl.IndexOperationMessage | From | To | |
Change Attribute Type indexRequests : Set<IndexRequest> to indexRequests : Set<IndexOperation> in class org.apache.usergrid.persistence.index.impl.IndexOperationMessage | From | To |