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