2928472549e5664247ff892d9155ddca8c9365b5
Files Diff
- Added: 2
- Removed: 1
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Method | 5 | ||
Pull Up Method public getRemoteHost() : String from class org.apache.guacamole.rest.history.APIConnectionRecord to public getRemoteHost() : String from class org.apache.guacamole.rest.history.APIActivityRecord | From | To | |
Pull Up Method public getEndDate() : Date from class org.apache.guacamole.rest.history.APIConnectionRecord to public getEndDate() : Date from class org.apache.guacamole.rest.history.APIActivityRecord | From | To | |
Pull Up Method public getStartDate() : Date from class org.apache.guacamole.rest.history.APIConnectionRecord to public getStartDate() : Date from class org.apache.guacamole.rest.history.APIActivityRecord | From | To | |
Pull Up Method public getUsername() : String from class org.apache.guacamole.rest.history.APIConnectionRecord to public getUsername() : String from class org.apache.guacamole.rest.history.APIActivityRecord | From | To | |
Pull Up Method public isActive() : boolean from class org.apache.guacamole.rest.history.APIConnectionRecord to public isActive() : boolean from class org.apache.guacamole.rest.history.APIActivityRecord | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type sortPredicates : List<APIConnectionRecordSortPredicate> to sortPredicates : List<APISortPredicate> in method public getConnectionHistory(requiredContents List<String>, sortPredicates List<APISortPredicate>) : List<APIConnectionRecord> in class org.apache.guacamole.rest.history.HistoryResource | From | To | |
Pull Up Attribute | 5 | ||
Pull Up Attribute private active : boolean from class org.apache.guacamole.rest.history.APIConnectionRecord to private active : boolean from class org.apache.guacamole.rest.history.APIActivityRecord | From | To | |
Pull Up Attribute private username : String from class org.apache.guacamole.rest.history.APIConnectionRecord to private username : String from class org.apache.guacamole.rest.history.APIActivityRecord | From | To | |
Pull Up Attribute private endDate : Date from class org.apache.guacamole.rest.history.APIConnectionRecord to private endDate : Date from class org.apache.guacamole.rest.history.APIActivityRecord | From | To | |
Pull Up Attribute private startDate : Date from class org.apache.guacamole.rest.history.APIConnectionRecord to private startDate : Date from class org.apache.guacamole.rest.history.APIActivityRecord | From | To | |
Pull Up Attribute private remoteHost : String from class org.apache.guacamole.rest.history.APIConnectionRecord to private remoteHost : String from class org.apache.guacamole.rest.history.APIActivityRecord | From | To | |
Rename Class | 1 | ||
Rename Class org.apache.guacamole.rest.history.APIConnectionRecordSortPredicate renamed to org.apache.guacamole.rest.history.APISortPredicate | From | To | |
Extract Superclass | 1 | ||
Extract Superclass org.apache.guacamole.rest.history.APIActivityRecord from classes [org.apache.guacamole.rest.history.APIConnectionRecord] | From | To | |
Change Variable Type | 1 | ||
Change Variable Type predicate : APIConnectionRecordSortPredicate to predicate : APISortPredicate in method public getConnectionHistory(requiredContents List<String>, sortPredicates List<APISortPredicate>) : List<APIConnectionRecord> in class org.apache.guacamole.rest.history.HistoryResource | From | To |