549f637e17fada0d351a4dedb78923972271f26a
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Parameterize Variable | 1 | ||
| Parameterize Variable edgeObservable : Observable<IndexOperationMessage> to observable : Observable<?> in method public run(observable Observable<?>) : void in class org.apache.usergrid.corepersistence.asyncevents.InMemoryAsyncEventService | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type edgeObservable : Observable<IndexOperationMessage> to observable : Observable<?> in method public run(observable Observable<?>) : void in class org.apache.usergrid.corepersistence.asyncevents.InMemoryAsyncEventService | From | To | |
| Extract Method | 1 | ||
| Extract Method public run(observable Observable<?>) : void extracted from public queueEntityIndexUpdate(applicationScope ApplicationScope, entity Entity) : void in class org.apache.usergrid.corepersistence.asyncevents.InMemoryAsyncEventService | From | To |