4d2dca5161217b06d08d557886e20e1f34b6695c
Files Diff
- Added: 1
- Removed: 1
- Renamed: 0
- Modified: 14
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public getState() : BenchmarkState renamed to public getStatus() : BenchmarkStatus in class io.atomix.bench.ExecutorProgress | From | To | |
Rename Method public getState() : BenchmarkState renamed to public getStatus() : BenchmarkStatus in class io.atomix.bench.BenchmarkProgress | From | To | |
Rename Method public getState() : BenchmarkState renamed to public getStatus() : BenchmarkStatus in class io.atomix.bench.BenchmarkController | From | To | |
Change Parameter Type | 4 | ||
Change Parameter Type state : BenchmarkState to state : BenchmarkStatus in method public MapExecutorProgress(state BenchmarkStatus, operations int, reads int, writes int, events int, time long) in class io.atomix.bench.map.MapExecutorProgress | From | To | |
Change Parameter Type state : BenchmarkState to status : BenchmarkStatus in method public BenchmarkProgress(status BenchmarkStatus, processes Map<String,E>) in class io.atomix.bench.BenchmarkProgress | From | To | |
Change Parameter Type state : BenchmarkState to status : BenchmarkStatus in method public ExecutorProgress(status BenchmarkStatus) in class io.atomix.bench.ExecutorProgress | From | To | |
Change Parameter Type state : BenchmarkState to state : BenchmarkStatus in method public MessagingExecutorProgress(state BenchmarkStatus, requests int, responses int, failures int, time long, latency long[]) in class io.atomix.bench.messaging.MessagingExecutorProgress | From | To | |
Change Return Type | 3 | ||
Change Return Type BenchmarkState to BenchmarkStatus in method public getStatus() : BenchmarkStatus in class io.atomix.bench.BenchmarkController | From | To | |
Change Return Type BenchmarkState to BenchmarkStatus in method public getStatus() : BenchmarkStatus in class io.atomix.bench.BenchmarkProgress | From | To | |
Change Return Type BenchmarkState to BenchmarkStatus in method public getStatus() : BenchmarkStatus in class io.atomix.bench.ExecutorProgress | From | To | |
Rename Class | 1 | ||
Rename Class io.atomix.bench.BenchmarkState renamed to io.atomix.bench.BenchmarkStatus | From | To | |
Rename Attribute | 2 | ||
Rename Attribute state : BenchmarkState to status : BenchmarkStatus in class io.atomix.bench.ExecutorProgress | From | To | |
Rename Attribute state : BenchmarkState to status : BenchmarkStatus in class io.atomix.bench.BenchmarkProgress | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type state : BenchmarkState to status : BenchmarkStatus in class io.atomix.bench.BenchmarkProgress | From | To | |
Change Attribute Type state : BenchmarkState to status : BenchmarkStatus in class io.atomix.bench.ExecutorProgress | From | To | |
Rename Parameter | 2 | ||
Rename Parameter state : BenchmarkState to status : BenchmarkStatus in method public BenchmarkProgress(status BenchmarkStatus, processes Map<String,E>) in class io.atomix.bench.BenchmarkProgress | From | To | |
Rename Parameter state : BenchmarkState to status : BenchmarkStatus in method public ExecutorProgress(status BenchmarkStatus) in class io.atomix.bench.ExecutorProgress | From | To |