12637b09a305d3a01c3cf4a2107ec9a95ff883b8
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Parameterize Variable | 2 | ||
| Parameterize Variable testFile : String to filename : String in method private createFileInFuse(filename String) : void in class alluxio.client.fuse.FuseFileSystemIntegrationTest | From | To | |
| Extract Method | 2 | ||
| Extract Method private createFileInFuse(filename String) : void extracted from public ddDuAndRm() : void in class alluxio.client.fuse.FuseFileSystemIntegrationTest | From | To | |
| Extract Method private createFileInFuse(filename String) : void extracted from public ls() : void in class alluxio.client.fuse.FuseFileSystemIntegrationTest | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type mOpenFiles : Map<Long,OpenFileEntry> to mOpenFiles : IndexedSet<OpenFileEntry> in class alluxio.fuse.AlluxioFuseFileSystem | From | To |