f83c82a0fdb142ad04fa306878db1a11574df87a
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 2 | ||
Extract Method public getLargeMaxRows() : long extracted from public getMaxRows() : int in class com.facebook.presto.jdbc.PrestoStatement | From | To | |
Extract Method public setLargeMaxRows(max long) : void extracted from public setMaxRows(max int) : void in class com.facebook.presto.jdbc.PrestoStatement | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type maxRows : AtomicInteger to maxRows : AtomicLong in class com.facebook.presto.jdbc.PrestoStatement | From | To |