4b5779a1fb5d8ae8ae0a63dd0288ecd49528d14f
Files Diff
- Added: 0
- Removed: 3
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Class | 3 | ||
Rename Class net.kuujo.copycat.atomic.AsyncBoolean.AsyncBooleanState renamed to net.kuujo.copycat.atomic.AsyncBoolean.State | From | To | |
Rename Class net.kuujo.copycat.atomic.AsyncReference.AsyncReferenceState renamed to net.kuujo.copycat.atomic.AsyncReference.State | From | To | |
Rename Class net.kuujo.copycat.atomic.AsyncLong.AsyncLongState renamed to net.kuujo.copycat.atomic.AsyncLong.State | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type stateMachine : StateMachine<AsyncLongState> to stateMachine : StateMachine<State> in class net.kuujo.copycat.atomic.AsyncLong | From | To | |
Change Attribute Type stateMachine : StateMachine<AsyncBooleanState> to stateMachine : StateMachine<State> in class net.kuujo.copycat.atomic.AsyncBoolean | From | To | |
Change Attribute Type stateMachine : StateMachine<AsyncReferenceState> to stateMachine : StateMachine<State> in class net.kuujo.copycat.atomic.AsyncReference | From | To |