1735990e44c06ec22db6d1d7d7a87f532725e15d
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private throwNoSuchElementException() : void renamed to private noSuchElementException() : NoSuchElementException in class com.speedment.runtime.core.internal.stream.StreamUtil.ResultSetIterator | From | To | |
Change Return Type | 1 | ||
Change Return Type void to NoSuchElementException in method private noSuchElementException() : NoSuchElementException in class com.speedment.runtime.core.internal.stream.StreamUtil.ResultSetIterator | From | To | |
Extract Method | 1 | ||
Extract Method protected closeQuietly(closeable ThrowingClosable) : void extracted from public executeQuery(dbms Dbms, sql String, values List<?>, rsMapper SqlFunction<ResultSet,T>) : Stream<T> in class com.speedment.runtime.core.internal.db.AbstractDbmsOperationHandler | From | To |