Netflix / astyanax

Cassandra Java Client
Apache License 2.0
1.04k stars 357 forks source link

Fixing squid:S2583 - Conditions should not unconditionally evaluate to "TRUE" or to "FALSE" #608

Open kirill-vlasov opened 8 years ago

kirill-vlasov commented 8 years ago

This pull request is focused on resolving occurrences of Sonar rule squid:S2583 - Conditions should not unconditionally evaluate to "TRUE" or to "FALSE" You can find more information about the issue here: https://dev.eclipse.org/sonar/coding_rules#q=squid:S2583 Please let me know if you have any questions. Kirill Vlasov