94f37645ccf667df5d3be3b4fcea37b7c2664fc6
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public setPrimitive(primitive PrimitiveConfig) : BenchmarkConfig renamed to public setProtocol(protocol PrimitiveProtocolConfig) : BenchmarkConfig in class io.atomix.bench.BenchmarkConfig | From | To | |
Rename Method public getPrimitive() : PrimitiveConfig renamed to public getProtocol() : PrimitiveProtocolConfig in class io.atomix.bench.BenchmarkConfig | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type primitive : PrimitiveConfig to protocol : PrimitiveProtocolConfig in method public setProtocol(protocol PrimitiveProtocolConfig) : BenchmarkConfig in class io.atomix.bench.BenchmarkConfig | From | To | |
Change Return Type | 1 | ||
Change Return Type PrimitiveConfig to PrimitiveProtocolConfig in method public getProtocol() : PrimitiveProtocolConfig in class io.atomix.bench.BenchmarkConfig | From | To | |
Rename Attribute | 1 | ||
Rename Attribute primitive : PrimitiveConfig to protocol : PrimitiveProtocolConfig in class io.atomix.bench.BenchmarkConfig | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type primitive : PrimitiveConfig to protocol : PrimitiveProtocolConfig in class io.atomix.bench.BenchmarkConfig | From | To | |
Extract And Move Method | 4 | ||
Extract And Move Method package write(key String, value String) : void extracted from package submit() : void in class io.atomix.bench.BenchmarkRunner.DeterministicSubmitter & moved to class io.atomix.bench.BenchmarkRunner.Submitter | From | To | |
Extract And Move Method package write(key String, value String) : void extracted from package submit() : void in class io.atomix.bench.BenchmarkRunner.NonDeterministicSubmitter & moved to class io.atomix.bench.BenchmarkRunner.Submitter | From | To | |
Extract And Move Method package read(key String) : void extracted from package submit() : void in class io.atomix.bench.BenchmarkRunner.NonDeterministicSubmitter & moved to class io.atomix.bench.BenchmarkRunner.Submitter | From | To | |
Extract And Move Method package read(key String) : void extracted from package submit() : void in class io.atomix.bench.BenchmarkRunner.DeterministicSubmitter & moved to class io.atomix.bench.BenchmarkRunner.Submitter | From | To | |
Rename Parameter | 1 | ||
Rename Parameter primitive : PrimitiveConfig to protocol : PrimitiveProtocolConfig in method public setProtocol(protocol PrimitiveProtocolConfig) : BenchmarkConfig in class io.atomix.bench.BenchmarkConfig | From | To |