sebb wrote:
There are a few Eclipse warnings of unthrown Exceptions in NIO, for example:
SSLIOSession.inboundTransport() throws IOException
which does not actually throw any Exceptions.
Should these be removed?
Documented?
@Suppressed?
I do not think 'throws' declaration can be removed without breaking API
compatibility. One possibility could be to copy the method, remove
'throws', change the original method to call the new one, and deprecate
the original method. I am not sure it is worth the trouble, so
@Suppressed should be the easiest work-around.
Cheers
Oleg
S///
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]