Methods With Numerous Parameters Should Not Be Used

< 1 min read

Impact Area

Manageability

Severity

Medium

Affected Element

Apex Class

Rule ID #

SF-0008

Impact #

Methods with numerous parameters are a challenge to maintain, especially if most of them share the same datatype.

Remediation #

Refactor the code to reduce the complexity of your functions.

Time to fix #

45 min

Updated on March 21, 2025
Was it helpful ?