Code Inspection: Variable is assigned to itself
Reports assignments of the form x = x . These are pointless, and usually indicate programmer error.
Last modified: 08 May 2020
Reports assignments of the form x = x . These are pointless, and usually indicate programmer error.