Invokable Control Element with Excessive Volume of Commented-out Code
Medium
Description
A function, method, procedure, etc. contains an excessive amount of code that has been
commented out within its body.
Potential Impact
Other: Reduce Maintainability
Detection Methods
Automated Static Analysis: Automated static analysis, commonly referred to as Static Application Security Testing (SAST), can find some instances of this weakness by analyzing source code (or binary/compiled code) without havin...