f46ccf83181c4ba9f76f3dbd9ae87dc247bb94d0
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public enableAsync() : IgniteMessaging renamed to protected createAsyncInstance() : IgniteMessaging in class org.apache.ignite.internal.IgniteMessagingImpl | From | To | |
Change Return Type | 1 | ||
Change Return Type IgniteAsyncSupport to T in method public enableAsync() : T in class org.apache.ignite.lang.IgniteAsyncSupportAdapter | From | To | |
Extract Method | 1 | ||
Extract Method protected createAsyncInstance() : T extracted from public enableAsync() : IgniteAsyncSupport in class org.apache.ignite.lang.IgniteAsyncSupportAdapter | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type asyncSup : IgniteAsyncSupportAdapter to asyncSup : IgniteAsyncSupportAdapter<IgniteAsyncSupport> in class org.apache.ignite.internal.IgniteComputeImpl | From | To |