Description Summary
The code contains a callable, block, or other code element in which the same variable is used to control more than one unique task or store more than one instance of data.
Extended Description
Use of the same variable for multiple purposes can make it more difficult for a person to read or understand the code, potentially hiding other quality issues.