3d3d54008400eff590077af3d325be7248a38e43
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Variable | 40 | ||
Extract Variable store : BlobStore in method public deleteConcurrentlyShouldNotFail() : void from class org.apache.james.blob.api.DeleteBlobStoreContract | From | To | |
Extract Variable store : BlobStore in method public readShouldReturnLongSavedData() : void from class org.apache.james.blob.api.BlobStoreContract | From | To | |
Extract Variable store : BlobStore in method public deleteShouldBeIdempotent() : void from class org.apache.james.blob.api.DeleteBlobStoreContract | From | To | |
Extract Variable store : BlobStore in method public readBytesShouldReturnSavedData() : void from class org.apache.james.blob.api.BlobStoreContract | From | To | |
Extract Variable store : BlobStore in method public deleteBucketShouldBeIdempotent() : void from class org.apache.james.blob.api.BucketBlobStoreContract | From | To | |
Extract Variable store : BlobStore in method public saveBytesShouldPublishSaveBytesTimerMetrics() : void from class org.apache.james.blob.api.MetricableBlobStoreContract | From | To | |
Extract Variable store : BlobStore in method public deleteBucketShouldPublishDeleteBucketTimerMetrics() : void from class org.apache.james.blob.api.MetricableBlobStoreContract | From | To | |
Extract Variable store : BlobStore in method public saveShouldThrowWhenNullData() : void from class org.apache.james.blob.api.BlobStoreContract | From | To | |
Extract Variable store : BlobStore in method public saveShouldReturnBlobId() : void from class org.apache.james.blob.api.BlobStoreContract | From | To | |
Extract Variable store : BlobStore in method public shouldBeAbleToSaveDataInMultipleBuckets() : void from class org.apache.james.blob.api.BucketBlobStoreContract | From | To | |
Extract Variable store : BlobStore in method public readShouldThrowWhenNoExistingStream() : void from class org.apache.james.blob.api.BlobStoreContract | From | To | |
Extract Variable store : BlobStore in method public saveShouldThrowWhenNullInputStream() : void from class org.apache.james.blob.api.BlobStoreContract | From | To | |
Extract Variable store : BlobStore in method public saveShouldSaveEmptyInputStream() : void from class org.apache.james.blob.api.BlobStoreContract | From | To | |
Extract Variable store : BlobStore in method public saveStringShouldPublishSaveBytesTimerMetrics() : void from class org.apache.james.blob.api.MetricableBlobStoreContract | From | To | |
Extract Variable store : BlobStore in method public saveInputStreamShouldPublishSaveInputStreamTimerMetrics() : void from class org.apache.james.blob.api.MetricableBlobStoreContract | From | To | |
Extract Variable store : BlobStore in method public saveShouldThrowWhenNullString() : void from class org.apache.james.blob.api.BlobStoreContract | From | To | |
Extract Variable store : BlobStore in method public deleteShouldNotDeleteFromOtherBucket() : void from class org.apache.james.blob.api.DeleteBlobStoreContract | From | To | |
Extract Variable store : BlobStore in method public readBytesShouldPublishReadBytesTimerMetrics() : void from class org.apache.james.blob.api.MetricableBlobStoreContract | From | To | |
Extract Variable store : BlobStore in method public readShouldThrowWhenNullBucketName() : void from class org.apache.james.blob.api.BucketBlobStoreContract | From | To | |
Extract Variable store : BlobStore in method public readShouldPublishReadTimerMetrics() : void from class org.apache.james.blob.api.MetricableBlobStoreContract | From | To | |
Extract Variable store : BlobStore in method public saveShouldReturnBlobIdOfString() : void from class org.apache.james.blob.api.BlobStoreContract | From | To | |
Extract Variable store : BlobStore in method public readBytesShouldReturnLongSavedData() : void from class org.apache.james.blob.api.BlobStoreContract | From | To | |
Extract Variable store : BlobStore in method public deleteShouldNotThrowWhenBlobDoesNotExist() : void from class org.apache.james.blob.api.DeleteBlobStoreContract | From | To | |
Extract Variable store : BlobStore in method public readBytesStreamShouldThrowWhenBucketDoesNotExist() : void from class org.apache.james.blob.api.BucketBlobStoreContract | From | To | |
Extract Variable store : BlobStore in method public readStringShouldThrowWhenBucketDoesNotExist() : void from class org.apache.james.blob.api.BucketBlobStoreContract | From | To | |
Extract Variable store : BlobStore in method public deleteShouldNotDeleteFromOtherBucketWhenSameBlobId() : void from class org.apache.james.blob.api.DeleteBlobStoreContract | From | To | |
Extract Variable store : BlobStore in method public deleteBucketConcurrentlyShouldNotFail() : void from class org.apache.james.blob.api.BucketBlobStoreContract | From | To | |
Extract Variable store : BlobStore in method public deleteShouldPublishDeleteTimerMetrics() : void from class org.apache.james.blob.api.MetricableBlobStoreContract | From | To | |
Extract Variable store : BlobStore in method public deleteShouldDeleteExistingBlobData() : void from class org.apache.james.blob.api.DeleteBlobStoreContract | From | To | |
Extract Variable store : BlobStore in method public deleteBucketShouldDeleteExistingBucketWithItsData() : void from class org.apache.james.blob.api.BucketBlobStoreContract | From | To | |
Extract Variable store : BlobStore in method public saveShouldSaveEmptyData() : void from class org.apache.james.blob.api.BlobStoreContract | From | To | |
Extract Variable store : BlobStore in method public readBytesShouldThrowWhenNoExisting() : void from class org.apache.james.blob.api.BlobStoreContract | From | To | |
Extract Variable store : BlobStore in method public readShouldReturnSavedData() : void from class org.apache.james.blob.api.BlobStoreContract | From | To | |
Extract Variable store : BlobStore in method public readBytesStreamShouldThrowWhenNullBucketName() : void from class org.apache.james.blob.api.BucketBlobStoreContract | From | To | |
Extract Variable store : BlobStore in method public deleteShouldNotDeleteOtherBlobs() : void from class org.apache.james.blob.api.DeleteBlobStoreContract | From | To | |
Extract Variable store : BlobStore in method public readShouldReturnBigSavedData() : void from class org.apache.james.blob.api.BlobStoreContract | From | To | |
Extract Variable store : BlobStore in method public saveShouldSaveEmptyString() : void from class org.apache.james.blob.api.BlobStoreContract | From | To | |
Extract Variable store : BlobStore in method public readShouldNotReadPartiallyWhenDeletingConcurrentlyBigBlob() : void from class org.apache.james.blob.api.DeleteBlobStoreContract | From | To | |
Extract Variable store : BlobStore in method public readBytesShouldReturnBigSavedData() : void from class org.apache.james.blob.api.BlobStoreContract | From | To | |
Extract Variable store : BlobStore in method public saveShouldReturnBlobIdOfInputStream() : void from class org.apache.james.blob.api.BlobStoreContract | From | To |