Review request for removal of unchecked lint warnings in javax.sql.rowset, CR 7035615

Alan Bateman Alan.Bateman at oracle.com
Mon Apr 11 18:48:49 UTC 2011


Lance Andersen - Oracle wrote:
> :
>>
>> PS: javac was updated recently to emit warnings for unreachable catch 
>> clauses and one place that generates this warning is 
>> src/share/classes/com/sun/rowset/CachedRowSetImpl.java:947. It would 
>> be great to get that one fixed while you are fixing the other warnings.
>
> If you are OK with do it as part of this change, happy to change.
Absolutely, warnings needs to be eliminated. Looks to me that the 
try/catch can be completely removed from that method.

-Alan.



More information about the core-libs-dev mailing list