8fd20db173c74fe2338a18b226d567571c43be8a
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private verifyUserQuery(cache RemoteCache<Object,Object>, count int) : void renamed to private verifyQuery(cache RemoteCache<String,Transaction>, count int) : void in class org.infinispan.client.hotrod.admin.RemoteCacheAdminTest | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type cache : RemoteCache<Object,Object> to cache : RemoteCache<String,Transaction> in method private verifyQuery(cache RemoteCache<String,Transaction>, count int) : void in class org.infinispan.client.hotrod.admin.RemoteCacheAdminTest | From | To | |
Rename Variable | 1 | ||
Rename Variable user1 : User to tx : Transaction in method public cacheReindexTest(m Method) : void in class org.infinispan.client.hotrod.admin.RemoteCacheAdminTest | From | To | |
Change Variable Type | 2 | ||
Change Variable Type cache : RemoteCache<Object,Object> to cache : RemoteCache<String,Transaction> in method public cacheReindexTest(m Method) : void in class org.infinispan.client.hotrod.admin.RemoteCacheAdminTest | From | To | |
Change Variable Type user1 : User to tx : Transaction in method public cacheReindexTest(m Method) : void in class org.infinispan.client.hotrod.admin.RemoteCacheAdminTest | From | To |