1 <p>Found a call to a method which will perform a byte to String (or String to byte) conversion,
2 and will assume that the default platform encoding is suitable. This will cause the application
3 behaviour to vary between platforms. Use an alternative API and specify a charset name or
4 Charset object explicitly.</p>