1a9908bfd2689491c7b878639c93cc046aa5c8dd
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Merge Attribute | 1 | ||
| Merge Attribute [DEFAULT_PORT : int, address : InetAddress] to addressCache : Map<Pair<String,Integer>,Address> in class io.atomix.utils.net.Address | From | To | |
| Rename Variable | 1 | ||
| Rename Variable port : int to address : Address in method private cached(addressPair Pair<String,Integer>, factory Supplier<Address>) : Address in class io.atomix.utils.net.Address | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type port : int to address : Address in method private cached(addressPair Pair<String,Integer>, factory Supplier<Address>) : Address in class io.atomix.utils.net.Address | From | To | |
| Extract Method | 1 | ||
| Extract Method private cached(addressPair Pair<String,Integer>, factory Supplier<Address>) : Address extracted from public from(address String) : Address in class io.atomix.utils.net.Address | From | To |