You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are 2 instances of reliance on default encoding reported in FindBugs run on the Master branch.
Reliance on 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.
Bug kind and pattern: Dm - DM_DEFAULT_ENCODING
Line 265 in org.alfasoftware.morf.xml.ViewURLAsFile
There are 2 instances of reliance on default encoding reported in FindBugs run on the Master branch.
Line 265 in org.alfasoftware.morf.xml.ViewURLAsFile
And line 288 in org.alfasoftware.morf.metadata.ValueConverters
The text was updated successfully, but these errors were encountered: