c687a6617d73293019d8d91ac48bbfd2ccca3b40
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type cache : Cache<Path,PathMetadata> to cache : Cache<Path,LocalMetadataEntry> in method private assertClearResult(cache Cache<Path,LocalMetadataEntry>, prefixStr String, pathStr String, leftoverSize int) : void in class org.apache.hadoop.fs.s3a.s3guard.TestLocalMetadataStore | From | To | |
Change Parameter Type cache : Cache<Path,PathMetadata> to cache : Cache<Path,LocalMetadataEntry> in method private populateMap(cache Cache<Path,LocalMetadataEntry>, prefix String) : void in class org.apache.hadoop.fs.s3a.s3guard.TestLocalMetadataStore | From | To | |
Rename Variable | 1 | ||
Rename Variable dirMeta : DirListingMetadata to dlm : DirListingMetadata in method private isEmptyDirectory(p Path) : Tristate in class org.apache.hadoop.fs.s3a.s3guard.LocalMetadataStore | From | To | |
Change Variable Type | 3 | ||
Change Variable Type pm1 : PathMetadata to pm1 : LocalMetadataEntry in method public testCacheTimedEvictionAfterWrite() : void in class org.apache.hadoop.fs.s3a.s3guard.TestLocalMetadataStore | From | To | |
Change Variable Type cache : Cache<Path,PathMetadata> to cache : Cache<Path,LocalMetadataEntry> in method public testClearByAncestor() : void in class org.apache.hadoop.fs.s3a.s3guard.TestLocalMetadataStore | From | To | |
Change Variable Type cache : Cache<Path,PathMetadata> to cache : Cache<Path,LocalMetadataEntry> in method public testCacheTimedEvictionAfterWrite() : void in class org.apache.hadoop.fs.s3a.s3guard.TestLocalMetadataStore | From | To |