Do not use the removed Runtime.getLocalizedInputStream and Runtime.getLocalizedOutputStream methods

The following methods are not available in Java SE 11:

This rule has an automated fix and replaces Runtime.getLocalizedInputStream(InputStream) and Runtime.getLocalizedOutputStream(OutputStream) with their direct arguments. Copy the custom configuration to your application build file to enable the fix automation.

For more information on Java SE 11 changes, see Java 10 Removed Features and Options.