4919b1b361dcf89859061be1bbb58fa2819342ad
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public shouldCompleteExceptionallyFinishFutureWhenDoneEventIsReceivedButToolingIsNull() : void renamed to public shouldSubmitErrorWhenDoneEventIsReceivedButToolingIsNull() : void in class org.eclipse.che.workspace.infrastructure.kubernetes.wsplugins.events.BrokerStatusListenerTest | From | To | |
Rename Method public shouldCompleteExceptionallyFinishFutureWhenFailedEventIsReceived() : void renamed to public shouldSubmitErrorWhenFailedEventIsReceived() : void in class org.eclipse.che.workspace.infrastructure.kubernetes.wsplugins.events.BrokerStatusListenerTest | From | To | |
Rename Method public shouldCompleteFinishFutureWhenDoneEventIsReceivedAndToolingIsNotNull() : void renamed to public shouldSubmitBrokerResultWhenDoneEventIsReceivedAndToolingIsNotNull() : void in class org.eclipse.che.workspace.infrastructure.kubernetes.wsplugins.events.BrokerStatusListenerTest | From | To | |
Rename Attribute | 1 | ||
Rename Attribute finishFuture : CompletableFuture<List<ChePlugin>> to brokersResult : BrokersResult in class org.eclipse.che.workspace.infrastructure.kubernetes.wsplugins.events.BrokerStatusListenerTest | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type finishFuture : CompletableFuture<List<ChePlugin>> to brokersResult : BrokersResult in class org.eclipse.che.workspace.infrastructure.kubernetes.wsplugins.events.BrokerStatusListenerTest | From | To |