c14c1b298e29e799f7c8f15ff24d7eba6e0cd39b
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type rootDirs : String[] to rootDirs : Path[] in method private PathIterator(fs FileSystem, pathStr String, rootDirs Path[]) in class org.apache.hadoop.fs.LocalDirAllocator.AllocatorPerContext.PathIterator | From | To | |
Change Return Type | 1 | ||
Change Return Type void to Context in method private confChanged(conf Configuration) : Context in class org.apache.hadoop.fs.LocalDirAllocator.AllocatorPerContext | From | To | |
Move Attribute | 3 | ||
Move Attribute private dirDF : DF[] from class org.apache.hadoop.fs.LocalDirAllocator.AllocatorPerContext to private dirDF : DF[] from class org.apache.hadoop.fs.LocalDirAllocator.AllocatorPerContext.Context | From | To | |
Move Attribute private localFS : FileSystem from class org.apache.hadoop.fs.LocalDirAllocator.AllocatorPerContext to private localFS : FileSystem from class org.apache.hadoop.fs.LocalDirAllocator.AllocatorPerContext.Context | From | To | |
Move Attribute private savedLocalDirs : String from class org.apache.hadoop.fs.LocalDirAllocator.AllocatorPerContext to private savedLocalDirs : String from class org.apache.hadoop.fs.LocalDirAllocator.AllocatorPerContext.Context | From | To | |
Extract Class | 1 | ||
Extract Class org.apache.hadoop.fs.LocalDirAllocator.AllocatorPerContext.Context from class org.apache.hadoop.fs.LocalDirAllocator.AllocatorPerContext | From | To | |
Change Variable Type | 1 | ||
Change Variable Type dirs : ArrayList<String> to dirs : ArrayList<Path> in method private confChanged(conf Configuration) : Context in class org.apache.hadoop.fs.LocalDirAllocator.AllocatorPerContext | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type rootDirs : String[] to rootDirs : Path[] in class org.apache.hadoop.fs.LocalDirAllocator.AllocatorPerContext.PathIterator | From | To |