c5c74af12d3a997b298888fd79269ff30fa647fd
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 2 | ||
Extract Method private doublesEqual(value1 double, value2 double) : boolean extracted from public assertEquals(expected double, actual double, messageSupplier Supplier<String>) : void in class org.junit.gen5.api.Assertions | From | To | |
Extract Method private floatsEqual(value1 float, value2 float) : boolean extracted from public assertEquals(expected float, actual float, messageSupplier Supplier<String>) : void in class org.junit.gen5.api.Assertions | From | To | |
Rename Parameter | 2 | ||
Rename Parameter expected : float to value1 : float in method private floatsEqual(value1 float, value2 float) : boolean in class org.junit.gen5.api.Assertions | From | To | |
Rename Parameter expected : double to value1 : double in method private doublesEqual(value1 double, value2 double) : boolean in class org.junit.gen5.api.Assertions | From | To |