Time to remove deprecated Runtime.getLocalizedInput/OutputStream methods?

Paul Sandoz paul.sandoz at oracle.com
Fri Feb 27 08:52:55 UTC 2015


On Feb 23, 2015, at 5:57 PM, Roger Riggs <Roger.Riggs at Oracle.com> wrote:

> Hi,
> 
> I propose to remove two methods; they have been deprecated for more than a decade,
> do not seem to be in use anywhere, and have degenerate implementations.
> 
> java.lang.Runtime.getLocalizedInputStream(InputStream in) java.lang.Runtime.getLocalizedOutputStream(OutputStream out)
> 
> I have not been able to find any use of them but would be happy to check further.
> 

grepcode.com reports no usages or derivations, that's usually a good sign they can be removed.

Paul.




More information about the core-libs-dev mailing list