7c238acb39cb222ef58566b21d7f62296a82028b
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 3 | ||
Change Return Type long to Date in method public finishedAt() : Date in class org.rapidoid.process.ProcessHandle | From | To | |
Change Return Type long to Date in method public startedAt() : Date in class org.rapidoid.process.ProcessHandle | From | To | |
Change Return Type ProcessHandle to void in method package startProcess(params ProcessParams) : void in class org.rapidoid.process.ProcessHandle | From | To | |
Extract Superclass | 1 | ||
Extract Superclass org.rapidoid.group.AbstractManageable from classes [org.rapidoid.process.ProcessHandle] | From | To | |
Change Variable Type | 1 | ||
Change Variable Type until : long to until : Date in method public duration() : long in class org.rapidoid.process.ProcessHandle | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type startedAt : long to startedAt : Date in class org.rapidoid.process.ProcessHandle | From | To | |
Change Attribute Type finishedAt : long to finishedAt : Date in class org.rapidoid.process.ProcessHandle | From | To |