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