Currently the proxy generated by MockResultSet quietly returns null when it is
invoked for a method that it does not implement. This may lead to strange an
unexpected errors in other places. Please make it throw an
UnsupportedOperationException instead.
Michael
svn ci -m "Changed mocks to throw UnsupportedOperationException for unimplemented methods instead of being stubbed out as requested in
DBUTILS-7" src/test/org/apache/commons/dbutils/MockResultSet*.javaSending src/test/org/apache/commons/dbutils/MockResultSet.java
Sending src/test/org/apache/commons/dbutils/MockResultSetMetaData.java
Transmitting file data ..
Committed revision 419469.