6cdeb5754a8fca4ab50ba3bdcfd6088218459c18
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 17
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method private addAttributes(attrs Map<String,Object>, spiList IgniteSpi...) : void renamed to private addSpiAttributes(spiList IgniteSpi...) : void in class org.apache.ignite.internal.IgniteKernal | From | To | |
Rename Method private createNodeAttributes(cfg IgniteConfiguration, build String) : Map<String,Object> renamed to private fillNodeAttributes() : void in class org.apache.ignite.internal.IgniteKernal | From | To | |
Rename Variable | 2 | ||
Rename Variable attrs : Map<String,Object> to overrideAttrs : Map<String,Object> in method public setNodeAttributes(attrs Map<String,Object>, ver IgniteProductVersion) : void in class org.apache.ignite.internal.GridReleaseTypeSelfTest.getConfiguration.discoSpi | From | To | |
Rename Variable attrs : Map<String,Object> to overrideAttrs : Map<String,Object> in method public setNodeAttributes(attrs Map<String,Object>, ver IgniteProductVersion) : void in class org.apache.ignite.internal.processors.cache.distributed.near.GridCacheAffinityFunctionExcludeNeighborsAbstractSelfTest.getConfiguration.spi | From | To | |
Change Return Type | 1 | ||
Change Return Type Map<String,Object> to void in method private fillNodeAttributes() : void in class org.apache.ignite.internal.IgniteKernal | From | To | |
Extract Attribute | 1 | ||
Extract Attribute public ZERO_BYTES : byte[] in class org.apache.ignite.internal.processors.rest.GridRestProcessor | From | To | |
Inline Variable | 3 | ||
Inline Variable e : ExecutorService in method protected safeRun() : void from class org.apache.ignite.internal.IgniteKernal.start.scheduleAtFixedRate | From | To | |
Inline Variable pubExec : ExecutorService in method protected safeRun() : void from class org.apache.ignite.internal.IgniteKernal.start.scheduleAtFixedRate | From | To | |
Inline Variable sysExec : ExecutorService in method protected safeRun() : void from class org.apache.ignite.internal.IgniteKernal.start.scheduleAtFixedRate | From | To | |
Extract And Move Method | 7 | ||
Extract And Move Method public hasNodeAttribute(key String) : boolean extracted from private createNodeAttributes(cfg IgniteConfiguration, build String) : Map<String,Object> in class org.apache.ignite.internal.IgniteKernal & moved to class org.apache.ignite.internal.GridKernalContextImpl | From | To | |
Extract And Move Method public hasNodeAttribute(key String) : boolean extracted from public addSpiAttributes(attrs Map<String,Object>) : void in class org.apache.ignite.internal.managers.GridManagerAdapter & moved to class org.apache.ignite.internal.GridKernalContextImpl | From | To | |
Extract And Move Method public addNodeAttribute(key String, val Object) : Object extracted from private createNodeAttributes(cfg IgniteConfiguration, build String) : Map<String,Object> in class org.apache.ignite.internal.IgniteKernal & moved to class org.apache.ignite.internal.GridKernalContextImpl | From | To | |
Extract And Move Method public nodeAttribute(key String) : Object extracted from private createNodeAttributes(cfg IgniteConfiguration, build String) : Map<String,Object> in class org.apache.ignite.internal.IgniteKernal & moved to class org.apache.ignite.internal.GridKernalContextImpl | From | To | |
Extract And Move Method public addNodeAttribute(key String, val Object) : Object extracted from public setNodeAttributes(attrs Map<String,Object>, ver IgniteProductVersion) : void in class org.apache.ignite.internal.managers.discovery.GridDiscoveryManager & moved to class org.apache.ignite.internal.GridKernalContextImpl | From | To | |
Extract And Move Method public addNodeAttributes(attrs Map<String,String>) : void extracted from private createNodeAttributes(cfg IgniteConfiguration, build String) : Map<String,Object> in class org.apache.ignite.internal.IgniteKernal & moved to class org.apache.ignite.internal.GridKernalContextImpl | From | To | |
Extract And Move Method public addNodeAttribute(key String, val Object) : Object extracted from public addSpiAttributes(attrs Map<String,Object>) : void in class org.apache.ignite.internal.managers.GridManagerAdapter & moved to class org.apache.ignite.internal.GridKernalContextImpl | From | To |