c74fe3943c43ded9685128fd53cf86b0e4454df2
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 10 | ||
Rename Method public hasPersisted() : boolean renamed to public hasPersistenceState() : boolean in class tachyon.proto.journal.File.InodeFileEntry.Builder | From | To | |
Rename Method public hasPersisted() : boolean renamed to public hasPersistenceState() : boolean in class tachyon.proto.journal.File.InodeDirectoryEntryOrBuilder | From | To | |
Rename Method public hasPersisted() : boolean renamed to public hasPersistenceState() : boolean in class tachyon.proto.journal.File.InodeDirectoryEntry | From | To | |
Rename Method public clearPersisted() : Builder renamed to public clearPersistenceState() : Builder in class tachyon.proto.journal.File.InodeFileEntry.Builder | From | To | |
Rename Method public hasPersisted() : boolean renamed to public hasPersistenceState() : boolean in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder | From | To | |
Rename Method public clearPersisted() : Builder renamed to public clearPersistenceState() : Builder in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder | From | To | |
Rename Method public hasPersisted() : boolean renamed to public hasPersistenceState() : boolean in class tachyon.proto.journal.File.InodeFileEntryOrBuilder | From | To | |
Rename Method public setPersisted(value boolean) : Builder renamed to public setPersistenceState(value String) : Builder in class tachyon.proto.journal.File.InodeFileEntry.Builder | From | To | |
Rename Method public setPersisted(value boolean) : Builder renamed to public setPersistenceState(value String) : Builder in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder | From | To | |
Rename Method public hasPersisted() : boolean renamed to public hasPersistenceState() : boolean in class tachyon.proto.journal.File.InodeFileEntry | From | To | |
Move And Inline Method | 2 | ||
Move And Inline Method public setPersisted(persisted boolean) : void moved from class tachyon.master.file.meta.Inode to class tachyon.proto.journal.File.InodeFileEntry.Builder & inlined to public mergeFrom(other File.InodeFileEntry) : Builder | From | To | |
Move And Inline Method public setPersisted(persisted boolean) : void moved from class tachyon.master.file.meta.Inode to class tachyon.proto.journal.File.InodeDirectoryEntry.Builder & inlined to public mergeFrom(other File.InodeDirectoryEntry) : Builder | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type value : boolean to value : String in method public setPersistenceState(value String) : Builder in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder | From | To | |
Change Parameter Type value : boolean to value : String in method public setPersistenceState(value String) : Builder in class tachyon.proto.journal.File.InodeFileEntry.Builder | From | To | |
Rename Attribute | 5 | ||
Rename Attribute persisted_ : boolean to persistenceState_ : Object in class tachyon.proto.journal.File.InodeFileEntry | From | To | |
Rename Attribute persisted_ : boolean to persistenceState_ : Object in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder | From | To | |
Rename Attribute persisted_ : boolean to persistenceState_ : Object in class tachyon.proto.journal.File.InodeFileEntry.Builder | From | To | |
Rename Attribute mPersisted : boolean to mPersistenceState : FilePersistenceState in class tachyon.master.file.meta.Inode | From | To | |
Rename Attribute persisted_ : boolean to persistenceState_ : Object in class tachyon.proto.journal.File.InodeDirectoryEntry | From | To | |
Change Attribute Type | 5 | ||
Change Attribute Type persisted_ : boolean to persistenceState_ : Object in class tachyon.proto.journal.File.InodeFileEntry | From | To | |
Change Attribute Type persisted_ : boolean to persistenceState_ : Object in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder | From | To | |
Change Attribute Type persisted_ : boolean to persistenceState_ : Object in class tachyon.proto.journal.File.InodeDirectoryEntry | From | To | |
Change Attribute Type persisted_ : boolean to persistenceState_ : Object in class tachyon.proto.journal.File.InodeFileEntry.Builder | From | To | |
Change Attribute Type mPersisted : boolean to mPersistenceState : FilePersistenceState in class tachyon.master.file.meta.Inode | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public setPersistenceState(filePersistenceState FilePersistenceState) : void extracted from public createPath(path TachyonURI, options CreatePathOptions) : CreatePathResult in class tachyon.master.file.meta.InodeTree & moved to class tachyon.master.file.meta.Inode | From | To |