0f72da7e281376f4fcbfbf3fb33f5d7fedcdb1aa
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable result : Job to retVal : Job in method public getFullJob(jobId JobId) : Job in class org.apache.hadoop.mapreduce.v2.hs.CachedHistoryStorage | From | To | |
Change Return Type | 1 | ||
Change Return Type Map<JobId,Job> to Cache<JobId,Job> in method package getLoadedJobCache() : Cache<JobId,Job> in class org.apache.hadoop.mapreduce.v2.hs.CachedHistoryStorage | From | To | |
Change Variable Type | 1 | ||
Change Variable Type jobCache : Map<JobId,Job> to jobCache : Cache<JobId,Job> in method public testRefreshLoadedJobCache() : void in class org.apache.hadoop.mapreduce.v2.hs.TestJobHistory | From | To | |
Inline Variable | 1 | ||
Inline Variable result : Job in method public getFullJob(jobId JobId) : Job from class org.apache.hadoop.mapreduce.v2.hs.CachedHistoryStorage | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type loadedJobCache : Map<JobId,Job> to loadedJobCache : LoadingCache<JobId,Job> in class org.apache.hadoop.mapreduce.v2.hs.CachedHistoryStorage | From | To |