9d3c9c5c8bf54c260b708a80284414290adcc33d
Files Diff
- Added: 0
- Removed: 4
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Class | 3 | ||
Rename Class net.kuujo.copycat.collections.AsyncSet.AsyncSetState renamed to net.kuujo.copycat.collections.AsyncSet.State | From | To | |
Rename Class net.kuujo.copycat.collections.AsyncMultiMap.AsyncMapState renamed to net.kuujo.copycat.collections.AsyncMultiMap.State | From | To | |
Rename Class net.kuujo.copycat.collections.AsyncMap.AsyncMapState renamed to net.kuujo.copycat.collections.AsyncMap.State | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type stateMachine : StateMachine<AsyncSetState<T>> to stateMachine : StateMachine<State<T>> in class net.kuujo.copycat.collections.AsyncSet | From | To | |
Change Attribute Type stateMachine : StateMachine<AsyncMapState<K,V>> to stateMachine : StateMachine<State<K,V>> in class net.kuujo.copycat.collections.AsyncMap | From | To | |
Change Attribute Type stateMachine : StateMachine<AsyncMapState<K,V>> to stateMachine : StateMachine<State<K,V>> in class net.kuujo.copycat.collections.AsyncMultiMap | From | To |