bb03c6e2cc245c87ed0336a0268d641be6c15019
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 18
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type product : IgniteProduct to product : GridProduct in method public product(product GridProduct) : void in class org.apache.ignite.internal.GridKernalContextImpl | From | To | |
| Move Method | 1 | ||
| Move Method public latestVersion() : String from class org.apache.ignite.internal.GridProductImpl to public latestVersion() : String from class org.apache.ignite.internal.IgniteKernal | From | To | |
| Change Return Type | 6 | ||
| Change Return Type IgniteProduct to GridProduct in method public product() : GridProduct in class org.apache.ignite.internal.GridKernalContextImpl | From | To | |
| Change Return Type IgniteProduct to GridProduct in method public product() : GridProduct in class org.apache.ignite.Ignite | From | To | |
| Change Return Type IgniteProduct to GridProduct in method public product() : GridProduct in class org.apache.ignite.internal.IgniteKernal | From | To | |
| Change Return Type IgniteProduct to GridProduct in method public product() : GridProduct in class org.apache.ignite.testframework.junits.IgniteMock | From | To | |
| Change Return Type IgniteProduct to GridProduct in method public product() : GridProduct in class org.apache.ignite.internal.GridKernalContext | From | To | |
| Change Return Type IgniteProduct to GridProduct in method public product() : GridProduct in class org.apache.ignite.IgniteSpringBean | From | To | |
| Move Attribute | 1 | ||
| Move Attribute private verChecker : GridUpdateNotifier from class org.apache.ignite.internal.GridProductImpl to private verChecker : GridUpdateNotifier from class org.apache.ignite.internal.IgniteKernal | From | To | |
| Extract Variable | 2 | ||
| Extract Variable verChecker0 : GridUpdateNotifier in method public safeRun() : void from class org.apache.ignite.internal.IgniteKernal.start.scheduleAtFixedRate | From | To | |
| Extract Variable verChecker0 : GridUpdateNotifier in method public start(cfg IgniteConfiguration, utilityCachePool ExecutorService, execSvc ExecutorService, sysExecSvc ExecutorService, p2pExecSvc ExecutorService, mgmtExecSvc ExecutorService, ggfsExecSvc ExecutorService, restExecSvc ExecutorService, errHnd GridAbsClosure) : void from class org.apache.ignite.internal.IgniteKernal | From | To | |
| Extract Interface | 1 | ||
| Extract Interface org.apache.ignite.internal.GridProduct from classes [org.apache.ignite.internal.GridProductImpl] | From | To | |
| Inline Variable | 2 | ||
| Inline Variable verChecker : GridUpdateNotifier in method public safeRun() : void from class org.apache.ignite.internal.IgniteKernal.start.scheduleAtFixedRate | From | To | |
| Inline Variable verChecker : GridUpdateNotifier in method public start(cfg IgniteConfiguration, utilityCachePool ExecutorService, execSvc ExecutorService, sysExecSvc ExecutorService, p2pExecSvc ExecutorService, mgmtExecSvc ExecutorService, ggfsExecSvc ExecutorService, restExecSvc ExecutorService, errHnd GridAbsClosure) : void from class org.apache.ignite.internal.IgniteKernal | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type product : IgniteProduct to product : GridProduct in class org.apache.ignite.internal.GridKernalContextImpl | From | To |