922938e9b126802dd290f6f64ccb1c56a5bdfac9
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type text : String... to data : Object in method public print(data Object) : Console in class com.pi4j.util.Console | From | To | |
Change Parameter Type line : String... to line : String in method public println(line String) : Console in class com.pi4j.util.Console | From | To | |
Change Return Type | 1 | ||
Change Return Type Console to void in method public waitForExit() : void in class com.pi4j.util.Console | From | To | |
Parameterize Variable | 1 | ||
Parameterize Variable t : String to data : Object in method public print(data Object) : Console in class com.pi4j.util.Console | From | To | |
Change Variable Type | 1 | ||
Change Variable Type t : String to data : Object in method public print(data Object) : Console in class com.pi4j.util.Console | From | To | |
Extract Method | 1 | ||
Extract Method public println(line Object) : Console extracted from public println(line String...) : Console in class com.pi4j.util.Console | From | To | |
Rename Parameter | 1 | ||
Rename Parameter text : String... to data : Object in method public print(data Object) : Console in class com.pi4j.util.Console | From | To |