9c8f77a3f32f3f69ab32e6e001bdea6791325562
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public hasOptions() : boolean renamed to public hasReadOnly() : boolean in class alluxio.proto.journal.File.AddMountPointEntryOrBuilder | From | To | |
Rename Method public hasOptions() : boolean renamed to public hasReadOnly() : boolean in class alluxio.proto.journal.File.AddMountPointEntry.Builder | From | To | |
Rename Method public hasOptions() : boolean renamed to public hasReadOnly() : boolean in class alluxio.proto.journal.File.AddMountPointEntry | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type options : MountOptionsEntry to options : File.AddMountPointEntry in method public MountOptions(options File.AddMountPointEntry) in class alluxio.master.file.options.MountOptions | From | To | |
Move Method | 4 | ||
Move Method public getReadOnly() : boolean from class alluxio.proto.journal.File.MountOptionsEntry.Builder to public getReadOnly() : boolean from class alluxio.proto.journal.File.AddMountPointEntry | From | To | |
Move Method public clearReadOnly() : Builder from class alluxio.proto.journal.File.MountOptionsEntry.Builder to public clearReadOnly() : Builder from class alluxio.proto.journal.File.AddMountPointEntry.Builder | From | To | |
Move Method public setReadOnly(value boolean) : Builder from class alluxio.proto.journal.File.MountOptionsEntry.Builder to public setReadOnly(value boolean) : Builder from class alluxio.proto.journal.File.AddMountPointEntry.Builder | From | To | |
Move Method public getReadOnly() : boolean from class alluxio.proto.journal.File.MountOptionsEntry to public getReadOnly() : boolean from class alluxio.proto.journal.File.AddMountPointEntry | From | To | |
Move Attribute | 4 | ||
Move Attribute private readOnly_ : boolean from class alluxio.proto.journal.File.MountOptionsEntry.Builder to private readOnly_ : boolean from class alluxio.proto.journal.File.AddMountPointEntry | From | To | |
Move Attribute private readOnly_ : boolean from class alluxio.proto.journal.File.MountOptionsEntry to private readOnly_ : boolean from class alluxio.proto.journal.File.AddMountPointEntry.Builder | From | To | |
Move Attribute private readOnly_ : boolean from class alluxio.proto.journal.File.MountOptionsEntry to private readOnly_ : boolean from class alluxio.proto.journal.File.AddMountPointEntry | From | To | |
Move Attribute public READONLY_FIELD_NUMBER : int from class alluxio.proto.journal.File.MountOptionsEntry to public READONLY_FIELD_NUMBER : int from class alluxio.proto.journal.File.AddMountPointEntry | From | To | |
Rename Attribute | 2 | ||
Rename Attribute options_ : File.MountOptionsEntry to readOnly_ : boolean in class alluxio.proto.journal.File.AddMountPointEntry.Builder | From | To | |
Rename Attribute options_ : File.MountOptionsEntry to readOnly_ : boolean in class alluxio.proto.journal.File.AddMountPointEntry | From | To | |
Change Variable Type | 1 | ||
Change Variable Type protoOptions : File.MountOptionsEntry to protoOptions : File.AddMountPointEntry in method public FromProtoTest() : void in class alluxio.master.file.options.MountOptionsTest | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type options_ : File.MountOptionsEntry to readOnly_ : boolean in class alluxio.proto.journal.File.AddMountPointEntry | From | To | |
Change Attribute Type options_ : File.MountOptionsEntry to readOnly_ : boolean in class alluxio.proto.journal.File.AddMountPointEntry.Builder | From | To |