Reports any references to variables which are checked for nullity in the condition of an if statement or conditional expression but which are not used inside the if statement. Usually this either means that the check is unnecessary or that the variable is not referenced inside the if statement because of a typo.