86979704d7467a9910dd571655e54bd29aaef128
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public readShouldReturnSplitSavedDataByChunk() : void renamed to public readBytesShouldReturnSplitSavedDataByChunk() : void in class org.apache.james.blob.cassandra.CassandraBlobsDAOTest | From | To | |
| Rename Method public readShouldBeEmptyWhenNoExisting() : void renamed to public readBytesShouldBeEmptyWhenNoExisting() : void in class org.apache.james.blob.api.ObjectStoreContract | From | To | |
| Change Return Type | 2 | ||
| Change Return Type CompletableFuture<byte[]> to InputStream in method public read(blobId BlobId) : InputStream in class org.apache.james.blob.api.ObjectStore | From | To | |
| Change Return Type CompletableFuture<byte[]> to InputStream in method public read(blobId BlobId) : InputStream in class org.apache.james.blob.cassandra.CassandraBlobsDAO | From | To | |
| Extract Variable | 3 | ||
| Extract Variable bytes : byte[] in method public readShouldReturnLongSavedData() : void from class org.apache.james.blob.api.ObjectStoreContract | From | To | |
| Extract Variable bytes : byte[] in method public readShouldReturnSavedData() : void from class org.apache.james.blob.api.ObjectStoreContract | From | To | |
| Extract Variable bytes : byte[] in method public readShouldReturnBigSavedData() : void from class org.apache.james.blob.api.ObjectStoreContract | From | To | |
| Extract Method | 1 | ||
| Extract Method public readBytes(blobId BlobId) : CompletableFuture<byte[]> extracted from public read(blobId BlobId) : CompletableFuture<byte[]> in class org.apache.james.blob.cassandra.CassandraBlobsDAO | From | To |