354358cc4ec9a8f15e75d132c7a57d2361b5722b
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type meta : GridCacheSqlMetadata to metas : Collection<GridCacheSqlMetadata> in method private testMetadata(metas Collection<GridCacheSqlMetadata>) : void in class org.apache.ignite.internal.processors.rest.JettyRestProcessorAbstractSelfTest | From | To | |
Rename Variable | 2 | ||
Rename Variable res : Map to results : Collection<Map> in method private testMetadata(metas Collection<GridCacheSqlMetadata>) : void in class org.apache.ignite.internal.processors.rest.JettyRestProcessorAbstractSelfTest | From | To | |
Rename Variable meta : GridCacheSqlMetadata to metas : Collection<GridCacheSqlMetadata> in method public testMetadataRemote() : void in class org.apache.ignite.internal.processors.rest.JettyRestProcessorAbstractSelfTest | From | To | |
Extract Variable | 1 | ||
Extract Variable cacheNameArg : String in method private testMetadata(metas Collection<GridCacheSqlMetadata>) : void from class org.apache.ignite.internal.processors.rest.JettyRestProcessorAbstractSelfTest | From | To | |
Change Variable Type | 3 | ||
Change Variable Type meta : GridCacheSqlMetadata to meta : Collection<GridCacheSqlMetadata> in method public testMetadataLocal() : void in class org.apache.ignite.internal.processors.rest.JettyRestProcessorAbstractSelfTest | From | To | |
Change Variable Type meta : GridCacheSqlMetadata to metas : Collection<GridCacheSqlMetadata> in method public testMetadataRemote() : void in class org.apache.ignite.internal.processors.rest.JettyRestProcessorAbstractSelfTest | From | To | |
Change Variable Type res : Map to results : Collection<Map> in method private testMetadata(metas Collection<GridCacheSqlMetadata>) : void in class org.apache.ignite.internal.processors.rest.JettyRestProcessorAbstractSelfTest | From | To | |
Rename Parameter | 1 | ||
Rename Parameter meta : GridCacheSqlMetadata to metas : Collection<GridCacheSqlMetadata> in method private testMetadata(metas Collection<GridCacheSqlMetadata>) : void in class org.apache.ignite.internal.processors.rest.JettyRestProcessorAbstractSelfTest | From | To |