20ec6c948964efda204417a47d8fce6f128c222b
Files Diff
- Added: 0
 - Removed: 0
 - Renamed: 0
 - Modified: 4
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public testNodeStartByOldVersionPersistenceData() : void renamed to private doTestStartupWithOldVersion(ver String) : void in class org.apache.ignite.compatibility.persistence.DummyPersistenceCompatibilityTest | From | To | |
| Rename Variable | 1 | ||
| Rename Variable grid : IgniteEx to oldVer : IgniteEx in method private runFoldersReuse(ver String) : void in class org.apache.ignite.compatibility.persistence.FoldersReuseCompatibilityTest | From | To | |
| Extract Variable | 1 | ||
| Extract Variable cache : IgniteCache<Object,Object> in method public apply(ignite Ignite) : void from class org.apache.ignite.compatibility.persistence.FoldersReuseCompatibilityTest.PostStartupClosure | From | To | |
| Change Variable Type | 3 | ||
| Change Variable Type cacheCfg : CacheConfiguration<Integer,String> to cacheCfg : CacheConfiguration<Object,Object> in method public apply(ignite Ignite) : void in class org.apache.ignite.compatibility.persistence.DummyPersistenceCompatibilityTest.PostStartupClosure | From | To | |
| Change Variable Type cache : IgniteCache<Integer,String> to cache : IgniteCache<Object,Object> in method public apply(ignite Ignite) : void in class org.apache.ignite.compatibility.persistence.DummyPersistenceCompatibilityTest.PostStartupClosure | From | To | |
| Change Variable Type cache : IgniteCache<Integer,String> to cache : IgniteCache<Object,Object> in method private doTestStartupWithOldVersion(ver String) : void in class org.apache.ignite.compatibility.persistence.DummyPersistenceCompatibilityTest | From | To |