f377de4e464ef4999d6fbc3db1c11dd6b99287ac
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public getAppenderName() : String renamed to public getProcessType() : String in class alluxio.AlluxioRemoteLogFilter | From | To | |
Rename Method public setAppenderName(appenderName String) : void renamed to public setProcessType(processType String) : void in class alluxio.AlluxioRemoteLogFilter | From | To | |
Rename Attribute | 3 | ||
Rename Attribute REMOTE_LOG_MDC_APPENDER_NAME_KEY : String to REMOTE_LOG_MDC_PROCESS_TYPE_KEY : String in class alluxio.AlluxioRemoteLogFilter | From | To | |
Rename Attribute APPENDER_NAME_OPTION : String to PROCESS_TYPE_OPTION : String in class alluxio.AlluxioRemoteLogFilter | From | To | |
Rename Attribute mAppenderName : String to mProcessType : String in class alluxio.AlluxioRemoteLogFilter | From | To | |
Rename Parameter | 1 | ||
Rename Parameter appenderName : String to processType : String in method public setProcessType(processType String) : void in class alluxio.AlluxioRemoteLogFilter | From | To |