c54092d1bb96a22188e6489855594c1c4b074762
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 3 | ||
| Rename Variable copycats : List<Copycat> to servers : Servers in method public testCompareAndSet() : void in class net.kuujo.copycat.atomic.AsyncReferenceTest | From | To | |
| Rename Variable copycats : List<Copycat> to active : List<Copycat> in method private createCopycats(activeNodes int, passiveNodes int) : Servers in class net.kuujo.copycat.atomic.AsyncReferenceTest | From | To | |
| Rename Variable copycats : List<Copycat> to servers : Servers in method public testSetGet() : void in class net.kuujo.copycat.atomic.AsyncReferenceTest | From | To | |
| Change Return Type | 1 | ||
| Change Return Type List<Copycat> to Servers in method private createCopycats(activeNodes int, passiveNodes int) : Servers in class net.kuujo.copycat.atomic.AsyncReferenceTest | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type copycats : List<Copycat> to servers : Servers in method public testSetGet() : void in class net.kuujo.copycat.atomic.AsyncReferenceTest | From | To | |
| Change Variable Type copycats : List<Copycat> to servers : Servers in method public testCompareAndSet() : void in class net.kuujo.copycat.atomic.AsyncReferenceTest | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter nodes : int to activeNodes : int in method private createCopycats(activeNodes int, passiveNodes int) : Servers in class net.kuujo.copycat.atomic.AsyncReferenceTest | From | To |