bdee4b1db004c9b18f2bf58c3108a7683f09a00b
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public getSoTimeout() : int renamed to public getTimeout() : int in class com.ea.orbit.actors.providers.redis.RedisStorageProvider | From | To | |
Rename Method public setSoTimeout(soTimeout int) : void renamed to public setTimeout(timeout int) : void in class com.ea.orbit.actors.providers.redis.RedisStorageProvider | From | To | |
Rename Attribute | 2 | ||
Rename Attribute soTimeout : int to timeout : int in class com.ea.orbit.actors.providers.redis.RedisStorageProvider | From | To | |
Rename Attribute redis : Jedis to pool : JedisPool in class com.ea.orbit.actors.providers.redis.RedisStorageProvider | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type redis : Jedis to pool : JedisPool in class com.ea.orbit.actors.providers.redis.RedisStorageProvider | From | To | |
Rename Parameter | 1 | ||
Rename Parameter soTimeout : int to timeout : int in method public setTimeout(timeout int) : void in class com.ea.orbit.actors.providers.redis.RedisStorageProvider | From | To |