7977bd0e710f3dffae1782353ffde40532e2a52d
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public printTimeTakenMs(startTimeMs long, logger Logger, message String) : void renamed to public formatTimeTakenMs(startTimeMs long, message String) : String in class tachyon.util.FormatUtils | From | To | |
Rename Method public printTimeTakenNs(startTimeNs long, logger Logger, message String) : void renamed to public formatTimeTakenNs(startTimeNs long, message String) : String in class tachyon.util.FormatUtils | From | To | |
Change Return Type | 2 | ||
Change Return Type void to String in method public formatTimeTakenNs(startTimeNs long, message String) : String in class tachyon.util.FormatUtils | From | To | |
Change Return Type void to String in method public formatTimeTakenMs(startTimeMs long, message String) : String in class tachyon.util.FormatUtils | From | To |