c946f1b1211ca29a16828ee6824a9ccefa0b1150
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type maxValue : Long to maxValue : long in method package ProgressBar(stream PrintStream, maxValue long) in class org.apache.hadoop.ozone.freon.ProgressBar | From | To | |
| Move Method | 1 | ||
| Move Method private print(stream PrintStream, value long) : void from class org.apache.hadoop.ozone.freon.ProgressBar to private print(value long) : void from class org.apache.hadoop.ozone.freon.ProgressBar.ProgressBarThread | From | To | |
| Move Attribute | 1 | ||
| Move Attribute private currentValue : Supplier<Long> from class org.apache.hadoop.ozone.freon.TestProgressBar to private currentValue : Supplier<Long> from class org.apache.hadoop.ozone.freon.RandomKeyGenerator.ProgressBar | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type maxValue : Long to maxValue : int in method public testWithRunnable() : void in class org.apache.hadoop.ozone.freon.TestProgressBar | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type currentValue : Supplier<Long> to currentValue : AtomicLong in class org.apache.hadoop.ozone.freon.ProgressBar | From | To | |
| Extract And Move Method | 2 | ||
| Extract And Move Method public start(task Runnable) : void extracted from public testWithRunnable() : void in class org.apache.hadoop.ozone.freon.TestProgressBar & moved to class org.apache.hadoop.ozone.freon.ProgressBar | From | To | |
| Extract And Move Method public incrementProgress() : void extracted from public testWithRunnable() : void in class org.apache.hadoop.ozone.freon.TestProgressBar & moved to class org.apache.hadoop.ozone.freon.ProgressBar | From | To |