155dbd7eb982c2782590a440bdfae986cb584152
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public getUserOnlineKey(extranetAddress String) : String renamed to public getOnlineUserListKey(publicIP String) : String in class com.mpush.cache.redis.RedisKey | From | To | |
| Rename Method public getUserKey(userId String) : String renamed to public getUserRouteKey(userId String) : String in class com.mpush.cache.redis.RedisKey | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute USER_ONLINE_KEY : String to ONLINE_USER_LIST_KEY_PREFIX : String in class com.mpush.cache.redis.RedisKey | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter extranetAddress : String to publicIP : String in method public getOnlineUserListKey(publicIP String) : String in class com.mpush.cache.redis.RedisKey | From | To |