ca1a320dca86c43e6db370a6821c029c7b6077c5
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Return Type | 4 | ||
| Change Return Type int to long in method public size() : long in class org.redisson.RedissonBucket | From | To | |
| Change Return Type int to long in method public size() : long in class org.redisson.api.RBucket | From | To | |
| Change Return Type RFuture<Integer> to RFuture<Long> in method public sizeAsync() : RFuture<Long> in class org.redisson.api.RBucketAsync | From | To | |
| Change Return Type RFuture<Integer> to RFuture<Long> in method public sizeAsync() : RFuture<Long> in class org.redisson.RedissonBucket | From | To | |
| Parameterize Variable | 1 | ||
| Parameterize Variable dest : byte[] to bytes : byte[] in method private writeBytes(bytes byte[]) : void in class org.redisson.RedissonBinaryStream.RedissonOutputStream | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type STRLEN : RedisStrictCommand<Integer> to STRLEN : RedisStrictCommand<Long> in class org.redisson.client.protocol.RedisCommands | From | To | |
| Extract Method | 2 | ||
| Extract Method private writeBytes(bytes byte[]) : void extracted from public write(b int) : void in class org.redisson.RedissonBinaryStream.RedissonOutputStream | From | To | |
| Extract Method private writeBytes(bytes byte[]) : void extracted from public write(b byte[], off int, len int) : void in class org.redisson.RedissonBinaryStream.RedissonOutputStream | From | To |