resources.report.rules.findbugs.DM_DEFAULT_ENCODING.html Maven / Gradle / Ivy
DM_DEFAULT_ENCODING
Dm: Reliance on default encoding (DM_DEFAULT_ENCODING)
Found a call to a method which will perform a byte to String (or String to byte) conversion, and will assume that the default platform encoding is suitable. This will cause the application behaviour to vary between platforms. Use an alternative API and specify a charset name or Charset object explicitly.