511730968ce8b82708c61e74e9c2c2bdaec51d57
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Method | 2 | ||
Move Method private overflowInParse(current long, digit int, radix int) : boolean from class com.google.common.primitives.UnsignedLongs to package overflowInParse(current long, digit int, radix int) : boolean from class com.google.common.primitives.UnsignedLongs.ParseOverflowDetection | From | To | |
Move Attribute | 6 | ||
Move Attribute private maxValueMods : int[] from class com.google.common.primitives.UnsignedLongs to package maxValueMods : int[] from class com.google.common.primitives.UnsignedLongs.ParseOverflowDetection | From | To | |
Move Attribute private maxValueDivs : long[] from class com.google.common.primitives.UnsignedLongs to package maxValueDivs : long[] from class com.google.common.primitives.UnsignedLongs.ParseOverflowDetection | From | To | |
Move Attribute private maxSafeDigits : int[] from class com.google.common.primitives.UnsignedLongs to package maxSafeDigits : int[] from class com.google.common.primitives.UnsignedLongs.ParseOverflowDetection | From | To | |
Extract Class | 2 | ||
Extract Class com.google.common.primitives.UnsignedLongs.ParseOverflowDetection from class com.google.common.primitives.UnsignedLongs | From | To |