You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 😄
Description
This condition seems to have an assignment (like
a = b
) instead of a comparison (likea == 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/
The text was updated successfully, but these errors were encountered: