Unused method argument

objectscriptQuality release 
1.0.0
Id 
OS0011
Rule type 
Code Smell
Severity 

Major

Major
SQALE characteristic 
  • Efficiency
    • Efficiency compliance
Tags 
maintainability, performance
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.