684b1a74aa6d76c083d0096d2b1a2adb01b38700
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Variable | 1 | ||
Extract Variable fieldsRes : List<List<?>> in method public testAnonymousClasses() : void from class org.apache.ignite.internal.processors.cache.IgniteCacheAbstractQuerySelfTest | From | To | |
Change Variable Type | 2 | ||
Change Variable Type qry : QueryCursor<List<?>> to qry : QueryCursor<Cache.Entry<Integer,Integer>> in method public testIllegalBounds() : void in class org.apache.ignite.internal.processors.cache.IgniteCacheAbstractQuerySelfTest | From | To | |
Change Variable Type qry : QueryCursor<Cache.Entry<String,Integer>> to qry : List<Cache.Entry<String,Integer>> in method public testExpiration() : void in class org.apache.ignite.internal.processors.cache.IgniteCacheAbstractQuerySelfTest | From | To |