7175a425aeec1f225a9409778c8a316c3ee35151
Files Diff
- Added: 3
 - Removed: 2
 - Renamed: 0
 - Modified: 5
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move Attribute | 4 | ||
| Move Attribute private PERIODIC_VER_CHECK_CONN_TIMEOUT : long from class org.apache.ignite.internal.IgniteKernal to private PERIODIC_VER_CHECK_CONN_TIMEOUT : long from class org.apache.ignite.internal.processors.cluster.ClusterProcessor | From | To | |
| Move Attribute private PERIODIC_VER_CHECK_DELAY : long from class org.apache.ignite.internal.IgniteKernal to private PERIODIC_VER_CHECK_DELAY : long from class org.apache.ignite.internal.processors.cluster.ClusterProcessor | From | To | |
| Move Attribute private verChecker : GridUpdateNotifier from class org.apache.ignite.internal.IgniteKernal to private verChecker : GridUpdateNotifier from class org.apache.ignite.internal.processors.cluster.ClusterProcessor | From | To | |
| Move Attribute private updateNtfTimer : Timer from class org.apache.ignite.internal.IgniteKernal to private updateNtfTimer : Timer from class org.apache.ignite.internal.processors.cluster.ClusterProcessor | From | To | |
| Move Class | 3 | ||
| Move Class org.apache.ignite.internal.IgniteKernal.UpdateNotifierTimerTask moved to org.apache.ignite.internal.processors.cluster.ClusterProcessor.UpdateNotifierTimerTask | From | To | |
| Move Class org.apache.ignite.internal.GridUpdateNotifier moved to org.apache.ignite.internal.processors.cluster.GridUpdateNotifier | From | To | |
| Move Class org.apache.ignite.internal.GridUpdateNotifierSelfTest moved to org.apache.ignite.internal.processors.cluster.GridUpdateNotifierSelfTest | From | To | |
| Extract Variable | 1 | ||
| Extract Variable clusterProc : ClusterProcessor in method public start(cfg IgniteConfiguration, utilityCachePool ExecutorService, marshCachePool ExecutorService, execSvc ExecutorService, sysExecSvc ExecutorService, p2pExecSvc ExecutorService, mgmtExecSvc ExecutorService, igfsExecSvc ExecutorService, restExecSvc ExecutorService, errHnd GridAbsClosure) : void from class org.apache.ignite.internal.IgniteKernal | From | To | |
| Extract And Move Method | 2 | ||
| Extract And Move Method public latestVersion() : String extracted from public latestVersion() : String in class org.apache.ignite.internal.IgniteKernal & moved to class org.apache.ignite.internal.processors.cluster.ClusterProcessor | From | To | |
| Extract And Move Method public onKernalStart() : void extracted from public start(cfg IgniteConfiguration, utilityCachePool ExecutorService, marshCachePool ExecutorService, execSvc ExecutorService, sysExecSvc ExecutorService, p2pExecSvc ExecutorService, mgmtExecSvc ExecutorService, igfsExecSvc ExecutorService, restExecSvc ExecutorService, errHnd GridAbsClosure) : void in class org.apache.ignite.internal.IgniteKernal & moved to class org.apache.ignite.internal.processors.cluster.ClusterProcessor | From | To |