f81834ac4d5e5a1593fcc18ec0f8ec544969d94c
Files Diff
- Added: 4
- Removed: 3
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type mode : short to mode : Mode in method public setMode(mode Mode) : SetAttributeOptions in class alluxio.client.file.options.SetAttributeOptions | From | To | |
Rename Variable | 1 | ||
Rename Variable permission : short to mode : Mode in method public fields() : void in class alluxio.client.file.options.SetAttributeOptionsTest | From | To | |
Change Return Type | 4 | ||
Change Return Type boolean to Boolean in method public getPinned() : Boolean in class alluxio.client.file.options.SetAttributeOptions | From | To | |
Change Return Type boolean to Boolean in method public getPersisted() : Boolean in class alluxio.client.file.options.SetAttributeOptions | From | To | |
Change Return Type short to Mode in method public getMode() : Mode in class alluxio.client.file.options.SetAttributeOptions | From | To | |
Change Return Type long to Long in method public getTtl() : Long in class alluxio.client.file.options.SetAttributeOptions | From | To | |
Rename Class | 2 | ||
Rename Class alluxio.proxy.StreamsRestServiceHandler renamed to alluxio.proxy.StreamRestServiceHandler | From | To | |
Rename Class alluxio.proxy.PathsRestServiceHandler renamed to alluxio.proxy.FileSystemRestServiceHandler | From | To | |
Move Class | 1 | ||
Move Class alluxio.proxy.StreamCache moved to alluxio.StreamCache | From | To | |
Rename Attribute | 3 | ||
Rename Attribute sOutStreamCache : Cache<Integer,FileOutStream> to mOutStreamCache : Cache<Integer,FileOutStream> in class alluxio.StreamCache | From | To | |
Rename Attribute sInStreamCache : Cache<Integer,FileInStream> to mInStreamCache : Cache<Integer,FileInStream> in class alluxio.StreamCache | From | To | |
Rename Attribute sCounter : AtomicInteger to mCounter : AtomicInteger in class alluxio.StreamCache | From | To | |
Change Variable Type | 1 | ||
Change Variable Type permission : short to mode : Mode in method public fields() : void in class alluxio.client.file.options.SetAttributeOptionsTest | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type mMode : Short to mMode : Mode in class alluxio.client.file.options.SetAttributeOptions | From | To |