2c05c92006110cc99f99869893705303fcf17447
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 20
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 8 | ||
Change Parameter Type attrs : Map<String,byte[]> to attrs : Map<String,Object> in method public AttributesPutAllMessage(sessionId String, attrs Map<String,Object>) in class org.redisson.tomcat.AttributesPutAllMessage | From | To | |
Change Parameter Type value : byte[] to value : Object in method public AttributeUpdateMessage(sessionId String, name String, value Object) in class org.redisson.tomcat.AttributeUpdateMessage | From | To | |
Change Return Type | 2 | ||
Change Return Type byte[] to Object in method public getValue() : Object in class org.redisson.tomcat.AttributeUpdateMessage | From | To | |
Change Return Type Map<String,byte[]> to Map<String,Object> in method public getAttrs() : Map<String,Object> in class org.redisson.tomcat.AttributesPutAllMessage | From | To | |
Change Variable Type | 8 | ||
Change Variable Type entry : Entry<String,byte[]> to entry : Entry<String,Object> in method public onMessage(channel String, msg AttributeMessage) : void in class org.redisson.tomcat.RedissonSessionManager.start.addListener | From | To | |
Change Variable Type entry : Entry<String,byte[]> to entry : Entry<String,Object> in method public onMessage(channel String, msg AttributeMessage) : void in class org.redisson.tomcat.RedissonSessionManager.startInternal.addListener | From | To | |
Change Variable Type map : Map<String,byte[]> to map : Map<String,Object> in method protected createPutAllMessage(newMap Map<String,Object>) : AttributesPutAllMessage in class org.redisson.tomcat.RedissonSession | From | To | |
Change Attribute Type | 8 | ||
Change Attribute Type attrs : Map<String,byte[]> to attrs : Map<String,Object> in class org.redisson.tomcat.AttributesPutAllMessage | From | To | |
Change Attribute Type value : byte[] to value : Object in class org.redisson.tomcat.AttributeUpdateMessage | From | To |