METRICS.E.JSF_PARAMS

Functions with more than 7 arguments will not be used.

Rationale: Functions having long argument lists can be difficult to read, use, and maintain. Functions with too many parameters may indicate an under use of objects and abstractions.

Exception: Some constructors may require more than 7 arguments. However, one should consider if abstractions are being underused in this scenario.