Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SpotBugs检查待修复问题-Internationalization #611

Open
YOC19970520 opened this issue Mar 14, 2022 · 0 comments
Open

SpotBugs检查待修复问题-Internationalization #611

YOC19970520 opened this issue Mar 14, 2022 · 0 comments

Comments

@YOC19970520
Copy link
Collaborator

类型: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.

数量:1
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant