abaplint
abaplint copied to clipboard
new rule: unused_method_parameter
rule unused_variable makes sure that the method parameters are read or written to
however, it might be that a parameter might not be supplied from anywhere, or a returning variable is always left unused