37a3a860b32048958a4695444bf7a53f123be58f
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 2 | ||
Rename Variable inputFiles : List<AlluxioURI> to files : ArrayList<AlluxioURI> in method public docExampleTest() : void in class alluxio.master.lineage.LineageMasterIntegrationTest | From | To | |
Rename Variable outputFiles : List<AlluxioURI> to files2 : ArrayList<AlluxioURI> in method public docExampleTest() : void in class alluxio.master.lineage.LineageMasterIntegrationTest | From | To | |
Change Variable Type | 2 | ||
Change Variable Type inputFiles : List<AlluxioURI> to files : ArrayList<AlluxioURI> in method public docExampleTest() : void in class alluxio.master.lineage.LineageMasterIntegrationTest | From | To | |
Change Variable Type outputFiles : List<AlluxioURI> to files2 : ArrayList<AlluxioURI> in method public docExampleTest() : void in class alluxio.master.lineage.LineageMasterIntegrationTest | From | To | |
Extract Variable | 2 | ||
Extract Variable testBlockIdSet : HashSet<Long> in method public isBlockPinnedOrLockedTest() : void from class alluxio.worker.block.BlockMetadataManagerViewTest | From | To | |
Extract Variable pinnedInodes : HashSet<Long> in method public isBlockPinnedOrLockedTest() : void from class alluxio.worker.block.BlockMetadataManagerViewTest | From | To |