e0a18149956b7e71c4eb20fc275e2c21a4935020
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Attribute Type | 1 | ||
Change Attribute Type RESOURCES : List<String> to RESOURCES : String[] in class io.atomix.core.Atomix | From | To | |
Extract Method | 5 | ||
Extract Method private parseArgs(args String[]) : Namespace extracted from public main(args String[]) : void in class io.atomix.agent.AtomixAgent | From | To | |
Extract Method private buildRestService(atomix Atomix, namespace Namespace) : ManagedRestService extracted from public main(args String[]) : void in class io.atomix.agent.AtomixAgent | From | To | |
Extract Method private createConfig(namespace Namespace) : AtomixConfig extracted from public main(args String[]) : void in class io.atomix.agent.AtomixAgent | From | To | |
Extract Method private createParser() : ArgumentParser extracted from public main(args String[]) : void in class io.atomix.agent.AtomixAgent | From | To | |
Extract Method private buildAtomix(namespace Namespace) : Atomix extracted from public main(args String[]) : void in class io.atomix.agent.AtomixAgent | From | To |