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
The + operator has a higher precedence than the == operator, as a result, the expression "path=" + path == null will always be evaluated to false.
Change the code to work as intended
The text was updated successfully, but these errors were encountered:
I would like to work on it.
Sorry, something went wrong.
[apache#6235] improvement(authorizations): fix PathBasedMetadataObjec…
03cd2f2
…t.java toString method fix toString method.
1780dc1
…t.java toString method fix some issues.
71a3c1f
…t.java toString method add catch expression.
Abyss-lord
Successfully merging a pull request may close this issue.
What would you like to be improved?
The + operator has a higher precedence than the == operator, as a result, the expression "path=" + path == null will always be evaluated to false.
How should we improve?
Change the code to work as intended
The text was updated successfully, but these errors were encountered: