Argument Method Not Used
Argument <argument_name> of method <method_name> not used
Description:
In the definition of the method <method_name> the argument argument_name of the method is not used.
Solution:
Use the argument <argument_name> in the definition of the method or delete it from the method definition.