]> source.dussan.org Git - sonarqube.git/blob
2f5fa97d507aee3865c716b6ba2d7633dc081fa0
[sonarqube.git] /
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>