3ce459994b0bcccecce4c96310ada318fdde7382
Files Diff
- Added: 5
- Removed: 3
- Renamed: 0
- Modified: 83
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public afterSuite() : void renamed to public afterTest() : void in class org.infinispan.spring.support.embedded.InfinispanDefaultCacheFactoryBeanContextTest | From | To | |
Rename Method public beforeSuit() : void renamed to public beforeTest() : void in class org.infinispan.spring.support.embedded.InfinispanDefaultCacheFactoryBeanContextTest | From | To | |
Move And Rename Method | 2 | ||
Move And Rename Method public onStart(arg0 ITestContext) : void from class org.infinispan.test.fwk.UnitTestTestNGListener to protected testClassStarted(context ITestContext) : void from class org.infinispan.test.AbstractInfinispanTest | From | To | |
Move And Rename Method protected testClassStarted() : void from class org.infinispan.test.AbstractInfinispanTest to public beforeTest() : void from class org.infinispan.spring.provider.sample.AbstractTestTemplate | From | To | |
Change Variable Type | 1 | ||
Change Variable Type cache : Cache<CacheKey,String> to cache : Cache<GeneratedCacheKey,String> in method public testCachePut() : void in class org.infinispan.integrationtests.cdijcache.interceptor.CachePutInterceptorTest | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type customCache : Cache<CacheKey,String> to customCache : Cache<GeneratedCacheKey,String> in class org.infinispan.integrationtests.cdijcache.interceptor.CachePutInterceptorTest | From | To | |
Rename Parameter | 1 | ||
Rename Parameter arg0 : ITestContext to context : ITestContext in method protected testClassStarted(context ITestContext) : void in class org.infinispan.test.AbstractInfinispanTest | From | To |