effc87636fbf7a8973f70912d799bf29cc9c0ec8
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public loadFile(type Class<T>, file File, resources String...) : T renamed to public loadFiles(type Class<T>, files List<File>, resources List<String>) : T in class io.atomix.utils.config.ConfigMapper | From | To | |
Change Parameter Type | 4 | ||
Change Parameter Type resources : String... to resources : List<String> in method public loadFiles(type Class<T>, files List<File>, resources List<String>) : T in class io.atomix.utils.config.ConfigMapper | From | To | |
Change Parameter Type file : File to files : List<File> in method public loadFiles(type Class<T>, files List<File>, resources List<String>) : T in class io.atomix.utils.config.ConfigMapper | From | To | |
Change Parameter Type configFile : File to files : List<File> in method public config(files List<File>) : AtomixConfig in class io.atomix.core.Atomix | From | To | |
Change Parameter Type file : String to configFiles : File... in method public config(configFiles File...) : AtomixConfig in class io.atomix.core.Atomix | From | To | |
Rename Variable | 1 | ||
Rename Variable configString : String to configFiles : List<File> in method public main(args String[]) : void in class io.atomix.agent.AtomixAgent | From | To | |
Change Variable Type | 1 | ||
Change Variable Type configString : String to configFiles : List<File> in method public main(args String[]) : void in class io.atomix.agent.AtomixAgent | From | To | |
Extract Method | 3 | ||
Extract Method public loadResources(type Class<T>, resources List<String>) : T extracted from public loadResources(type Class<T>, resources String...) : T in class io.atomix.utils.config.ConfigMapper | From | To | |
Extract Method public config(classLoader ClassLoader, files String...) : AtomixConfig extracted from public config(file String) : AtomixConfig in class io.atomix.core.Atomix | From | To | |
Extract Method public config(files String...) : AtomixConfig extracted from public config(configFile File) : AtomixConfig in class io.atomix.core.Atomix | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type RESOURCES : String[] to RESOURCES : List<String> in class io.atomix.core.Atomix | From | To | |
Rename Parameter | 3 | ||
Rename Parameter file : File to files : List<File> in method public loadFiles(type Class<T>, files List<File>, resources List<String>) : T in class io.atomix.utils.config.ConfigMapper | From | To | |
Rename Parameter configFile : File to files : List<File> in method public config(files List<File>) : AtomixConfig in class io.atomix.core.Atomix | From | To | |
Rename Parameter file : String to configFiles : File... in method public config(configFiles File...) : AtomixConfig in class io.atomix.core.Atomix | From | To |