Declaration of Variable with Unnecessarily Wide Scope
CWE-1126 · Base · Incomplete
The source code declares a variable in one scope, but the variable is only used within a narrower scope.
The source code declares a variable in one scope, but the variable is only used within a narrower scope.