dcbb331792c210a71e4cebe004c8477b34993770
Files Diff
- Added: 1
- Removed: 2
- Renamed: 0
- Modified: 5
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Parameterize Variable | 2 | ||
| Parameterize Variable ex : Exception to cause : Throwable in method private abort(reason String, cause Throwable) : void in class org.apache.hadoop.hbase.regionserver.LogRoller | From | To | |
| Parameterize Variable e : FailedLogCloseException to cause : Throwable in method private abort(reason String, cause Throwable) : void in class org.apache.hadoop.hbase.regionserver.LogRoller | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type ex : Exception to cause : Throwable in method private abort(reason String, cause Throwable) : void in class org.apache.hadoop.hbase.regionserver.LogRoller | From | To | |
| Change Variable Type e : FailedLogCloseException to cause : Throwable in method private abort(reason String, cause Throwable) : void in class org.apache.hadoop.hbase.regionserver.LogRoller | From | To | |
| Extract Method | 4 | ||
| Extract Method private abort(reason String, cause Throwable) : void extracted from public run() : void in class org.apache.hadoop.hbase.regionserver.LogRoller | From | To |