f1b0c8d864042ccc0481550ae3a48f4fb5da874e
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type entityIds : List<EntityIdScope> to entityIds : List<EntityIdScope<T>> in method public ApplicationEntityGroup(applicationScope ApplicationScope, entityIds List<EntityIdScope<T>>) in class org.apache.usergrid.persistence.core.scope.ApplicationEntityGroup | From | To | |
Change Parameter Type collectionScope : ApplicationScope to collectionScope : T in method public EntityIdScope(id Id, collectionScope T) in class org.apache.usergrid.persistence.core.scope.EntityIdScope | From | To | |
Change Return Type | 3 | ||
Change Return Type Observable<ApplicationEntityGroup> to Observable<ApplicationEntityGroup<T>> in method public getAllEntitiesInSystem(bufferSize int) : Observable<ApplicationEntityGroup<T>> in class org.apache.usergrid.persistence.core.rx.AllEntitiesInSystemObservable | From | To | |
Change Return Type Observable<ApplicationEntityGroup> to Observable<ApplicationEntityGroup<CollectionScope>> in method public getAllEntitiesInSystem(bufferSize int) : Observable<ApplicationEntityGroup<CollectionScope>> in class org.apache.usergrid.corepersistence.rx.impl.AllEntitiesInSystemObservableImpl | From | To | |
Change Return Type ApplicationScope to T in method public getCollectionScope() : T in class org.apache.usergrid.persistence.core.scope.EntityIdScope | From | To | |
Change Variable Type | 2 | ||
Change Variable Type entityIds : List<EntityIdScope> to entityIds : List<EntityIdScope<CollectionScope>> in method public migrate(applicationEntityGroup ApplicationEntityGroup, observer DataMigration.ProgressObserver) : Observable in class org.apache.usergrid.persistence.collection.serialization.impl.MvccEntityDataMigrationImpl | From | To | |
Change Variable Type scopes : List<EntityIdScope> to scopes : List<EntityIdScope<CollectionScope>> in method public call(ids List<Id>) : List<EntityIdScope<CollectionScope>> in class org.apache.usergrid.corepersistence.rx.impl.AllEntitiesInSystemObservableImpl.getAllEntitiesInSystem.flatMap.call.map.map | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type collectionScope : ApplicationScope to collectionScope : T in class org.apache.usergrid.persistence.core.scope.EntityIdScope | From | To | |
Change Attribute Type entityIds : List<EntityIdScope> to entityIds : List<EntityIdScope<T>> in class org.apache.usergrid.persistence.core.scope.ApplicationEntityGroup | From | To |