b4bf630dd9786279e2fa2cab6cf8ee778f9e0482
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public lpopList(node RedisNode, key String, clazz Class<T>) : List<T> renamed to public hgetAll(node RedisNode, namespace String, clazz Class<T>) : Map<String,T> in class com.shinemo.mpush.tools.redis.RedisUtil | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type key : String to key : String... in method public hmget(node RedisNode, namespace String, clazz Class<T>, key String...) : List<T> in class com.shinemo.mpush.tools.redis.RedisUtil | From | To | |
| Rename Variable | 2 | ||
| Rename Variable result : List<String> to value : List<String> in method public lrange(node RedisNode, key String, start int, end int, clazz Class<T>) : List<T> in class com.shinemo.mpush.tools.redis.RedisUtil | From | To | |
| Rename Variable value : List<String> to result : Map<String,String> in method public hgetAll(node RedisNode, namespace String, clazz Class<T>) : Map<String,T> in class com.shinemo.mpush.tools.redis.RedisUtil | From | To | |
| Change Return Type | 1 | ||
| Change Return Type List<T> to Map<String,T> in method public hgetAll(node RedisNode, namespace String, clazz Class<T>) : Map<String,T> in class com.shinemo.mpush.tools.redis.RedisUtil | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type value : List<String> to result : Map<String,String> in method public hgetAll(node RedisNode, namespace String, clazz Class<T>) : Map<String,T> in class com.shinemo.mpush.tools.redis.RedisUtil | From | To | |
| Rename Parameter | 6 | ||
| Rename Parameter key : String to namespace : String in method public hgetAll(node RedisNode, namespace String) : Map<String,String> in class com.shinemo.mpush.tools.redis.RedisUtil | From | To | |
| Rename Parameter key : String to namespace : String in method public hgetAll(node RedisNode, namespace String, clazz Class<T>) : Map<String,T> in class com.shinemo.mpush.tools.redis.RedisUtil | From | To | |
| Rename Parameter field : String to namespace : String in method public hget(node RedisNode, namespace String, key String, clazz Class<T>) : T in class com.shinemo.mpush.tools.redis.RedisUtil | From | To | |
| Rename Parameter field : String to namespace : String in method public hset(nodeList List<RedisNode>, namespace String, key String, value String) : void in class com.shinemo.mpush.tools.redis.RedisUtil | From | To | |
| Rename Parameter field : String to namespace : String in method public hdel(nodeList List<RedisNode>, namespace String, key String) : void in class com.shinemo.mpush.tools.redis.RedisUtil | From | To | |
| Rename Parameter key : String to namespace : String in method public hmset(nodeList List<RedisNode>, namespace String, hash Map<String,String>, time Integer) : void in class com.shinemo.mpush.tools.redis.RedisUtil | From | To |