a222971865edbb33242457d4c97681e9e673e1c7
Files Diff
- Added: 3
- Removed: 2
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public sendMachineLogEnvent(machineName String, text String, time String, runtimeId RuntimeIdentity) : void renamed to public sendMachineLogEvent(machineName String, text String, time String, runtimeId RuntimeIdentity) : void in class org.eclipse.che.workspace.infrastructure.kubernetes.util.RuntimeEventsPublisher | From | To | |
Rename Method private asMachineLogEvent(event PodEvent) : MachineLogEvent renamed to private asRuntimeLogEvent(event PodEvent) : RuntimeLogEvent in class org.eclipse.che.workspace.infrastructure.kubernetes.KubernetesInternalRuntimeTest | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type event : MachineLogEvent to event : RuntimeLogEvent in method private predicate(event RuntimeLogEvent, scope Map<String,String>) : boolean in class org.eclipse.che.api.workspace.server.event.RuntimeLogJsonRpcMessenger | From | To | |
Change Parameter Type event : MachineLogEvent to event : RuntimeLogEvent in method public onEvent(event RuntimeLogEvent) : void in class org.eclipse.che.api.logger.ErrorRuntimeLogEventLogger | From | To | |
Change Return Type | 1 | ||
Change Return Type MachineLogEvent to RuntimeLogEvent in method private asRuntimeLogEvent(event PodEvent) : RuntimeLogEvent in class org.eclipse.che.workspace.infrastructure.kubernetes.KubernetesInternalRuntimeTest | From | To | |
Rename Class | 2 | ||
Rename Class org.eclipse.che.api.workspace.server.event.MachineLogJsonRpcMessenger renamed to org.eclipse.che.api.workspace.server.event.RuntimeLogJsonRpcMessenger | From | To | |
Rename Class org.eclipse.che.api.logger.ErrorMachineLogEventLogger renamed to org.eclipse.che.api.logger.ErrorRuntimeLogEventLogger | From | To | |
Change Variable Type | 2 | ||
Change Variable Type captor : ArgumentCaptor<MachineLogEvent> to captor : ArgumentCaptor<RuntimeLogEvent> in method public testRepublishContainerOutputAsMachineLogEvents() : void in class org.eclipse.che.workspace.infrastructure.kubernetes.KubernetesInternalRuntimeTest | From | To | |
Change Variable Type machineLogs : ImmutableList<MachineLogEvent> to machineLogs : ImmutableList<RuntimeLogEvent> in method public testRepublishContainerOutputAsMachineLogEvents() : void in class org.eclipse.che.workspace.infrastructure.kubernetes.KubernetesInternalRuntimeTest | From | To |