dc4dbd685f4c9226aab04ceec2dbf9c5cf18eee4
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 2 | ||
Rename Variable emp : Optional<EncryptionMaterialsProvider> to encryptionMaterialsProvider : Optional<EncryptionMaterialsProvider> in method private createAmazonS3Client(uri URI, hadoopConfig Configuration, clientConfig ClientConfiguration) : AmazonS3 in class com.facebook.presto.hive.s3.PrestoS3FileSystem | From | To | |
Rename Variable client : AmazonS3Client to clientBuilder : AmazonS3Builder<? extends AmazonS3Builder,? extends AmazonS3> in method private createAmazonS3Client(uri URI, hadoopConfig Configuration, clientConfig ClientConfiguration) : AmazonS3 in class com.facebook.presto.hive.s3.PrestoS3FileSystem | From | To | |
Change Return Type | 1 | ||
Change Return Type AmazonS3Client to AmazonS3 in method private createAmazonS3Client(uri URI, hadoopConfig Configuration, clientConfig ClientConfiguration) : AmazonS3 in class com.facebook.presto.hive.s3.PrestoS3FileSystem | From | To | |
Replace Variable With Attribute | 2 | ||
Replace Variable With Attribute minFileSize : long to multiPartUploadMinFileSize : long in method public initialize(uri URI, conf Configuration) : void in class com.facebook.presto.hive.s3.PrestoS3FileSystem | From | To | |
Replace Variable With Attribute minPartSize : long to multiPartUploadMinPartSize : long in method public initialize(uri URI, conf Configuration) : void in class com.facebook.presto.hive.s3.PrestoS3FileSystem | From | To | |
Change Variable Type | 1 | ||
Change Variable Type client : AmazonS3Client to clientBuilder : AmazonS3Builder<? extends AmazonS3Builder,? extends AmazonS3> in method private createAmazonS3Client(uri URI, hadoopConfig Configuration, clientConfig ClientConfiguration) : AmazonS3 in class com.facebook.presto.hive.s3.PrestoS3FileSystem | From | To |