eb4d4d98a07695dedab293d749b3126697033f84
Files Diff
- Added: 0
 - Removed: 0
 - Renamed: 0
 - Modified: 7
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public getDeploymentIds() : Collection<IgniteUuid> renamed to public getCacheNames() : Collection<String> in class org.apache.ignite.internal.visor.cache.VisorCacheConfigurationCollectorTaskArg | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type deploymentIds : Collection<IgniteUuid> to cacheNames : Collection<String> in method public VisorCacheConfigurationCollectorTaskArg(cacheNames Collection<String>) in class org.apache.ignite.internal.visor.cache.VisorCacheConfigurationCollectorTaskArg | From | To | |
| Rename Variable | 1 | ||
| Rename Variable depIds : Collection<IgniteUuid> to cacheNames : Collection<String> in method protected run(arg VisorCacheConfigurationCollectorTaskArg) : Map<String,VisorCacheConfiguration> in class org.apache.ignite.internal.visor.cache.VisorCacheConfigurationCollectorJob | From | To | |
| Change Return Type | 2 | ||
| Change Return Type Collection<IgniteUuid> to Collection<String> in method public getCacheNames() : Collection<String> in class org.apache.ignite.internal.visor.cache.VisorCacheConfigurationCollectorTaskArg | From | To | |
| Change Return Type Map<IgniteUuid,VisorCacheConfiguration> to Map<String,VisorCacheConfiguration> in method protected run(arg VisorCacheConfigurationCollectorTaskArg) : Map<String,VisorCacheConfiguration> in class org.apache.ignite.internal.visor.cache.VisorCacheConfigurationCollectorJob | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute deploymentIds : Collection<IgniteUuid> to cacheNames : Collection<String> in class org.apache.ignite.internal.visor.cache.VisorCacheConfigurationCollectorTaskArg | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type depIds : Collection<IgniteUuid> to cacheNames : Collection<String> in method protected run(arg VisorCacheConfigurationCollectorTaskArg) : Map<String,VisorCacheConfiguration> in class org.apache.ignite.internal.visor.cache.VisorCacheConfigurationCollectorJob | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type deploymentIds : Collection<IgniteUuid> to cacheNames : Collection<String> in class org.apache.ignite.internal.visor.cache.VisorCacheConfigurationCollectorTaskArg | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter deploymentIds : Collection<IgniteUuid> to cacheNames : Collection<String> in method public VisorCacheConfigurationCollectorTaskArg(cacheNames Collection<String>) in class org.apache.ignite.internal.visor.cache.VisorCacheConfigurationCollectorTaskArg | From | To |