abeab42ebed10ebd91b1379ea484257fad099eca
Files Diff
- Added: 2
- Removed: 9
- Renamed: 0
- Modified: 23
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Method | 5 | ||
Move Method private getSourceNode(m MessageResult) : Node from class controllers.SearchControllerV2 to private getSourceNode(m MessageResult) : Node from class controllers.SearchController | From | To | |
Move Method private getSourceInput(node Node, m MessageResult) : Input from class controllers.SearchControllerV2 to private getSourceInput(node Node, m MessageResult) : Input from class controllers.SearchController | From | To | |
Move Method public showMessage(index String, id String) : Result from class controllers.SearchControllerV2 to public showMessage(index String, id String) : Result from class controllers.SearchController | From | To | |
Move Method private getSourceInput(radio Radio, m MessageResult) : Input from class controllers.SearchControllerV2 to private getSourceInput(radio Radio, m MessageResult) : Input from class controllers.SearchController | From | To | |
Move Method private getSourceRadio(m MessageResult) : Radio from class controllers.SearchControllerV2 to private getSourceRadio(m MessageResult) : Radio from class controllers.SearchController | From | To | |
Rename Variable | 1 | ||
Rename Variable s : String to stream : InputStream in method public exportAsCsv(q String, filter String, rangeType String, relative int, from String, to String, keyword String, fields String) : Result in class controllers.SearchController | From | To | |
Move Attribute | 2 | ||
Move Attribute private streamService : StreamService from class controllers.SearchControllerV2 to private streamService : StreamService from class controllers.SearchController | From | To | |
Move Attribute private nodeService : NodeService from class controllers.SearchControllerV2 to private nodeService : NodeService from class controllers.SearchController | From | To | |
Move Class | 3 | ||
Move Class controllers.SearchControllerV2.InputDescription moved to controllers.SearchController.InputDescription | From | To | |
Move Class controllers.SearchControllerV2.NodeDescription moved to controllers.SearchController.NodeDescription | From | To | |
Move Class controllers.SearchControllerV2.StreamDescription moved to controllers.SearchController.StreamDescription | From | To | |
Change Variable Type | 2 | ||
Change Variable Type s : String to stream : InputStream in method public exportAsCsv(q String, filter String, rangeType String, relative int, from String, to String, keyword String, fields String) : Result in class controllers.SearchController | From | To | |
Change Variable Type streamDescriptions : List<SearchControllerV2.StreamDescription> to streamDescriptions : List<SearchController.StreamDescription> in method public listStreams() : Result in class controllers.api.StreamsApiController | From | To |