|
Change Variable Type cache : GridCache<String,Person> to cache : IgniteCache<String,Person> in method protected beforeTestsStarted() : void in class org.apache.ignite.jdbc.JdbcStatementSelfTest |
From |
To |
|
Change Variable Type personCache : GridCache<CacheAffinityKey<String>,Person> to personCache : IgniteCache<CacheAffinityKey<String>,Person> in method protected beforeTestsStarted() : void in class org.apache.ignite.jdbc.JdbcMetadataSelfTest |
From |
To |
|
Change Variable Type personCache : GridCache<CacheAffinityKey<String>,Person> to personCache : IgniteCache<CacheAffinityKey<String>,Person> in method protected beforeTestsStarted() : void in class org.apache.ignite.jdbc.JdbcComplexQuerySelfTest |
From |
To |
|
Change Variable Type orgCache : GridCache<String,Organization> to orgCache : IgniteCache<String,Organization> in method protected beforeTestsStarted() : void in class org.apache.ignite.jdbc.JdbcMetadataSelfTest |
From |
To |
|
Change Variable Type cache : GridCache<Integer,TestObject> to cache : IgniteCache<Integer,TestObject> in method protected beforeTestsStarted() : void in class org.apache.ignite.jdbc.JdbcPreparedStatementSelfTest |
From |
To |
|
Change Variable Type cache : GridCache<Integer,TestObject> to cache : IgniteCache<Integer,TestObject> in method protected beforeTestsStarted() : void in class org.apache.ignite.jdbc.JdbcResultSetSelfTest |
From |
To |
|
Change Variable Type cache : GridCache<String,String> to cache : IgniteCache<String,String> in method public testInvalidateFlag() : void in class org.apache.ignite.client.integration.ClientAbstractMultiNodeSelfTest |
From |
To |
|
Change Variable Type orgCache : GridCache<String,Organization> to orgCache : IgniteCache<String,Organization> in method protected beforeTestsStarted() : void in class org.apache.ignite.jdbc.JdbcComplexQuerySelfTest |
From |
To |
|
Change Variable Type cache1 : GridCache<Object,Object> to cache1 : IgniteCache<Object,Object> in method protected beforeTestsStarted() : void in class org.apache.ignite.jdbc.JdbcLocalCachesSelfTest |
From |
To |
|
Change Variable Type dfltCache : GridCache<String,String> to dfltCache : IgniteCache<String,String> in method public testPut() : void in class org.apache.ignite.client.integration.ClientAbstractSelfTest |
From |
To |
|
Change Variable Type cache : GridCache<String,String> to cache : IgniteCache<String,String> in method public testCompareAndSet() : void in class org.apache.ignite.client.integration.ClientAbstractSelfTest |
From |
To |
|
Change Variable Type cache : GridCache<String,Object> to cache : IgniteCache<String,Object> in method private populateCache() : void in class org.apache.ignite.internal.processors.rest.RestProcessorTest |
From |
To |
|
Change Variable Type namedCache : GridCache<Object,Object> to namedCache : IgniteCache<Object,Object> in method public testPut() : void in class org.apache.ignite.client.integration.ClientAbstractSelfTest |
From |
To |
|
Change Variable Type cache2 : GridCache<Object,Object> to cache2 : IgniteCache<Object,Object> in method protected beforeTestsStarted() : void in class org.apache.ignite.jdbc.JdbcLocalCachesSelfTest |
From |
To |