538388c2b59cd56dd41a63dabc9eafd8f743ca0c
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 44
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public launchAuthChore(conf Configuration) : void renamed to public getAuthChore(conf Configuration) : ScheduledChore in class org.apache.hadoop.hbase.AuthUtil | From | To | |
Change Return Type | 1 | ||
Change Return Type void to ScheduledChore in method public getAuthChore(conf Configuration) : ScheduledChore in class org.apache.hadoop.hbase.AuthUtil | From | To | |
Change Variable Type | 2 | ||
Change Variable Type cleanup : Chore to cleanup : ScheduledChore in method public testCleanup() : void in class org.apache.hadoop.hbase.regionserver.TestServerNonceManager | From | To | |
Change Variable Type cleanup : Chore to cleanup : ScheduledChore in method public testWalNonces() : void in class org.apache.hadoop.hbase.regionserver.TestServerNonceManager | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type nonceManagerChore : Chore to nonceManagerChore : ScheduledChore in class org.apache.hadoop.hbase.regionserver.HRegionServer | From | To | |
Change Attribute Type compactionChecker : Chore to compactionChecker : ScheduledChore in class org.apache.hadoop.hbase.regionserver.HRegionServer | From | To | |
Change Attribute Type periodicFlusher : Chore to periodicFlusher : ScheduledChore in class org.apache.hadoop.hbase.regionserver.HRegionServer | From | To |