6d97f8832a8f80099de964e3e4cff4c1e0e44072
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Attribute | 1 | ||
Move Attribute public DEFAULT_PORT : int from class io.atomix.messaging.impl.NettyMessagingService to private DEFAULT_PORT : int from class io.atomix.utils.net.Address | From | To | |
Change Variable Type | 2 | ||
Change Variable Type bootstrapNodes : List<Node> to bootstrapNodes : List<NodeConfig> in method public main(args String[]) : void in class io.atomix.agent.AtomixAgent | From | To | |
Change Variable Type coreNodes : List<Node> to coreNodes : List<NodeConfig> in method public main(args String[]) : void in class io.atomix.agent.AtomixAgent | From | To |