>> +    /**
>> +     * @param columnIndex
>> +     * @param scale
>> +     * @return
>> +     * @throws SQLException
>> +     * @deprecated
>> +     * @see java.sql.ResultSet#getBigDecimal(int, int)
>> +     */
>
> Why add a new class with already deprecated methods?
>

I was a little in trouble when adding it indeed, but since the
BaseResultSetHandler exposes ResultSet methods shortcut... why hiding
that one? :)

> If they are to be kept, then one needs to add the @Deprecated annotation.
>
> Also, the @deprecated Javadoc entry should state what to use instead.

sure, that are missing indeed, thanks

-Simo

http://people.apache.org/~simonetripodi/
http://simonetripodi.livejournal.com/
http://twitter.com/simonetripodi
http://www.99soft.org/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to