323feefd5c840e56b307cc42e534223f7d576235
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type operations : int to processes : Map<String,RunnerProgress> in method public BenchmarkProgress(state BenchmarkState, processes Map<String,RunnerProgress>) in class io.atomix.bench.BenchmarkProgress | From | To | |
Change Parameter Type operations : int to processes : Map<String,RunnerResult> in method public BenchmarkResult(processes Map<String,RunnerResult>) in class io.atomix.bench.BenchmarkResult | From | To | |
Move Method | 4 | ||
Move Method public getOperations() : int from class io.atomix.bench.BenchmarkResult to public getOperations() : int from class io.atomix.bench.RunnerProgress | From | To | |
Move Method public getTime() : long from class io.atomix.bench.BenchmarkResult to public getTime() : long from class io.atomix.bench.RunnerProgress | From | To | |
Move Method public getTime() : long from class io.atomix.bench.BenchmarkProgress to public getTime() : long from class io.atomix.bench.RunnerProgress | From | To | |
Move Method public getOperations() : int from class io.atomix.bench.BenchmarkProgress to public getOperations() : int from class io.atomix.bench.RunnerProgress | From | To | |
Move Attribute | 4 | ||
Move Attribute private time : long from class io.atomix.bench.BenchmarkResult to private time : long from class io.atomix.bench.RunnerProgress | From | To | |
Move Attribute private time : long from class io.atomix.bench.BenchmarkProgress to private time : long from class io.atomix.bench.RunnerProgress | From | To | |
Move Attribute private operations : int from class io.atomix.bench.BenchmarkResult to private operations : int from class io.atomix.bench.RunnerProgress | From | To | |
Move Attribute private operations : int from class io.atomix.bench.BenchmarkProgress to private operations : int from class io.atomix.bench.RunnerProgress | From | To | |
Extract Class | 2 | ||
Extract Class io.atomix.bench.RunnerProgress from class io.atomix.bench.BenchmarkResult | From | To | |
Extract Class io.atomix.bench.RunnerProgress from class io.atomix.bench.BenchmarkProgress | From | To | |
Rename Attribute | 3 | ||
Rename Attribute operations : int to processes : Map<String,RunnerProgress> in class io.atomix.bench.BenchmarkProgress | From | To | |
Rename Attribute totalCounter : AtomicInteger to opCounter : AtomicInteger in class io.atomix.bench.BenchmarkRunner | From | To | |
Rename Attribute operations : int to processes : Map<String,RunnerResult> in class io.atomix.bench.BenchmarkResult | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type operations : int to processes : Map<String,RunnerResult> in class io.atomix.bench.BenchmarkResult | From | To | |
Change Attribute Type operations : int to processes : Map<String,RunnerProgress> in class io.atomix.bench.BenchmarkProgress | From | To | |
Change Attribute Type reports : Map<MemberId,BenchmarkProgress> to reports : Map<String,RunnerProgress> in class io.atomix.bench.BenchmarkController | From | To | |
Rename Parameter | 2 | ||
Rename Parameter operations : int to processes : Map<String,RunnerResult> in method public BenchmarkResult(processes Map<String,RunnerResult>) in class io.atomix.bench.BenchmarkResult | From | To | |
Rename Parameter operations : int to processes : Map<String,RunnerProgress> in method public BenchmarkProgress(state BenchmarkState, processes Map<String,RunnerProgress>) in class io.atomix.bench.BenchmarkProgress | From | To |