04ed0643469314d7da199cea3827022f8f85b4f2
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 20
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public test() : void renamed to public testBasics() : void in class org.redisson.RedissonAttachedLiveObjectServiceTest | From | To | |
Rename Method public setCodec(codec Codec) : void renamed to public setCodecType(codec Class<? extends Codec>) : void in class org.redisson.RedissonReference | From | To | |
Change Parameter Type | 5 | ||
Change Parameter Type codec : Codec to codec : Class<? extends Codec> in method public setCodecType(codec Class<? extends Codec>) : void in class org.redisson.RedissonReference | From | To | |
Change Parameter Type commandExecutor : CommandAsyncExecutor to codecProvider : CodecProvider in method public AccessorInterceptor(redisson RedissonClient, codecProvider CodecProvider, entityClass Class, idFieldName String) in class org.redisson.liveobject.core.AccessorInterceptor | From | To | |
Change Parameter Type keyName : Object to keyName : String in method public setKeyName(keyName String) : void in class org.redisson.RedissonReference | From | To | |
Change Parameter Type keyName : Object to keyName : String in method public RedissonReference(type Class<? extends RObject>, keyName String) in class org.redisson.RedissonReference | From | To | |
Change Parameter Type keyName : Object to keyName : String in method public RedissonReference(type Class<? extends RObject>, keyName String, codec Codec) in class org.redisson.RedissonReference | From | To | |
Change Return Type | 3 | ||
Change Return Type Object to String in method public getKeyName() : String in class org.redisson.RedissonReference | From | To | |
Change Return Type RedissonAttachedLiveObjectService to RAttachedLiveObjectService in method public getAttachedLiveObjectService() : RAttachedLiveObjectService in class org.redisson.RedissonClient | From | To | |
Change Return Type RedissonAttachedLiveObjectService to RAttachedLiveObjectService in method public getAttachedLiveObjectService() : RAttachedLiveObjectService in class org.redisson.Redisson | From | To | |
Rename Attribute | 2 | ||
Rename Attribute commandExecutor : CommandAsyncExecutor to codecClass : Class<? extends Codec> in class org.redisson.liveobject.core.AccessorInterceptor | From | To | |
Rename Attribute commandExecutor : CommandAsyncExecutor to codecProvider : CodecProvider in class org.redisson.RedissonAttachedLiveObjectService | From | To | |
Change Variable Type | 4 | ||
Change Variable Type s : RedissonAttachedLiveObjectService to s : RAttachedLiveObjectService in method public testLiveObjectWithRObject() : void in class org.redisson.RedissonAttachedLiveObjectServiceTest | From | To | |
Change Variable Type s : RedissonAttachedLiveObjectService to s : RAttachedLiveObjectService in method public testBasics() : void in class org.redisson.RedissonAttachedLiveObjectServiceTest | From | To | |
Change Variable Type s : RedissonAttachedLiveObjectService to s : RAttachedLiveObjectService in method public testLiveObjectWithNestedLiveObjectAsId() : void in class org.redisson.RedissonAttachedLiveObjectServiceTest | From | To | |
Change Variable Type s : RedissonAttachedLiveObjectService to s : RAttachedLiveObjectService in method public testLiveObjectWithNestedLiveObjectAsValue() : void in class org.redisson.RedissonAttachedLiveObjectServiceTest | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type commandExecutor : CommandAsyncExecutor to codecClass : Class<? extends Codec> in class org.redisson.liveobject.core.AccessorInterceptor | From | To | |
Change Attribute Type keyName : Object to keyName : String in class org.redisson.RedissonReference | From | To | |
Change Attribute Type commandExecutor : CommandAsyncExecutor to codecProvider : CodecProvider in class org.redisson.RedissonAttachedLiveObjectService | From | To | |
Rename Parameter | 1 | ||
Rename Parameter commandExecutor : CommandAsyncExecutor to codecProvider : CodecProvider in method public AccessorInterceptor(redisson RedissonClient, codecProvider CodecProvider, entityClass Class, idFieldName String) in class org.redisson.liveobject.core.AccessorInterceptor | From | To |