Skip to content

(bugsbash)fixes strings should not be compared with '==' #85

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

Merged
merged 2 commits into from
May 4, 2021

Conversation

asquare14
Copy link
Contributor

Signed-off-by: aSquare14 atibhi.a@gmail.com

Many thanks for submitting your Pull Request ❤️!

What this PR does / why we need it:
Fixes opt.semgrep.java.lang.correctness.no-string-eqeq.no-string-eqeq : Strings should not be compared with '=='. This is a reference comparison operator. Use '.equals()' instead.

Special notes for reviewers:

Additional information (if needed):

Signed-off-by: aSquare14 <atibhi.a@gmail.com>
@asquare14 asquare14 requested a review from tsurdilo as a code owner May 4, 2021 10:14
Signed-off-by: Tihomir Surdilovic <tihomir@temporal.io>
@tsurdilo
Copy link
Contributor

tsurdilo commented May 4, 2021

@asquare14 thanks for the PR !!
made a small fix to your chance. Will merge.

@tsurdilo tsurdilo merged commit 17d86d9 into serverlessworkflow:main May 4, 2021
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

Successfully merging this pull request may close these issues.

2 participants