Output method argument not assigned
objectscriptQuality release
Id
OS0101
Rule type
Code Smell
Severity
Major
Major
SQALE characteristic
- Reliability
- Data
Remediation function
Constant/issue
Remediation cost
15min
Detects when a method argument is passed by using Output modifier but is never assigned in the body of the method.
This either means that this argument does not need to be passed by output, or that the code forgets to assign a value to it.