31b132e936c5413c8677be2da8800e16ba8c7576
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public testInterruptsOnLFSRead() : void renamed to public testInterruptsOnRead() : void in class org.apache.ignite.internal.processors.cache.persistence.db.file.IgnitePdsThreadInterruptionTest | From | To | |
Rename Method protected afterTest() : void renamed to public before() : void in class org.apache.ignite.internal.processors.cache.persistence.db.file.IgnitePdsThreadInterruptionTest | From | To | |
Rename Variable | 2 | ||
Rename Variable c : Class<?> to n : Throwable in method public hasCause(t Throwable, msg String, cls Class<?>...) : boolean in class org.apache.ignite.internal.util.typedef.X | From | To | |
Rename Variable n : Throwable to c : Class<?> in method public hasCause(t Throwable, msg String, cls Class<?>...) : boolean in class org.apache.ignite.internal.util.typedef.X | From | To | |
Change Variable Type | 4 | ||
Change Variable Type cache : IgniteCache<Object,Object> to cache : IgniteCache<Integer,byte[]> in method public testInterruptsOnRead() : void in class org.apache.ignite.internal.processors.cache.persistence.db.file.IgnitePdsThreadInterruptionTest | From | To | |
Change Variable Type c : Class<?> to n : Throwable in method public hasCause(t Throwable, msg String, cls Class<?>...) : boolean in class org.apache.ignite.internal.util.typedef.X | From | To | |
Change Variable Type cache : IgniteCache<Object,Object> to cache : IgniteCache<Integer,byte[]> in method public testInterruptsOnWALWrite() : void in class org.apache.ignite.internal.processors.cache.persistence.db.file.IgnitePdsThreadInterruptionTest | From | To | |
Change Variable Type n : Throwable to c : Class<?> in method public hasCause(t Throwable, msg String, cls Class<?>...) : boolean in class org.apache.ignite.internal.util.typedef.X | From | To | |
Extract Method | 1 | ||
Extract Method public hasCause(t Throwable, msg String, cls Class<?>...) : boolean extracted from public hasCause(t Throwable, cls Class<?>...) : boolean in class org.apache.ignite.internal.util.typedef.X | From | To |