0a60de111f8fccc601e5fe699b71c353c1be9891
Files Diff
- Added: 0
- Removed: 31
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Rename Class | 1 | ||
Move And Rename Class net.kuujo.copycat.collections.internal.map.DefaultMultiMapState moved and renamed to net.kuujo.copycat.collections.AsyncMultiMap.AsyncMapState | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type stateMachine : StateMachine<MultiMapState<K,V>> to stateMachine : StateMachine<AsyncMapState<K,V>> in class net.kuujo.copycat.collections.AsyncMultiMap | From | To | |
Change Attribute Type stateMachine : StateMachine<MapState<K,V>> to stateMachine : StateMachine<AsyncMapState<K,V>> in class net.kuujo.copycat.collections.AsyncMap | From | To | |
Change Attribute Type stateMachine : StateMachine<SetState<T>> to stateMachine : StateMachine<AsyncSetState<T>> in class net.kuujo.copycat.collections.AsyncSet | From | To |