b7bc21bb90e68cfd781af4d75fd7130539a82d9a
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type loadedJars : Set<String> to factories : List<UnderFileSystemFactory> in method private scan(files List<File>, factories List<UnderFileSystemFactory>) : void in class alluxio.underfs.UnderFileSystemFactoryRegistry | From | To | |
Extract Method | 2 | ||
Extract Method private register(factory UnderFileSystemFactory, factories List<UnderFileSystemFactory>) : void extracted from public register(factory UnderFileSystemFactory) : void in class alluxio.underfs.UnderFileSystemFactoryRegistry | From | To | |
Extract Method private unregister(factory UnderFileSystemFactory, factories List<UnderFileSystemFactory>) : void extracted from public unregister(factory UnderFileSystemFactory) : void in class alluxio.underfs.UnderFileSystemFactoryRegistry | From | To | |
Rename Parameter | 1 | ||
Rename Parameter loadedJars : Set<String> to factories : List<UnderFileSystemFactory> in method private scan(files List<File>, factories List<UnderFileSystemFactory>) : void in class alluxio.underfs.UnderFileSystemFactoryRegistry | From | To |