We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
1.AvoidReassigningParameters 2.Unusedimports 3.compareObjectsWithEquas.
refactor code 1.new local variable. 2.delte unused imports 3.repalce == with equals method.
The text was updated successfully, but these errors were encountered:
Merge pull request #2634 from jonyangx/issue2633
0d26e39
[ISSUE #2633] HttpUtils PMD check warning
jonyangx
Successfully merging a pull request may close this issue.
Search before asking
Enhancement Request
1.AvoidReassigningParameters
2.Unusedimports
3.compareObjectsWithEquas.
Describe the solution you'd like
refactor code
1.new local variable.
2.delte unused imports
3.repalce == with equals method.
Are you willing to submit PR?
The text was updated successfully, but these errors were encountered: