Unused method argument
objectscriptQuality release
Id
OS0011
Rule type
Code Smell
Severity
Major
Major
SQALE characteristic
- Efficiency
- Efficiency compliance
Remediation function
Constant/issue
Remediation cost
30min
Unused method arguments waste computer resources, and the waste is all the greater that the method is called more often.
Either suppress this method argument, or refactor the code to avoid this issue.