93c726a2b7e9c3a8a970f9f669bf357496e9dfc6
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Parameterize Variable | 2 | ||
Parameterize Variable r : int to value : double in method private isSafeIntegerRange(value double) : boolean in class java.lang.Math | From | To | |
Change Variable Type | 3 | ||
Change Variable Type r : long to r : double in method public multiplyExact(x int, y int) : int in class java.lang.Math | From | To | |
Change Variable Type r : int to value : double in method private isSafeIntegerRange(value double) : boolean in class java.lang.Math | From | To | |
Inline Variable | 1 | ||
Inline Variable ir : int in method public multiplyExact(x int, y int) : int from class java.lang.Math | From | To | |
Extract Method | 2 | ||
Extract Method private isSafeIntegerRange(value double) : boolean extracted from public subtractExact(x int, y int) : int in class java.lang.Math | From | To | |
Extract Method private isSafeIntegerRange(value double) : boolean extracted from public addExact(x int, y int) : int in class java.lang.Math | From | To |