WARN47-Duplicate lines

Top  Previous  Next

 

Duplicate lines (WARN47)

 

This section lists locations in the source code where a line is duplicated, that is when two lines immediately following each other, have the same content.

 

clip0097

 

The check is done without case-sensitivity, so ...

 

clip0098

 

.. are considered to be duplicate.

 

But for differences within string literals, the lines below..

 

clip0099

 

.. in the case-structure are considered NOT to be duplicate.

 

 

See also:

 

Alerts