5a97f949a1e081607dfecc580057471e314427c2
Files Diff
- Added: 0
 - Removed: 0
 - Renamed: 0
 - Modified: 1
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private findAllExtensions(path String) : List<UnderFileSystemFactory> renamed to private findExtensions() : List<UnderFileSystemFactory> in class alluxio.underfs.UnderFileSystemFactoryRegistry | From | To | |
| Rename Variable | 2 | ||
| Rename Variable extensionFactories : ServiceLoader<UnderFileSystemFactory> to extensionServiceLoader : ServiceLoader<UnderFileSystemFactory> in method private findExtensions() : List<UnderFileSystemFactory> in class alluxio.underfs.UnderFileSystemFactoryRegistry | From | To | |
| Rename Variable eligibleFactories : List<UnderFileSystemFactory> to extensionFactories : List<UnderFileSystemFactory> in method private findExtensions() : List<UnderFileSystemFactory> in class alluxio.underfs.UnderFileSystemFactoryRegistry | From | To | |
| Extract Variable | 2 | ||
| Extract Variable selectedFactoryFormat : String in method public find(path String) : UnderFileSystemFactory from class alluxio.underfs.UnderFileSystemFactoryRegistry | From | To | |
| Extract Variable foundFactoryFormat : String in method public findAll(path String) : List<UnderFileSystemFactory> from class alluxio.underfs.UnderFileSystemFactoryRegistry | From | To |