150a93a72f5092ddf410511d3ded7337472e11ad
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private converCommaSeparatedList(text String) : List<String> renamed to private convertCommaSeparatedList(text String) : List<String> in class net.mindengine.galen.config.GalenConfig | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type name : String to property : GalenProperty in method public setProperty(property GalenProperty, value String) : void in class net.mindengine.galen.config.GalenConfig | From | To | |
Change Parameter Type name : String to property : GalenProperty in method public readMandatoryProperty(property GalenProperty) : String in class net.mindengine.galen.config.GalenConfig | From | To | |
Inline Method | 2 | ||
Inline Method public getIntProperty(name String, defaultValue int) : Integer inlined to public getIntProperty(property GalenProperty) : Integer in class net.mindengine.galen.config.GalenConfig | From | To | |
Change Return Type | 1 | ||
Change Return Type int to Integer in method public getIntProperty(property GalenProperty) : Integer in class net.mindengine.galen.config.GalenConfig | From | To | |
Extract Method | 1 | ||
Extract Method public getBooleanProperty(property GalenProperty) : boolean extracted from public getUseFailExitCode() : boolean in class net.mindengine.galen.config.GalenConfig | From | To | |
Rename Parameter | 2 | ||
Rename Parameter name : String to property : GalenProperty in method public readMandatoryProperty(property GalenProperty) : String in class net.mindengine.galen.config.GalenConfig | From | To | |
Rename Parameter name : String to property : GalenProperty in method public setProperty(property GalenProperty, value String) : void in class net.mindengine.galen.config.GalenConfig | From | To |