
Co-authored-by: Balázs Benics <108414871+balazs-benics-sonarsource@users.noreply.github.com>
5 lines
238 B
Plaintext
5 lines
238 B
Plaintext
Identify statements that do not contribute to the functionality of the code
|
|
and verify if they are intended to be part of the logic.
|
|
If they are, there is a bug to be fixed. If they are not, then they are redundant
|
|
and should be removed.
|