Detects when a method argument is passed as output but is never assigned in the body of the method.
This either means that this argument does not need to be passed as output, or that the code forgets to assign a value to it.