3a860f610125b58a1109ae12deb67326b348a2ca
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Variable Type | 1 | ||
Change Variable Type resultSet : ResultSet to resultSet : PrestoResultSet in method package internalExecute(sql String) : boolean in class com.facebook.presto.jdbc.PrestoStatement | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type currentResult : AtomicReference<ResultSet> to currentResult : AtomicReference<PrestoResultSet> in class com.facebook.presto.jdbc.PrestoStatement | From | To |