R16 – Unused method (function or procedure) (WMB)

Unused method (function or procedure) (WMB)

The function or procedure does not look to be called from any ESQL, Message Flow (Compute or Filter node) or Mapping node.
It may be called as part a dynamic statement via an EVAL.

Unused methods add complexity to your code and with no value. They waste developers time
understanding code which is essentially dead code. They can also indicate a failure in an algorithm.