b8703ab7c9dd9c8777a608964c08cc862b008d81
Files Diff
- Added: 9
- Removed: 9
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public getLogFile() : File renamed to public getLogSource() : File in class com.insightfullogic.honest_profiler.core.sources.VirtualMachine | From | To | |
Change Return Type | 3 | ||
Change Return Type WebProfileAdapter to void in method public onNewMachine(machine VirtualMachine) : void in class com.insightfullogic.honest_profiler.delivery.web.WebsocketMachineAdapter | From | To | |
Change Return Type ProfileListener to void in method public onNewMachine(machine VirtualMachine) : void in class com.insightfullogic.honest_profiler.delivery.javafx.landing.LandingViewModel | From | To | |
Change Return Type ProfileListener to void in method public onNewMachine(machine VirtualMachine) : void in class com.insightfullogic.honest_profiler.core.MachineListener | From | To | |
Rename Class | 2 | ||
Rename Class com.insightfullogic.honest_profiler.delivery.web.VirtualMachineAdapterTest renamed to com.insightfullogic.honest_profiler.delivery.web.VirtualWebsocketMachineAdapterTest | From | To | |
Rename Class com.insightfullogic.honest_profiler.delivery.web.MachineAdapter renamed to com.insightfullogic.honest_profiler.delivery.web.WebsocketMachineAdapter | From | To | |
Move Class | 6 | ||
Move Class com.insightfullogic.honest_profiler.adapters.WebSocketMachineSourceTest moved to com.insightfullogic.honest_profiler.ports.WebSocketMachineSourceTest | From | To | |
Move Class com.insightfullogic.honest_profiler.adapters.LoggerInjector moved to com.insightfullogic.honest_profiler.ports.LoggerInjector | From | To | |
Move Class com.insightfullogic.honest_profiler.adapters.sources.LocalMachineSource moved to com.insightfullogic.honest_profiler.ports.sources.LocalMachineSource | From | To | |
Move Class com.insightfullogic.honest_profiler.adapters.store.FileLogRepository moved to com.insightfullogic.honest_profiler.ports.store.FileLogRepository | From | To | |
Move Class com.insightfullogic.honest_profiler.adapters.store.FileLogSaver moved to com.insightfullogic.honest_profiler.ports.store.FileLogSaver | From | To | |
Move Class com.insightfullogic.honest_profiler.adapters.sources.WebSocketMachineSource moved to com.insightfullogic.honest_profiler.ports.sources.WebSocketMachineSource | From | To | |
Change Package | 1 | ||
Change Package com.insightfullogic.honest_profiler.adapters to com.insightfullogic.honest_profiler.ports | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type adapter : MachineAdapter to adapter : WebsocketMachineAdapter in class com.insightfullogic.honest_profiler.delivery.web.VirtualWebsocketMachineAdapterTest | From | To |