Hi,
Does anyone know (using Eclipse) if you can maintain the 'throws'
clause in a method automatically? What I mean is if method foo used to
throw ExceptionFoo but no longer does, is there any way of
automatically removing ExceptionFoo from the throws clause?
Thanks!
Alejandrina
alejandrina - 28 Apr 2006 17:32 GMT
In case anyone is interested, you can set the compiler to warn (or flag
as error) any unused exceptions in the throws clause.
Alejandrina