[previous] 2984 [next] This operation is redundant. The value of the result is always 'name'.
Redundancy

This operation appears to be redundant because a given constant value can always be used instead.

For example:


/*PRQA S 2017,2983,3198,3203,3408,3447 ++*/

void foo(unsigned int i, unsigned int j)
{
    int k;

    if (i < 10)
    {
        if (j >= 10)
        {
            k = i / j;   /* 2984 */
        }
    }
}

QA·C Source Code Analyser 8.1.2
© 2013 Programming Research.
www.programmingresearch.com
Personality Groups | Glossary | Message Index Contents