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

(JAVA-W1034) Conditions should not contain assignments #7

Open
VerisimilitudeX opened this issue Sep 4, 2022 · 2 comments
Open

(JAVA-W1034) Conditions should not contain assignments #7

VerisimilitudeX opened this issue Sep 4, 2022 · 2 comments
Assignees
Labels
hacktoberfest-accepted help wanted Extra attention is needed

Comments

@VerisimilitudeX
Copy link
Owner

Description

This condition seems to have an assignment (like a = b) instead of a comparison (like a == b). Such code can be confusing and difficult to read and debug. Consider separating out the assignment and perform only a comparison within the expression.

Occurrences

There is 1 occurrence of this issue in the repository.

See all occurrences on DeepSource → deepsource.io/gh/Verisimilitude11/Vigenere-Cipher/issue/JAVA-W1034/occurrences/

@seymourpoler
Copy link
Contributor

Hi VerisimilitudeX 🫡
Do you need some help with this issue?
I am avaiable to do that. 🚀
Could you assign this issue to me? I'd like to work on this issue, please.
Many thanks in advance 😄

@VerisimilitudeX
Copy link
Owner Author

Sure! Also, I’d appreciate it if you could give me a follow. As an open source developer, it would mean a lot to me!

If you’re interested, I would also like some contributions on DNAnalyzer: https://github.com/VerisimilitudeX/DNAnalyzer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest-accepted help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants