2a23b099bf82802346116413257f9ef53c0ec68e
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type connections : int to connections : int[] in method public connections(connections int[]) : WrkSetup in class org.rapidoid.performance.WrkSetup | From | To | |
| Change Return Type | 1 | ||
| Change Return Type int to int[] in method public connections() : int[] in class org.rapidoid.performance.WrkSetup | From | To | |
| Extract Variable | 1 | ||
| Extract Variable wrk : WrkSetup in method public benchmark(desc String, plan String, filename String, url String) : void from class org.rapidoid.performance.BenchmarkRunner | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type connections : int to connections : int[] in class org.rapidoid.performance.WrkSetup | From | To | |
| Extract Method | 1 | ||
| Extract Method public run() : void extracted from public main(args String[]) : void in class org.rapidoid.performance.BenchmarkCenter | From | To | |
| Extract And Move Method | 2 | ||
| Extract And Move Method public pipeline(pipeline int) : WrkSetup extracted from public benchmark(desc String, url String, filename String, plan String) : void in class org.rapidoid.performance.BenchmarkRunner & moved to class org.rapidoid.performance.WrkSetup | From | To | |
| Extract And Move Method public threads(threads int) : WrkSetup extracted from public benchmark(desc String, url String, filename String, plan String) : void in class org.rapidoid.performance.BenchmarkRunner & moved to class org.rapidoid.performance.WrkSetup | From | To |