]> source.dussan.org Git - sonarqube.git/blob
e84ae8bfdbfca1244df3e1e2e7f28fc8aab5ba0e
[sonarqube.git] /
1 <p>The code contains a conditional test is performed twice, one right after the other
2 (e.g., <code>x == 0 || x == 0</code>). Perhaps the second occurrence is intended to be something else
3 (e.g., <code>x == 0 || y == 0</code>). 
4 </p>